1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. servicecatalog
  5. TagOption

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.35.0 published on Monday, Sep 22, 2025 by Pulumi

aws-native.servicecatalog.TagOption

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.35.0 published on Monday, Sep 22, 2025 by Pulumi

    Resource type definition for AWS::ServiceCatalog::TagOption

    Create TagOption Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TagOption(name: string, args: TagOptionArgs, opts?: CustomResourceOptions);
    @overload
    def TagOption(resource_name: str,
                  args: TagOptionArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def TagOption(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  key: Optional[str] = None,
                  value: Optional[str] = None,
                  active: Optional[bool] = None)
    func NewTagOption(ctx *Context, name string, args TagOptionArgs, opts ...ResourceOption) (*TagOption, error)
    public TagOption(string name, TagOptionArgs args, CustomResourceOptions? opts = null)
    public TagOption(String name, TagOptionArgs args)
    public TagOption(String name, TagOptionArgs args, CustomResourceOptions options)
    
    type: aws-native:servicecatalog:TagOption
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TagOptionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TagOptionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TagOptionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TagOptionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TagOptionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TagOption Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The TagOption resource accepts the following input properties:

    Key string
    The TagOption key.
    Value string
    The TagOption value.
    Active bool
    The TagOption active state.
    Key string
    The TagOption key.
    Value string
    The TagOption value.
    Active bool
    The TagOption active state.
    key String
    The TagOption key.
    value String
    The TagOption value.
    active Boolean
    The TagOption active state.
    key string
    The TagOption key.
    value string
    The TagOption value.
    active boolean
    The TagOption active state.
    key str
    The TagOption key.
    value str
    The TagOption value.
    active bool
    The TagOption active state.
    key String
    The TagOption key.
    value String
    The TagOption value.
    active Boolean
    The TagOption active state.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TagOption resource produces the following output properties:

    AwsId string
    The TagOption identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    The TagOption identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    The TagOption identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    The TagOption identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    The TagOption identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    The TagOption identifier.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.35.0 published on Monday, Sep 22, 2025 by Pulumi