Show / Hide Table of Contents

Class ResourceConfigurationReference

A reference to a ResourceConfiguration resource.

Inheritance
object
ResourceConfigurationReference
Implements
IResourceConfigurationReference
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 ResourceConfigurationReference : IResourceConfigurationReference
Syntax (vb)
Public Class ResourceConfigurationReference Implements IResourceConfigurationReference
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 resourceConfigurationReference = new ResourceConfigurationReference {
                ResourceConfigurationArn = "resourceConfigurationArn"
            };

Synopsis

Constructors

ResourceConfigurationReference()

A reference to a ResourceConfiguration resource.

Properties

ResourceConfigurationArn

The Arn of the ResourceConfiguration resource.

Constructors

ResourceConfigurationReference()

A reference to a ResourceConfiguration resource.

public ResourceConfigurationReference()
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 resourceConfigurationReference = new ResourceConfigurationReference {
                ResourceConfigurationArn = "resourceConfigurationArn"
            };

Properties

ResourceConfigurationArn

The Arn of the ResourceConfiguration resource.

public string ResourceConfigurationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IResourceConfigurationReference
Back to top Generated by DocFX