interface IAssociationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SSM.IAssociationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssm#IAssociationRef |
Java | software.amazon.awscdk.services.ssm.IAssociationRef |
Python | aws_cdk.aws_ssm.IAssociationRef |
TypeScript | aws-cdk-lib » aws_ssm » IAssociationRef |
Implemented by
Cfn
Obtainable from
Cfn.fromAssociationId()
Indicates that this resource can be referenced as a Association.
Properties
| Name | Type | Description |
|---|---|---|
| association | Association | A reference to a Association resource. |
| node | Node | The tree node. |
associationRef
Type:
Association
A reference to a Association resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript