AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::CloudFormationProvisionedProduct

ServiceCatalog CloudFormationProvisionedProduct

Resource Schema for AWS::ServiceCatalog::CloudFormationProvisionedProduct

Properties

12 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AcceptLanguage
string
NotificationArns
Array<string>
Create-only
PathId
string
PathName
string
ProductId
string
ProductName
string
ProvisionedProductName
string
Create-only
ProvisioningArtifactId
string
ProvisioningArtifactName
string
ProvisioningParameters
Array<ProvisioningParameter>
ProvisioningPreferences
ProvisioningPreferences
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CloudformationStackArnstring-
OutputsobjectList of key-value pair outputs.
ProvisionedProductIdstring-
RecordIdstring-

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::CloudFormationProvisionedProduct

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

servicecatalog:provisionProductcloudformation:CreateStack

read

servicecatalog:describeProvisionedProductcloudformation:ListStacks

update

servicecatalog:updateProvisionedProductcloudformation:UpdateStack

delete

servicecatalog:terminateProvisionedProductservicecatalog:describeRecordcloudformation:DeleteStack

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceServiceCatalog
Properties16
Required0
TaggingNot supported
Primary IDProvisionedProductId

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NotificationArnsProvisionedProductName

External Links