Show / Hide Table of Contents

Interface IExtensionAssociationReference

A reference to a ExtensionAssociation resource.

Namespace: Amazon.CDK.AWS.AppConfig
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IExtensionAssociationReference
Syntax (vb)
Public Interface IExtensionAssociationReference
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.AppConfig;

            var extensionAssociationReference = new ExtensionAssociationReference {
                ExtensionAssociationArn = "extensionAssociationArn",
                ExtensionAssociationId = "extensionAssociationId"
            };

Synopsis

Properties

ExtensionAssociationArn

The ARN of the ExtensionAssociation resource.

ExtensionAssociationId

The Id of the ExtensionAssociation resource.

Properties

ExtensionAssociationArn

The ARN of the ExtensionAssociation resource.

string ExtensionAssociationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ExtensionAssociationId

The Id of the ExtensionAssociation resource.

string ExtensionAssociationId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX