Show / Hide Table of Contents

Class VPCEndpointConnectionNotificationReference

A reference to a VPCEndpointConnectionNotification resource.

Inheritance
object
VPCEndpointConnectionNotificationReference
Implements
IVPCEndpointConnectionNotificationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VPCEndpointConnectionNotificationReference : IVPCEndpointConnectionNotificationReference
Syntax (vb)
Public Class VPCEndpointConnectionNotificationReference Implements IVPCEndpointConnectionNotificationReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.EC2;

            var vPCEndpointConnectionNotificationReference = new VPCEndpointConnectionNotificationReference {
                VpcEndpointConnectionNotificationId = "vpcEndpointConnectionNotificationId"
            };

Synopsis

Constructors

VPCEndpointConnectionNotificationReference()

A reference to a VPCEndpointConnectionNotification resource.

Properties

VpcEndpointConnectionNotificationId

The VPCEndpointConnectionNotificationId of the VPCEndpointConnectionNotification resource.

Constructors

VPCEndpointConnectionNotificationReference()

A reference to a VPCEndpointConnectionNotification resource.

public VPCEndpointConnectionNotificationReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.EC2;

            var vPCEndpointConnectionNotificationReference = new VPCEndpointConnectionNotificationReference {
                VpcEndpointConnectionNotificationId = "vpcEndpointConnectionNotificationId"
            };

Properties

VpcEndpointConnectionNotificationId

The VPCEndpointConnectionNotificationId of the VPCEndpointConnectionNotification resource.

public string VpcEndpointConnectionNotificationId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IVPCEndpointConnectionNotificationReference
Back to top Generated by DocFX