Show / Hide Table of Contents

Class VpcEndpointConnectionNotificationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpcEndpointConnectionNotificationArgs
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcEndpointConnectionNotificationArgs : ResourceArgs

Constructors

View Source

VpcEndpointConnectionNotificationArgs()

Declaration
public VpcEndpointConnectionNotificationArgs()

Properties

View Source

ConnectionEvents

One or more endpoint events for which to receive notifications.

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

ConnectionNotificationArn

The ARN of the SNS topic for the notifications.

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.