class Aws::CognitoIdentity::Types::SetPrincipalTagAttributeMapInput

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

data as a hash:

    {
      identity_pool_id: "IdentityPoolId", # required
      identity_provider_name: "IdentityProviderName", # required
      use_defaults: false,
      principal_tags: {
        "PrincipalTagID" => "PrincipalTagValue",
      },
    }

@!attribute [rw] identity_pool_id

The ID of the Identity Pool you want to set attribute mappings for.
@return [String]

@!attribute [rw] identity_provider_name

The provider name you want to use for attribute mappings.
@return [String]

@!attribute [rw] use_defaults

You can use this operation to use default (username and clientID)
attribute mappings.
@return [Boolean]

@!attribute [rw] principal_tags

You can use this operation to add principal tags.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/SetPrincipalTagAttributeMapInput AWS API Documentation

Constants

SENSITIVE