Class ResourceConfigurationReference
A reference to a ResourceConfiguration resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ResourceConfigurationReference : IResourceConfigurationReferenceSyntax (vb)
Public Class ResourceConfigurationReference Implements IResourceConfigurationReferenceRemarks
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
Remarks
ExampleMetadata: fixture=_generated