interface LifecycleAutomationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SSMQuickSetup.LifecycleAutomationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsssmquicksetup#LifecycleAutomationReference |
Java | software.amazon.awscdk.interfaces.ssmquicksetup.LifecycleAutomationReference |
Python | aws_cdk.interfaces.aws_ssmquicksetup.LifecycleAutomationReference |
TypeScript | aws-cdk-lib » interfaces » aws_ssmquicksetup » LifecycleAutomationReference |
A reference to a LifecycleAutomation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmquicksetup as interfaces_aws_ssmquicksetup } from 'aws-cdk-lib/interfaces';
const lifecycleAutomationReference: interfaces_aws_ssmquicksetup.LifecycleAutomationReference = {
associationId: 'associationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| association | string | The AssociationId of the LifecycleAutomation resource. |
associationId
Type:
string
The AssociationId of the LifecycleAutomation resource.

.NET
Go
Java
Python
TypeScript