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> - Dictionary<string, string>
- 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{} - map[string]string
- 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> - Map<String,String>
- 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} - {[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] - Mapping[str, str]
- 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> - Map<String>
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
