We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Creates a generated template from existing resources using the CloudFormation IaC Generator.
Using getGeneratedTemplate
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 getGeneratedTemplate(args: GetGeneratedTemplateArgs, opts?: InvokeOptions): Promise<GetGeneratedTemplateResult>
function getGeneratedTemplateOutput(args: GetGeneratedTemplateOutputArgs, opts?: InvokeOutputOptions): Output<GetGeneratedTemplateResult>def get_generated_template(generated_template_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGeneratedTemplateResult
def get_generated_template_output(generated_template_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetGeneratedTemplateResult]func LookupGeneratedTemplate(ctx *Context, args *LookupGeneratedTemplateArgs, opts ...InvokeOption) (*LookupGeneratedTemplateResult, error)
func LookupGeneratedTemplateOutput(ctx *Context, args *LookupGeneratedTemplateOutputArgs, opts ...InvokeOption) LookupGeneratedTemplateResultOutput> Note: This function is named LookupGeneratedTemplate in the Go SDK.
public static class GetGeneratedTemplate
{
public static Task<GetGeneratedTemplateResult> InvokeAsync(GetGeneratedTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetGeneratedTemplateResult> Invoke(GetGeneratedTemplateInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetGeneratedTemplateResult> Invoke(GetGeneratedTemplateInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetGeneratedTemplateResult> getGeneratedTemplate(GetGeneratedTemplateArgs args, InvokeOptions options)
public static Output<GetGeneratedTemplateResult> getGeneratedTemplate(GetGeneratedTemplateArgs args, InvokeOptions options)
public static Output<GetGeneratedTemplateResult> getGeneratedTemplate(GetGeneratedTemplateArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:cloudformation:getGeneratedTemplate
arguments:
# arguments dictionarydata "aws-native_cloudformation_get_generated_template" "name" {
# arguments
}The following arguments are supported:
- Generated
Template stringId - The Amazon Resource Name (ARN) of the generated template.
- Generated
Template stringId - The Amazon Resource Name (ARN) of the generated template.
- generated_
template_ stringid - The Amazon Resource Name (ARN) of the generated template.
- generated
Template StringId - The Amazon Resource Name (ARN) of the generated template.
- generated
Template stringId - The Amazon Resource Name (ARN) of the generated template.
- generated_
template_ strid - The Amazon Resource Name (ARN) of the generated template.
- generated
Template StringId - The Amazon Resource Name (ARN) of the generated template.
getGeneratedTemplate Result
The following output properties are available:
- Creation
Time string - The time the generated template was created.
- Generated
Template stringId - The Amazon Resource Name (ARN) of the generated template.
- Generated
Template stringName - The name assigned to the generated template.
- Last
Updated stringTime - The time the generated template was last updated.
- Progress
Pulumi.
Aws Native. Cloud Formation. Outputs. Generated Template Template Progress - Status
Pulumi.
Aws Native. Cloud Formation. Generated Template Status - The status of the template generation.
- Template
Configuration Pulumi.Aws Native. Cloud Formation. Outputs. Generated Template Template Configuration - Total
Warnings int - The number of warnings generated for this template.
- Creation
Time string - The time the generated template was created.
- Generated
Template stringId - The Amazon Resource Name (ARN) of the generated template.
- Generated
Template stringName - The name assigned to the generated template.
- Last
Updated stringTime - The time the generated template was last updated.
- Progress
Generated
Template Template Progress - Status
Generated
Template Status - The status of the template generation.
- Template
Configuration GeneratedTemplate Template Configuration - Total
Warnings int - The number of warnings generated for this template.
- creation_
time string - The time the generated template was created.
- generated_
template_ stringid - The Amazon Resource Name (ARN) of the generated template.
- generated_
template_ stringname - The name assigned to the generated template.
- last_
updated_ stringtime - The time the generated template was last updated.
- progress object
- status "CREATE_PENDING" | "UPDATE_PENDING" | "DELETE_PENDING" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "FAILED" | "COMPLETE"
- The status of the template generation.
- template_
configuration object - total_
warnings number - The number of warnings generated for this template.
- creation
Time String - The time the generated template was created.
- generated
Template StringId - The Amazon Resource Name (ARN) of the generated template.
- generated
Template StringName - The name assigned to the generated template.
- last
Updated StringTime - The time the generated template was last updated.
- progress
Generated
Template Template Progress - status
Generated
Template Status - The status of the template generation.
- template
Configuration GeneratedTemplate Template Configuration - total
Warnings Integer - The number of warnings generated for this template.
- creation
Time string - The time the generated template was created.
- generated
Template stringId - The Amazon Resource Name (ARN) of the generated template.
- generated
Template stringName - The name assigned to the generated template.
- last
Updated stringTime - The time the generated template was last updated.
- progress
Generated
Template Template Progress - status
Generated
Template Status - The status of the template generation.
- template
Configuration GeneratedTemplate Template Configuration - total
Warnings number - The number of warnings generated for this template.
- creation_
time str - The time the generated template was created.
- generated_
template_ strid - The Amazon Resource Name (ARN) of the generated template.
- generated_
template_ strname - The name assigned to the generated template.
- last_
updated_ strtime - The time the generated template was last updated.
- progress
Generated
Template Template Progress - status
Generated
Template Status - The status of the template generation.
- template_
configuration GeneratedTemplate Template Configuration - total_
warnings int - The number of warnings generated for this template.
- creation
Time String - The time the generated template was created.
- generated
Template StringId - The Amazon Resource Name (ARN) of the generated template.
- generated
Template StringName - The name assigned to the generated template.
- last
Updated StringTime - The time the generated template was last updated.
- progress Property Map
- status "CREATE_PENDING" | "UPDATE_PENDING" | "DELETE_PENDING" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "FAILED" | "COMPLETE"
- The status of the template generation.
- template
Configuration Property Map - total
Warnings Number - The number of warnings generated for this template.
Supporting Types
GeneratedTemplateStatus
GeneratedTemplateTemplateConfiguration
- Deletion
Policy Pulumi.Aws Native. Cloud Formation. Generated Template Template Configuration Deletion Policy - The DeletionPolicy assigned to resources in the generated template.
- Update
Replace Pulumi.Policy Aws Native. Cloud Formation. Generated Template Template Configuration Update Replace Policy - The UpdateReplacePolicy assigned to resources in the generated template.
- Deletion
Policy GeneratedTemplate Template Configuration Deletion Policy - The DeletionPolicy assigned to resources in the generated template.
- Update
Replace GeneratedPolicy Template Template Configuration Update Replace Policy - The UpdateReplacePolicy assigned to resources in the generated template.
- deletion_
policy "DELETE" | "RETAIN" - The DeletionPolicy assigned to resources in the generated template.
- update_
replace_ "DELETE" | "RETAIN"policy - The UpdateReplacePolicy assigned to resources in the generated template.
- deletion
Policy GeneratedTemplate Template Configuration Deletion Policy - The DeletionPolicy assigned to resources in the generated template.
- update
Replace GeneratedPolicy Template Template Configuration Update Replace Policy - The UpdateReplacePolicy assigned to resources in the generated template.
- deletion
Policy GeneratedTemplate Template Configuration Deletion Policy - The DeletionPolicy assigned to resources in the generated template.
- update
Replace GeneratedPolicy Template Template Configuration Update Replace Policy - The UpdateReplacePolicy assigned to resources in the generated template.
- deletion_
policy GeneratedTemplate Template Configuration Deletion Policy - The DeletionPolicy assigned to resources in the generated template.
- update_
replace_ Generatedpolicy Template Template Configuration Update Replace Policy - The UpdateReplacePolicy assigned to resources in the generated template.
- deletion
Policy "DELETE" | "RETAIN" - The DeletionPolicy assigned to resources in the generated template.
- update
Replace "DELETE" | "RETAIN"Policy - The UpdateReplacePolicy assigned to resources in the generated template.
GeneratedTemplateTemplateConfigurationDeletionPolicy
GeneratedTemplateTemplateConfigurationUpdateReplacePolicy
GeneratedTemplateTemplateProgress
- Resources
Failed int - The number of resources that failed the template generation.
- Resources
Pending int - The number of resources that are still pending the template generation.
- Resources
Processing int - The number of resources that are in-process for the template generation.
- Resources
Succeeded int - The number of resources that succeeded the template generation.
- Resources
Failed int - The number of resources that failed the template generation.
- Resources
Pending int - The number of resources that are still pending the template generation.
- Resources
Processing int - The number of resources that are in-process for the template generation.
- Resources
Succeeded int - The number of resources that succeeded the template generation.
- resources_
failed number - The number of resources that failed the template generation.
- resources_
pending number - The number of resources that are still pending the template generation.
- resources_
processing number - The number of resources that are in-process for the template generation.
- resources_
succeeded number - The number of resources that succeeded the template generation.
- resources
Failed Integer - The number of resources that failed the template generation.
- resources
Pending Integer - The number of resources that are still pending the template generation.
- resources
Processing Integer - The number of resources that are in-process for the template generation.
- resources
Succeeded Integer - The number of resources that succeeded the template generation.
- resources
Failed number - The number of resources that failed the template generation.
- resources
Pending number - The number of resources that are still pending the template generation.
- resources
Processing number - The number of resources that are in-process for the template generation.
- resources
Succeeded number - The number of resources that succeeded the template generation.
- resources_
failed int - The number of resources that failed the template generation.
- resources_
pending int - The number of resources that are still pending the template generation.
- resources_
processing int - The number of resources that are in-process for the template generation.
- resources_
succeeded int - The number of resources that succeeded the template generation.
- resources
Failed Number - The number of resources that failed the template generation.
- resources
Pending Number - The number of resources that are still pending the template generation.
- resources
Processing Number - The number of resources that are in-process for the template generation.
- resources
Succeeded Number - The number of resources that succeeded the template generation.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi