AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::TagOption

ServiceCatalog TagOption

Resource type definition for AWS::ServiceCatalog::TagOption

Properties

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

Filter:
PropertyTypeFlags
Key
string
RequiredCreate-only
Value
string
RequiredCreate-only
Active
boolean

Return Values

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

AttributeTypeDescription
IdstringThe TagOption identifier.

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

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::TagOption
    Properties:
      Value: "value"
      Key: "value"

Required IAM Permissions

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

create

servicecatalog:CreateTagOption

read

servicecatalog:DescribeTagOption

update

servicecatalog:UpdateTagOptionservicecatalog:DescribeTagOption

delete

servicecatalog:DeleteTagOption

list

servicecatalog:ListTagOptions

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
Properties4
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.

ValueKey

External Links