class Aws::IAM::Types::TagOpenIDConnectProviderRequest

@note When making an API call, you may pass TagOpenIDConnectProviderRequest

data as a hash:

    {
      open_id_connect_provider_arn: "arnType", # required
      tags: [ # required
        {
          key: "tagKeyType", # required
          value: "tagValueType", # required
        },
      ],
    }

@!attribute [rw] open_id_connect_provider_arn

The ARN of the OIDC identity provider in IAM to which you want to
add tags.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] tags

The list of tags that you want to attach to the OIDC identity
provider in IAM. Each tag consists of a key name and an associated
value.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/TagOpenIDConnectProviderRequest AWS API Documentation

Constants

SENSITIVE