Class VpcEndpointConnectionNotificationState
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcEndpointConnectionNotificationState : ResourceArgs
Constructors
View SourceVpcEndpointConnectionNotificationState()
Declaration
public VpcEndpointConnectionNotificationState()
Properties
View SourceConnectionEvents
One or more endpoint events for which to receive notifications.
Declaration
public InputList<string> ConnectionEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ConnectionNotificationArn
The ARN of the SNS topic for the notifications.
Declaration
public Input<string> ConnectionNotificationArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationType
The type of notification.
Declaration
public Input<string> NotificationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
The state of the notification.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcEndpointId
The ID of the VPC Endpoint to receive notifications for.
Declaration
public Input<string> VpcEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcEndpointServiceId
The ID of the VPC Endpoint Service to receive notifications for.
Declaration
public Input<string> VpcEndpointServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |