We recommend new projects start with resources from the AWS provider.
aws-native.ssmquicksetup.getLifecycleAutomation
We recommend new projects start with resources from the AWS provider.
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 dictionaryThe following arguments are supported:
- Association
Id string - The id from the association that is returned when creating the association
- Association
Id string - The id from the association that is returned when creating the association
- association
Id String - The id from the association that is returned when creating the association
- association
Id 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
- association
Id String - The id from the association that is returned when creating the association
getLifecycleAutomation Result
The following output properties are available:
- Association
Id string - The id from the association that is returned when creating the association
- Automation
Document string - The name of the Automation document to execute
- Automation
Parameters 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.
- Dictionary<string, string>
- Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
- Association
Id string - The id from the association that is returned when creating the association
- Automation
Document string - The name of the Automation document to execute
- Automation
Parameters 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.
- map[string]string
- Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
- association
Id String - The id from the association that is returned when creating the association
- automation
Document String - The name of the Automation document to execute
- automation
Parameters 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.
- Map<String,String>
- Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
- association
Id string - The id from the association that is returned when creating the association
- automation
Document string - The name of the Automation document to execute
- automation
Parameters {[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.
- {[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.
- Mapping[str, str]
- Tags applied to the underlying SSM Association created by this resource. Tags help identify and organize automation executions.
- association
Id String - The id from the association that is returned when creating the association
- automation
Document String - The name of the Automation document to execute
- automation
Parameters 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.
- 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
We recommend new projects start with resources from the AWS provider.
