1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ssmquicksetup
  5. LifecycleAutomation

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.ssmquicksetup.LifecycleAutomation

Start a Neo task
Explain and create an aws-native.ssmquicksetup.LifecycleAutomation resource
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Resource Type definition for AWS::SSMQuickSetup::LifecycleAutomation that executes SSM Automation documents in response to CloudFormation lifecycle events.

    Create LifecycleAutomation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LifecycleAutomation(name: string, args: LifecycleAutomationArgs, opts?: CustomResourceOptions);
    @overload
    def LifecycleAutomation(resource_name: str,
                            args: LifecycleAutomationArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def LifecycleAutomation(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            automation_document: Optional[str] = None,
                            automation_parameters: Optional[Mapping[str, Any]] = None,
                            resource_key: Optional[str] = None,
                            tags: Optional[Mapping[str, str]] = None)
    func NewLifecycleAutomation(ctx *Context, name string, args LifecycleAutomationArgs, opts ...ResourceOption) (*LifecycleAutomation, error)
    public LifecycleAutomation(string name, LifecycleAutomationArgs args, CustomResourceOptions? opts = null)
    public LifecycleAutomation(String name, LifecycleAutomationArgs args)
    public LifecycleAutomation(String name, LifecycleAutomationArgs args, CustomResourceOptions options)
    
    type: aws-native:ssmquicksetup:LifecycleAutomation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LifecycleAutomationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LifecycleAutomationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LifecycleAutomationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LifecycleAutomationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LifecycleAutomationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LifecycleAutomation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The LifecycleAutomation resource accepts the following input properties:

    AutomationDocument string
    The name of the Automation document to execute
    AutomationParameters Dictionary<string, object>
    A map of key-value parameters passed to the Automation document during execution. Each parameter name maps to a list of values, even for single values. Parameters can include configuration-specific values for your automation workflow.
    ResourceKey string
    A unique identifier used for generating a unique logical ID for the custom resource
    Tags Dictionary<string, string>
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    AutomationDocument string
    The name of the Automation document to execute
    AutomationParameters map[string]interface{}
    A map of key-value parameters passed to the Automation document during execution. Each parameter name maps to a list of values, even for single values. Parameters can include configuration-specific values for your automation workflow.
    ResourceKey string
    A unique identifier used for generating a unique logical ID for the custom resource
    Tags map[string]string
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    automationDocument String
    The name of the Automation document to execute
    automationParameters Map<String,Object>
    A map of key-value parameters passed to the Automation document during execution. Each parameter name maps to a list of values, even for single values. Parameters can include configuration-specific values for your automation workflow.
    resourceKey String
    A unique identifier used for generating a unique logical ID for the custom resource
    tags Map<String,String>
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    automationDocument string
    The name of the Automation document to execute
    automationParameters {[key: string]: any}
    A map of key-value parameters passed to the Automation document during execution. Each parameter name maps to a list of values, even for single values. Parameters can include configuration-specific values for your automation workflow.
    resourceKey string
    A unique identifier used for generating a unique logical ID for the custom resource
    tags {[key: string]: string}
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    automation_document str
    The name of the Automation document to execute
    automation_parameters Mapping[str, Any]
    A map of key-value parameters passed to the Automation document during execution. Each parameter name maps to a list of values, even for single values. Parameters can include configuration-specific values for your automation workflow.
    resource_key str
    A unique identifier used for generating a unique logical ID for the custom resource
    tags Mapping[str, str]
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    automationDocument String
    The name of the Automation document to execute
    automationParameters Map<Any>
    A map of key-value parameters passed to the Automation document during execution. Each parameter name maps to a list of values, even for single values. Parameters can include configuration-specific values for your automation workflow.
    resourceKey String
    A unique identifier used for generating a unique logical ID for the custom resource
    tags Map<String>
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LifecycleAutomation resource produces the following output properties:

    AssociationId string
    The id from the association that is returned when creating the association
    Id string
    The provider-assigned unique ID for this managed resource.
    AssociationId string
    The id from the association that is returned when creating the association
    Id string
    The provider-assigned unique ID for this managed resource.
    associationId String
    The id from the association that is returned when creating the association
    id String
    The provider-assigned unique ID for this managed resource.
    associationId string
    The id from the association that is returned when creating the association
    id string
    The provider-assigned unique ID for this managed resource.
    association_id str
    The id from the association that is returned when creating the association
    id str
    The provider-assigned unique ID for this managed resource.
    associationId String
    The id from the association that is returned when creating the association
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate