Class AssociationReference
A reference to a Association resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AssociationReference : IAssociationReference
Syntax (vb)
Public Class AssociationReference Implements 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
Constructors
| AssociationReference() | A reference to a Association resource. |
Properties
| AssociationId | The AssociationId of the Association resource. |
Constructors
AssociationReference()
A reference to a Association resource.
public AssociationReference()
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"
};
Properties
AssociationId
The AssociationId of the Association resource.
public string AssociationId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated