1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. servicecatalog
  6. getCloudFormationProduct

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

    Resource type definition for AWS::ServiceCatalog::CloudFormationProduct

    Using getCloudFormationProduct

    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 getCloudFormationProduct(args: GetCloudFormationProductArgs, opts?: InvokeOptions): Promise<GetCloudFormationProductResult>
    function getCloudFormationProductOutput(args: GetCloudFormationProductOutputArgs, opts?: InvokeOutputOptions): Output<GetCloudFormationProductResult>
    def get_cloud_formation_product(id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCloudFormationProductResult
    def get_cloud_formation_product_output(id: pulumi.Input[Optional[str]] = None,
                                    opts: Optional[InvokeOutputOptions] = None) -> Output[GetCloudFormationProductResult]
    func LookupCloudFormationProduct(ctx *Context, args *LookupCloudFormationProductArgs, opts ...InvokeOption) (*LookupCloudFormationProductResult, error)
    func LookupCloudFormationProductOutput(ctx *Context, args *LookupCloudFormationProductOutputArgs, opts ...InvokeOption) LookupCloudFormationProductResultOutput

    > Note: This function is named LookupCloudFormationProduct in the Go SDK.

    public static class GetCloudFormationProduct 
    {
        public static Task<GetCloudFormationProductResult> InvokeAsync(GetCloudFormationProductArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudFormationProductResult> Invoke(GetCloudFormationProductInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudFormationProductResult> Invoke(GetCloudFormationProductInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCloudFormationProductResult> getCloudFormationProduct(GetCloudFormationProductArgs args, InvokeOptions options)
    public static Output<GetCloudFormationProductResult> getCloudFormationProduct(GetCloudFormationProductArgs args, InvokeOptions options)
    public static Output<GetCloudFormationProductResult> getCloudFormationProduct(GetCloudFormationProductArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:servicecatalog:getCloudFormationProduct
      arguments:
        # arguments dictionary
    data "aws-native_servicecatalog_get_cloud_formation_product" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The ID of the product, such as prod-tsjbmal34qvek
    Id string
    The ID of the product, such as prod-tsjbmal34qvek
    id string
    The ID of the product, such as prod-tsjbmal34qvek
    id String
    The ID of the product, such as prod-tsjbmal34qvek
    id string
    The ID of the product, such as prod-tsjbmal34qvek
    id str
    The ID of the product, such as prod-tsjbmal34qvek
    id String
    The ID of the product, such as prod-tsjbmal34qvek

    getCloudFormationProduct Result

    The following output properties are available:

    Description string
    The description of the product.
    Distributor string
    The distributor of the product.
    Id string
    The ID of the product, such as prod-tsjbmal34qvek
    Name string
    The name of the product.
    Owner string
    The owner of the product.
    ProductName string
    The name of the product.
    ProductType Pulumi.AwsNative.ServiceCatalog.CloudFormationProductProductType
    The type of product.
    ProvisioningArtifactIds string
    The IDs of the provisioning artifacts
    ProvisioningArtifactNames string
    The names of the provisioning artifacts
    ProvisioningArtifactParameters List<Pulumi.AwsNative.ServiceCatalog.Outputs.CloudFormationProductProvisioningArtifactProperties>
    The configuration of the provisioning artifact (also known as a version).
    SourceConnection Pulumi.AwsNative.ServiceCatalog.Outputs.CloudFormationProductSourceConnection
    A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
    SupportDescription string
    The support information about the product.
    SupportEmail string
    The contact email for product support.
    SupportUrl string
    The contact URL for product support.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    One or more tags.
    Description string
    The description of the product.
    Distributor string
    The distributor of the product.
    Id string
    The ID of the product, such as prod-tsjbmal34qvek
    Name string
    The name of the product.
    Owner string
    The owner of the product.
    ProductName string
    The name of the product.
    ProductType CloudFormationProductProductType
    The type of product.
    ProvisioningArtifactIds string
    The IDs of the provisioning artifacts
    ProvisioningArtifactNames string
    The names of the provisioning artifacts
    ProvisioningArtifactParameters []CloudFormationProductProvisioningArtifactProperties
    The configuration of the provisioning artifact (also known as a version).
    SourceConnection CloudFormationProductSourceConnection
    A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
    SupportDescription string
    The support information about the product.
    SupportEmail string
    The contact email for product support.
    SupportUrl string
    The contact URL for product support.
    Tags Tag
    One or more tags.
    description string
    The description of the product.
    distributor string
    The distributor of the product.
    id string
    The ID of the product, such as prod-tsjbmal34qvek
    name string
    The name of the product.
    owner string
    The owner of the product.
    product_name string
    The name of the product.
    product_type "CLOUD_FORMATION_TEMPLATE" | "MARKETPLACE_AMI" | "MARKETPLACE_CAR" | "TERRAFORM_OPEN_SOURCE" | "TERRAFORM_CLOUD" | "EXTERNAL"
    The type of product.
    provisioning_artifact_ids string
    The IDs of the provisioning artifacts
    provisioning_artifact_names string
    The names of the provisioning artifacts
    provisioning_artifact_parameters list(object)
    The configuration of the provisioning artifact (also known as a version).
    source_connection object
    A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
    support_description string
    The support information about the product.
    support_email string
    The contact email for product support.
    support_url string
    The contact URL for product support.
    tags list(object)
    One or more tags.
    description String
    The description of the product.
    distributor String
    The distributor of the product.
    id String
    The ID of the product, such as prod-tsjbmal34qvek
    name String
    The name of the product.
    owner String
    The owner of the product.
    productName String
    The name of the product.
    productType CloudFormationProductProductType
    The type of product.
    provisioningArtifactIds String
    The IDs of the provisioning artifacts
    provisioningArtifactNames String
    The names of the provisioning artifacts
    provisioningArtifactParameters List<CloudFormationProductProvisioningArtifactProperties>
    The configuration of the provisioning artifact (also known as a version).
    sourceConnection CloudFormationProductSourceConnection
    A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
    supportDescription String
    The support information about the product.
    supportEmail String
    The contact email for product support.
    supportUrl String
    The contact URL for product support.
    tags List<Tag>
    One or more tags.
    description string
    The description of the product.
    distributor string
    The distributor of the product.
    id string
    The ID of the product, such as prod-tsjbmal34qvek
    name string
    The name of the product.
    owner string
    The owner of the product.
    productName string
    The name of the product.
    productType CloudFormationProductProductType
    The type of product.
    provisioningArtifactIds string
    The IDs of the provisioning artifacts
    provisioningArtifactNames string
    The names of the provisioning artifacts
    provisioningArtifactParameters CloudFormationProductProvisioningArtifactProperties[]
    The configuration of the provisioning artifact (also known as a version).
    sourceConnection CloudFormationProductSourceConnection
    A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
    supportDescription string
    The support information about the product.
    supportEmail string
    The contact email for product support.
    supportUrl string
    The contact URL for product support.
    tags Tag[]
    One or more tags.
    description str
    The description of the product.
    distributor str
    The distributor of the product.
    id str
    The ID of the product, such as prod-tsjbmal34qvek
    name str
    The name of the product.
    owner str
    The owner of the product.
    product_name str
    The name of the product.
    product_type CloudFormationProductProductType
    The type of product.
    provisioning_artifact_ids str
    The IDs of the provisioning artifacts
    provisioning_artifact_names str
    The names of the provisioning artifacts
    provisioning_artifact_parameters Sequence[CloudFormationProductProvisioningArtifactProperties]
    The configuration of the provisioning artifact (also known as a version).
    source_connection CloudFormationProductSourceConnection
    A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
    support_description str
    The support information about the product.
    support_email str
    The contact email for product support.
    support_url str
    The contact URL for product support.
    tags Sequence[root_Tag]
    One or more tags.
    description String
    The description of the product.
    distributor String
    The distributor of the product.
    id String
    The ID of the product, such as prod-tsjbmal34qvek
    name String
    The name of the product.
    owner String
    The owner of the product.
    productName String
    The name of the product.
    productType "CLOUD_FORMATION_TEMPLATE" | "MARKETPLACE_AMI" | "MARKETPLACE_CAR" | "TERRAFORM_OPEN_SOURCE" | "TERRAFORM_CLOUD" | "EXTERNAL"
    The type of product.
    provisioningArtifactIds String
    The IDs of the provisioning artifacts
    provisioningArtifactNames String
    The names of the provisioning artifacts
    provisioningArtifactParameters List<Property Map>
    The configuration of the provisioning artifact (also known as a version).
    sourceConnection Property Map
    A top level ProductViewDetail response containing details about the product's connection. AWS Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
    supportDescription String
    The support information about the product.
    supportEmail String
    The contact email for product support.
    supportUrl String
    The contact URL for product support.
    tags List<Property Map>
    One or more tags.

    Supporting Types

    CloudFormationProductCodeStarParameters

    ArtifactPath string
    The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
    Branch string
    The specific branch where the artifact resides.
    ConnectionArn string
    The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
    Repository string
    The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
    ArtifactPath string
    The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
    Branch string
    The specific branch where the artifact resides.
    ConnectionArn string
    The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
    Repository string
    The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
    artifact_path string
    The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
    branch string
    The specific branch where the artifact resides.
    connection_arn string
    The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
    repository string
    The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
    artifactPath String
    The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
    branch String
    The specific branch where the artifact resides.
    connectionArn String
    The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
    repository String
    The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
    artifactPath string
    The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
    branch string
    The specific branch where the artifact resides.
    connectionArn string
    The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
    repository string
    The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
    artifact_path str
    The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
    branch str
    The specific branch where the artifact resides.
    connection_arn str
    The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
    repository str
    The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
    artifactPath String
    The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
    branch String
    The specific branch where the artifact resides.
    connectionArn String
    The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
    repository String
    The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."

    CloudFormationProductProductType

    CloudFormationProductProvisioningArtifactProperties

    Info Pulumi.AwsNative.ServiceCatalog.Inputs.CloudFormationProductProvisioningArtifactPropertiesInfoProperties

    Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:

    "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

    ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

    Description string
    The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
    DisableTemplateValidation bool
    If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
    Name string
    The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
    Type Pulumi.AwsNative.ServiceCatalog.CloudFormationProductProvisioningArtifactPropertiesType
    The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
    Info CloudFormationProductProvisioningArtifactPropertiesInfoProperties

    Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:

    "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

    ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

    Description string
    The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
    DisableTemplateValidation bool
    If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
    Name string
    The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
    Type CloudFormationProductProvisioningArtifactPropertiesType
    The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
    info object

    Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:

    "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

    ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

    description string
    The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
    disable_template_validation bool
    If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
    name string
    The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
    type "CLOUD_FORMATION_TEMPLATE" | "MARKETPLACE_AMI" | "MARKETPLACE_CAR" | "TERRAFORM_OPEN_SOURCE" | "TERRAFORM_CLOUD" | "EXTERNAL"
    The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
    info CloudFormationProductProvisioningArtifactPropertiesInfoProperties

    Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:

    "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

    ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

    description String
    The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
    disableTemplateValidation Boolean
    If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
    name String
    The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
    type CloudFormationProductProvisioningArtifactPropertiesType
    The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
    info CloudFormationProductProvisioningArtifactPropertiesInfoProperties

    Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:

    "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

    ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

    description string
    The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
    disableTemplateValidation boolean
    If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
    name string
    The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
    type CloudFormationProductProvisioningArtifactPropertiesType
    The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
    info CloudFormationProductProvisioningArtifactPropertiesInfoProperties

    Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:

    "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

    ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

    description str
    The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
    disable_template_validation bool
    If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
    name str
    The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
    type CloudFormationProductProvisioningArtifactPropertiesType
    The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
    info Property Map

    Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:

    "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

    ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

    description String
    The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
    disableTemplateValidation Boolean
    If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
    name String
    The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
    type "CLOUD_FORMATION_TEMPLATE" | "MARKETPLACE_AMI" | "MARKETPLACE_CAR" | "TERRAFORM_OPEN_SOURCE" | "TERRAFORM_CLOUD" | "EXTERNAL"
    The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL

    CloudFormationProductProvisioningArtifactPropertiesInfoProperties

    ImportFromPhysicalId string
    The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
    LoadTemplateFromUrl string
    The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
    ImportFromPhysicalId string
    The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
    LoadTemplateFromUrl string
    The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
    import_from_physical_id string
    The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
    load_template_from_url string
    The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
    importFromPhysicalId String
    The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
    loadTemplateFromUrl String
    The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
    importFromPhysicalId string
    The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
    loadTemplateFromUrl string
    The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
    import_from_physical_id str
    The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
    load_template_from_url str
    The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
    importFromPhysicalId String
    The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
    loadTemplateFromUrl String
    The URL of the AWS CloudFormation template in Amazon S3 in JSON format.

    CloudFormationProductProvisioningArtifactPropertiesType

    CloudFormationProductSourceConnection

    ConnectionParameters Pulumi.AwsNative.ServiceCatalog.Inputs.CloudFormationProductSourceConnectionConnectionParametersProperties
    The connection details based on the connection Type.
    Type string
    The only supported SourceConnection type is Codestar.
    ConnectionParameters CloudFormationProductSourceConnectionConnectionParametersProperties
    The connection details based on the connection Type.
    Type string
    The only supported SourceConnection type is Codestar.
    connection_parameters object
    The connection details based on the connection Type.
    type string
    The only supported SourceConnection type is Codestar.
    connectionParameters CloudFormationProductSourceConnectionConnectionParametersProperties
    The connection details based on the connection Type.
    type String
    The only supported SourceConnection type is Codestar.
    connectionParameters CloudFormationProductSourceConnectionConnectionParametersProperties
    The connection details based on the connection Type.
    type string
    The only supported SourceConnection type is Codestar.
    connection_parameters CloudFormationProductSourceConnectionConnectionParametersProperties
    The connection details based on the connection Type.
    type str
    The only supported SourceConnection type is Codestar.
    connectionParameters Property Map
    The connection details based on the connection Type.
    type String
    The only supported SourceConnection type is Codestar.

    CloudFormationProductSourceConnectionConnectionParametersProperties

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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