AWS::ServiceCatalog::TagOptionResource type definition for AWS::ServiceCatalog::TagOption
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Key | string | RequiredCreate-only |
Value | string | RequiredCreate-only |
Active | boolean |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | The TagOption identifier. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalog::TagOption
Resources:
MyResource:
Type: AWS::ServiceCatalog::TagOption
Properties:
Value: "value"
Key: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
servicecatalog:CreateTagOptionservicecatalog:DescribeTagOptionservicecatalog:UpdateTagOptionservicecatalog:DescribeTagOptionservicecatalog:DeleteTagOptionservicecatalog:ListTagOptionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ValueKey