AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::CloudFormationProduct

ServiceCatalog CloudFormationProduct

Resource Type definition for AWS::ServiceCatalog::CloudFormationProduct

Properties

13 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Owner
string
Required
AcceptLanguage
string
Description
string
Distributor
string
ProductType
string
ProvisioningArtifactParameters
Array<ProvisioningArtifactProperties>
ReplaceProvisioningArtifacts
boolean
SourceConnection
SourceConnection
SupportDescription
string
SupportEmail
string
SupportUrl
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-
ProductNamestring-
ProvisioningArtifactIdsstring-
ProvisioningArtifactNamesstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalog::CloudFormationProduct

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::CloudFormationProduct
    Properties:
      Owner: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter