Class EventSubscriptionState
Inherited Members
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 SourceEventSubscriptionState()
Declaration
public EventSubscriptionState()
Properties
View SourceArn
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Whether the event subscription should be enabled.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
Name
Name of event subscription.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnsTopicArn
SNS topic arn to send events on.
Declaration
public Input<string> SnsTopicArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceIds
Ids of sources to listen to.
Declaration
public InputList<string> SourceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
Tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |