AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::LaunchRoleConstraint

ServiceCatalog LaunchRoleConstraint

Resource Type definition for AWS::ServiceCatalog::LaunchRoleConstraint

Properties

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

Filter:
PropertyTypeFlags
PortfolioId
string
RequiredCreate-only
ProductId
string
RequiredCreate-only
AcceptLanguage
string
Write-only
Description
string
LocalRoleName
string
RoleArn
string

Return Values

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

AttributeTypeDescription
IdstringThe unique identifier for the launch role 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::LaunchRoleConstraint

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::LaunchRoleConstraint
    Properties:
      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:DescribeConstraintiam:GetRoleiam:PassRole

read

servicecatalog:DescribeConstraint

update

servicecatalog:UpdateConstraintservicecatalog:DescribeConstraintiam:GetRoleiam:PassRole

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
Properties7
Required2
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