Show / Hide Table of Contents

Class EventSubscriptionState

Inheritance
System.Object
InputArgs
ResourceArgs
EventSubscriptionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Dms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventSubscriptionState : ResourceArgs

Constructors

View Source

EventSubscriptionState()

Declaration
public EventSubscriptionState()

Properties

View Source

Arn

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Whether the event subscription should be enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EventCategories

List of event categories to listen for, see DescribeEventCategories for a canonical list.

Declaration
public InputList<string> EventCategories { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

Name of event subscription.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SnsTopicArn

SNS topic arn to send events on.

Declaration
public Input<string> SnsTopicArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceIds

Ids of sources to listen to.

Declaration
public InputList<string> SourceIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

SourceType

Type of source for events. Valid values: replication-instance or replication-task

Declaration
public Input<string> SourceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.