SSOAdmin / Client / tag_resource

tag_resource#

SSOAdmin.Client.tag_resource(**kwargs)#

Associates a set of tags with a specified resource.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    InstanceArn='string',
    ResourceArn='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters:
  • InstanceArn (string) – The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

  • ResourceArn (string) –

    [REQUIRED]

    The ARN of the resource with the tags to be listed.

  • Tags (list) –

    [REQUIRED]

    A set of key-value pairs that are used to manage the resource.

    • (dict) –

      A set of key-value pairs that are used to manage the resource. Tags can only be applied to permission sets and cannot be applied to corresponding roles that IAM Identity Center creates in Amazon Web Services accounts.

      • Key (string) – [REQUIRED]

        The key for the tag.

      • Value (string) – [REQUIRED]

        The value of the tag.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions