Show / Hide Table of Contents

Class ServiceNetworkReference

A reference to a ServiceNetwork resource.

Inheritance
object
ServiceNetworkReference
Implements
IServiceNetworkReference
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.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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IServiceNetworkReference
Back to top Generated by DocFX