Class VPCEndpointConnectionNotificationReference
A reference to a VPCEndpointConnectionNotification resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated