Show / Hide Table of Contents

Interface IAssociationReference

A reference to a Association resource.

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

            var associationReference = new AssociationReference {
                AssociationId = "associationId"
            };

Synopsis

Properties

AssociationId

The AssociationId of the Association resource.

Properties

AssociationId

The AssociationId of the Association resource.

string AssociationId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX