Class ServiceNetworkReference
A reference to a ServiceNetwork resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ServiceNetworkReference : IServiceNetworkReference
Syntax (vb)
Public Class ServiceNetworkReference Implements IServiceNetworkReference
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.VpcLattice;
var serviceNetworkReference = new ServiceNetworkReference {
ServiceNetworkArn = "serviceNetworkArn"
};
Synopsis
Constructors
ServiceNetworkReference() | A reference to a ServiceNetwork resource. |
Properties
ServiceNetworkArn | The Arn of the ServiceNetwork resource. |
Constructors
ServiceNetworkReference()
A reference to a ServiceNetwork resource.
public ServiceNetworkReference()
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.VpcLattice;
var serviceNetworkReference = new ServiceNetworkReference {
ServiceNetworkArn = "serviceNetworkArn"
};
Properties
ServiceNetworkArn
The Arn of the ServiceNetwork resource.
public string ServiceNetworkArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated