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

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.getLifecycleAutomation

Start a Neo task
Explain and create an aws-native.ssmquicksetup.getLifecycleAutomation 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.

    Using getLifecycleAutomation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getLifecycleAutomation(args: GetLifecycleAutomationArgs, opts?: InvokeOptions): Promise<GetLifecycleAutomationResult>
    function getLifecycleAutomationOutput(args: GetLifecycleAutomationOutputArgs, opts?: InvokeOptions): Output<GetLifecycleAutomationResult>
    def get_lifecycle_automation(association_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetLifecycleAutomationResult
    def get_lifecycle_automation_output(association_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetLifecycleAutomationResult]
    func LookupLifecycleAutomation(ctx *Context, args *LookupLifecycleAutomationArgs, opts ...InvokeOption) (*LookupLifecycleAutomationResult, error)
    func LookupLifecycleAutomationOutput(ctx *Context, args *LookupLifecycleAutomationOutputArgs, opts ...InvokeOption) LookupLifecycleAutomationResultOutput

    > Note: This function is named LookupLifecycleAutomation in the Go SDK.

    public static class GetLifecycleAutomation 
    {
        public static Task<GetLifecycleAutomationResult> InvokeAsync(GetLifecycleAutomationArgs args, InvokeOptions? opts = null)
        public static Output<GetLifecycleAutomationResult> Invoke(GetLifecycleAutomationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLifecycleAutomationResult> getLifecycleAutomation(GetLifecycleAutomationArgs args, InvokeOptions options)
    public static Output<GetLifecycleAutomationResult> getLifecycleAutomation(GetLifecycleAutomationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ssmquicksetup:getLifecycleAutomation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssociationId string
    The id from the association that is returned when creating the association
    AssociationId string
    The id from the association that is returned when creating the association
    associationId String
    The id from the association that is returned when creating the association
    associationId string
    The id from the association that is returned when creating the association
    association_id str
    The id from the association that is returned when creating the association
    associationId String
    The id from the association that is returned when creating the association

    getLifecycleAutomation Result

    The following output properties are available:

    AssociationId string
    The id from the association that is returned when creating the association
    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.
    Tags Dictionary<string, string>
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    AssociationId string
    The id from the association that is returned when creating the association
    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.
    Tags map[string]string
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    associationId String
    The id from the association that is returned when creating the association
    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.
    tags Map<String,String>
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    associationId string
    The id from the association that is returned when creating the association
    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.
    tags {[key: string]: string}
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    association_id str
    The id from the association that is returned when creating the association
    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.
    tags Mapping[str, str]
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
    associationId String
    The id from the association that is returned when creating the association
    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.
    tags Map<String>
    Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.

    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