AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::TagOptionAssociation

ServiceCatalog TagOptionAssociation

Resource Type definition for AWS::ServiceCatalog::TagOptionAssociation

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ResourceId
string
Create-only
TagOptionId
string
Create-only

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

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::TagOptionAssociation
    Properties:

Required IAM Permissions

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

read

servicecatalog:ListResourcesForTagOption

create

servicecatalog:AssociateTagOptionWithResourceservicecatalog:ListResourcesForTagOption

list

servicecatalog:ListResourcesForTagOption

delete

servicecatalog:DisassociateTagOptionFromResourceservicecatalog:ListResourcesForTagOption

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
Properties2
Required0
TaggingNot supported
Primary IDTagOptionId

Supported Operations

ReadCreateListDelete

Immutable After Creation

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

TagOptionIdResourceId

External Links