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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi

aws-native.ssmquicksetup.getLifecycleAutomation

Get Started
aws-native logo

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

AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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>
    Tags Dictionary<string, string>
    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{}
    Tags map[string]string
    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>
    tags Map<String,String>
    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}
    tags {[key: string]: string}
    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]
    tags Mapping[str, str]
    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>
    tags Map<String>

    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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate