1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. cloudformation
  6. GeneratedTemplate

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
aws-native logo aws-native logo

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

    Creates a generated template from existing resources using the CloudFormation IaC Generator.

    Create GeneratedTemplate Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GeneratedTemplate(name: string, args?: GeneratedTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def GeneratedTemplate(resource_name: str,
                          args: Optional[GeneratedTemplateArgs] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def GeneratedTemplate(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          generated_template_name: Optional[str] = None,
                          template_configuration: Optional[GeneratedTemplateTemplateConfigurationArgs] = None)
    func NewGeneratedTemplate(ctx *Context, name string, args *GeneratedTemplateArgs, opts ...ResourceOption) (*GeneratedTemplate, error)
    public GeneratedTemplate(string name, GeneratedTemplateArgs? args = null, CustomResourceOptions? opts = null)
    public GeneratedTemplate(String name, GeneratedTemplateArgs args)
    public GeneratedTemplate(String name, GeneratedTemplateArgs args, CustomResourceOptions options)
    
    type: aws-native:cloudformation:GeneratedTemplate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_cloudformation_generated_template" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GeneratedTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GeneratedTemplateArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GeneratedTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GeneratedTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GeneratedTemplateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GeneratedTemplate Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GeneratedTemplate resource accepts the following input properties:

    generated_template_name string
    The name assigned to the generated template.
    template_configuration object
    generatedTemplateName String
    The name assigned to the generated template.
    templateConfiguration Property Map

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GeneratedTemplate resource produces the following output properties:

    CreationTime string
    The time the generated template was created.
    GeneratedTemplateId string
    The Amazon Resource Name (ARN) of the generated template.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The time the generated template was last updated.
    Progress Pulumi.AwsNative.CloudFormation.Outputs.GeneratedTemplateTemplateProgress
    Status Pulumi.AwsNative.CloudFormation.GeneratedTemplateStatus
    The status of the template generation.
    TotalWarnings int
    The number of warnings generated for this template.
    CreationTime string
    The time the generated template was created.
    GeneratedTemplateId string
    The Amazon Resource Name (ARN) of the generated template.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The time the generated template was last updated.
    Progress GeneratedTemplateTemplateProgress
    Status GeneratedTemplateStatus
    The status of the template generation.
    TotalWarnings int
    The number of warnings generated for this template.
    creation_time string
    The time the generated template was created.
    generated_template_id string
    The Amazon Resource Name (ARN) of the generated template.
    id string
    The provider-assigned unique ID for this managed resource.
    last_updated_time string
    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.
    total_warnings number
    The number of warnings generated for this template.
    creationTime String
    The time the generated template was created.
    generatedTemplateId String
    The Amazon Resource Name (ARN) of the generated template.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The time the generated template was last updated.
    progress GeneratedTemplateTemplateProgress
    status GeneratedTemplateStatus
    The status of the template generation.
    totalWarnings Integer
    The number of warnings generated for this template.
    creationTime string
    The time the generated template was created.
    generatedTemplateId string
    The Amazon Resource Name (ARN) of the generated template.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    The time the generated template was last updated.
    progress GeneratedTemplateTemplateProgress
    status GeneratedTemplateStatus
    The status of the template generation.
    totalWarnings number
    The number of warnings generated for this template.
    creation_time str
    The time the generated template was created.
    generated_template_id str
    The Amazon Resource Name (ARN) of the generated template.
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    The time the generated template was last updated.
    progress GeneratedTemplateTemplateProgress
    status GeneratedTemplateStatus
    The status of the template generation.
    total_warnings int
    The number of warnings generated for this template.
    creationTime String
    The time the generated template was created.
    generatedTemplateId String
    The Amazon Resource Name (ARN) of the generated template.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    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.
    totalWarnings Number
    The number of warnings generated for this template.

    Supporting Types

    GeneratedTemplateStatus, GeneratedTemplateStatusArgs

    CreatePending
    CREATE_PENDING
    UpdatePending
    UPDATE_PENDING
    DeletePending
    DELETE_PENDING
    CreateInProgress
    CREATE_IN_PROGRESS
    UpdateInProgress
    UPDATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    Failed
    FAILED
    Complete
    COMPLETE
    GeneratedTemplateStatusCreatePending
    CREATE_PENDING
    GeneratedTemplateStatusUpdatePending
    UPDATE_PENDING
    GeneratedTemplateStatusDeletePending
    DELETE_PENDING
    GeneratedTemplateStatusCreateInProgress
    CREATE_IN_PROGRESS
    GeneratedTemplateStatusUpdateInProgress
    UPDATE_IN_PROGRESS
    GeneratedTemplateStatusDeleteInProgress
    DELETE_IN_PROGRESS
    GeneratedTemplateStatusFailed
    FAILED
    GeneratedTemplateStatusComplete
    COMPLETE
    "CREATE_PENDING"
    CREATE_PENDING
    "UPDATE_PENDING"
    UPDATE_PENDING
    "DELETE_PENDING"
    DELETE_PENDING
    "CREATE_IN_PROGRESS"
    CREATE_IN_PROGRESS
    "UPDATE_IN_PROGRESS"
    UPDATE_IN_PROGRESS
    "DELETE_IN_PROGRESS"
    DELETE_IN_PROGRESS
    "FAILED"
    FAILED
    "COMPLETE"
    COMPLETE
    CreatePending
    CREATE_PENDING
    UpdatePending
    UPDATE_PENDING
    DeletePending
    DELETE_PENDING
    CreateInProgress
    CREATE_IN_PROGRESS
    UpdateInProgress
    UPDATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    Failed
    FAILED
    Complete
    COMPLETE
    CreatePending
    CREATE_PENDING
    UpdatePending
    UPDATE_PENDING
    DeletePending
    DELETE_PENDING
    CreateInProgress
    CREATE_IN_PROGRESS
    UpdateInProgress
    UPDATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    Failed
    FAILED
    Complete
    COMPLETE
    CREATE_PENDING
    CREATE_PENDING
    UPDATE_PENDING
    UPDATE_PENDING
    DELETE_PENDING
    DELETE_PENDING
    CREATE_IN_PROGRESS
    CREATE_IN_PROGRESS
    UPDATE_IN_PROGRESS
    UPDATE_IN_PROGRESS
    DELETE_IN_PROGRESS
    DELETE_IN_PROGRESS
    FAILED
    FAILED
    COMPLETE
    COMPLETE
    "CREATE_PENDING"
    CREATE_PENDING
    "UPDATE_PENDING"
    UPDATE_PENDING
    "DELETE_PENDING"
    DELETE_PENDING
    "CREATE_IN_PROGRESS"
    CREATE_IN_PROGRESS
    "UPDATE_IN_PROGRESS"
    UPDATE_IN_PROGRESS
    "DELETE_IN_PROGRESS"
    DELETE_IN_PROGRESS
    "FAILED"
    FAILED
    "COMPLETE"
    COMPLETE

    GeneratedTemplateTemplateConfiguration, GeneratedTemplateTemplateConfigurationArgs

    The configuration details of the generated template.
    DeletionPolicy Pulumi.AwsNative.CloudFormation.GeneratedTemplateTemplateConfigurationDeletionPolicy
    The DeletionPolicy assigned to resources in the generated template.
    UpdateReplacePolicy Pulumi.AwsNative.CloudFormation.GeneratedTemplateTemplateConfigurationUpdateReplacePolicy
    The UpdateReplacePolicy assigned to resources in the generated template.
    DeletionPolicy GeneratedTemplateTemplateConfigurationDeletionPolicy
    The DeletionPolicy assigned to resources in the generated template.
    UpdateReplacePolicy GeneratedTemplateTemplateConfigurationUpdateReplacePolicy
    The UpdateReplacePolicy assigned to resources in the generated template.
    deletion_policy "DELETE" | "RETAIN"
    The DeletionPolicy assigned to resources in the generated template.
    update_replace_policy "DELETE" | "RETAIN"
    The UpdateReplacePolicy assigned to resources in the generated template.
    deletionPolicy GeneratedTemplateTemplateConfigurationDeletionPolicy
    The DeletionPolicy assigned to resources in the generated template.
    updateReplacePolicy GeneratedTemplateTemplateConfigurationUpdateReplacePolicy
    The UpdateReplacePolicy assigned to resources in the generated template.
    deletionPolicy GeneratedTemplateTemplateConfigurationDeletionPolicy
    The DeletionPolicy assigned to resources in the generated template.
    updateReplacePolicy GeneratedTemplateTemplateConfigurationUpdateReplacePolicy
    The UpdateReplacePolicy assigned to resources in the generated template.
    deletion_policy GeneratedTemplateTemplateConfigurationDeletionPolicy
    The DeletionPolicy assigned to resources in the generated template.
    update_replace_policy GeneratedTemplateTemplateConfigurationUpdateReplacePolicy
    The UpdateReplacePolicy assigned to resources in the generated template.
    deletionPolicy "DELETE" | "RETAIN"
    The DeletionPolicy assigned to resources in the generated template.
    updateReplacePolicy "DELETE" | "RETAIN"
    The UpdateReplacePolicy assigned to resources in the generated template.

    GeneratedTemplateTemplateConfigurationDeletionPolicy, GeneratedTemplateTemplateConfigurationDeletionPolicyArgs

    Delete
    DELETE
    Retain
    RETAIN
    GeneratedTemplateTemplateConfigurationDeletionPolicyDelete
    DELETE
    GeneratedTemplateTemplateConfigurationDeletionPolicyRetain
    RETAIN
    "DELETE"
    DELETE
    "RETAIN"
    RETAIN
    Delete
    DELETE
    Retain
    RETAIN
    Delete
    DELETE
    Retain
    RETAIN
    DELETE
    DELETE
    RETAIN
    RETAIN
    "DELETE"
    DELETE
    "RETAIN"
    RETAIN

    GeneratedTemplateTemplateConfigurationUpdateReplacePolicy, GeneratedTemplateTemplateConfigurationUpdateReplacePolicyArgs

    Delete
    DELETE
    Retain
    RETAIN
    GeneratedTemplateTemplateConfigurationUpdateReplacePolicyDelete
    DELETE
    GeneratedTemplateTemplateConfigurationUpdateReplacePolicyRetain
    RETAIN
    "DELETE"
    DELETE
    "RETAIN"
    RETAIN
    Delete
    DELETE
    Retain
    RETAIN
    Delete
    DELETE
    Retain
    RETAIN
    DELETE
    DELETE
    RETAIN
    RETAIN
    "DELETE"
    DELETE
    "RETAIN"
    RETAIN

    GeneratedTemplateTemplateProgress, GeneratedTemplateTemplateProgressArgs

    A summary of the progress of the template generation.
    ResourcesFailed int
    The number of resources that failed the template generation.
    ResourcesPending int
    The number of resources that are still pending the template generation.
    ResourcesProcessing int
    The number of resources that are in-process for the template generation.
    ResourcesSucceeded int
    The number of resources that succeeded the template generation.
    ResourcesFailed int
    The number of resources that failed the template generation.
    ResourcesPending int
    The number of resources that are still pending the template generation.
    ResourcesProcessing int
    The number of resources that are in-process for the template generation.
    ResourcesSucceeded 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.
    resourcesFailed Integer
    The number of resources that failed the template generation.
    resourcesPending Integer
    The number of resources that are still pending the template generation.
    resourcesProcessing Integer
    The number of resources that are in-process for the template generation.
    resourcesSucceeded Integer
    The number of resources that succeeded the template generation.
    resourcesFailed number
    The number of resources that failed the template generation.
    resourcesPending number
    The number of resources that are still pending the template generation.
    resourcesProcessing number
    The number of resources that are in-process for the template generation.
    resourcesSucceeded 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.
    resourcesFailed Number
    The number of resources that failed the template generation.
    resourcesPending Number
    The number of resources that are still pending the template generation.
    resourcesProcessing Number
    The number of resources that are in-process for the template generation.
    resourcesSucceeded Number
    The number of resources that succeeded the template generation.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial