AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::ResourceUpdateConstraint

ServiceCatalog ResourceUpdateConstraint

Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
PortfolioId
string
RequiredCreate-only
ProductId
string
RequiredCreate-only
TagUpdateOnProvisionedProduct
string
Required
AcceptLanguage
string
Write-only
Description
string

Return Values

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

AttributeTypeDescription
IdstringUnique identifier for the constraint

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

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::ResourceUpdateConstraint
    Properties:
      TagUpdateOnProvisionedProduct: "value"
      PortfolioId: "my-portfolioid"
      ProductId: "my-productid"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

servicecatalog:CreateConstraintservicecatalog:DescribeConstraint

read

servicecatalog:DescribeConstraint

update

servicecatalog:UpdateConstraintservicecatalog:DescribeConstraint

delete

servicecatalog:DeleteConstraint

list

servicecatalog:ListConstraintsForPortfolio

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
Properties6
Required3
TaggingNot supported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

PortfolioIdProductId

External Links