Interface IServiceNetworkResourceAssociationReference
A reference to a ServiceNetworkResourceAssociation resource.
Namespace: Amazon.CDK.Interfaces.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServiceNetworkResourceAssociationReference
Syntax (vb)
Public Interface IServiceNetworkResourceAssociationReference
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 serviceNetworkResourceAssociationReference = new ServiceNetworkResourceAssociationReference {
ServiceNetworkResourceAssociationArn = "serviceNetworkResourceAssociationArn"
};
Synopsis
Properties
| ServiceNetworkResourceAssociationArn | The Arn of the ServiceNetworkResourceAssociation resource. |
Properties
ServiceNetworkResourceAssociationArn
The Arn of the ServiceNetworkResourceAssociation resource.
string ServiceNetworkResourceAssociationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated