Show / Hide Table of Contents

Interface IServiceNetworkVpcAssociationReference

A reference to a ServiceNetworkVpcAssociation resource.

Namespace: Amazon.CDK.Interfaces.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServiceNetworkVpcAssociationReference
Syntax (vb)
Public Interface IServiceNetworkVpcAssociationReference
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.Interfaces.VpcLattice;

            var serviceNetworkVpcAssociationReference = new ServiceNetworkVpcAssociationReference {
                ServiceNetworkVpcAssociationArn = "serviceNetworkVpcAssociationArn"
            };

Synopsis

Properties

ServiceNetworkVpcAssociationArn

The Arn of the ServiceNetworkVpcAssociation resource.

Properties

ServiceNetworkVpcAssociationArn

The Arn of the ServiceNetworkVpcAssociation resource.

string ServiceNetworkVpcAssociationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX