interface LifecycleAutomationReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_ssmquicksetup.LifecycleAutomationReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssmquicksetup#LifecycleAutomationReference | 
|  Java | software.amazon.awscdk.services.ssmquicksetup.LifecycleAutomationReference | 
|  Python | aws_cdk.aws_ssmquicksetup.LifecycleAutomationReference | 
|  TypeScript | aws-cdk-lib»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 ssmquicksetup } from 'aws-cdk-lib';
const lifecycleAutomationReference: 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.
