GetIdentityPoolPrincipalTagPlainArgs

data class GetIdentityPoolPrincipalTagPlainArgs(val identityPoolId: String, val identityProviderName: String) : ConvertibleToJava<GetIdentityPoolPrincipalTagPlainArgs>

Constructors

Link copied to clipboard
constructor(identityPoolId: String, identityProviderName: String)

Properties

Link copied to clipboard

The identity pool that you want to associate with this principal tag map.

Link copied to clipboard

The identity pool identity provider (IdP) that you want to associate with this principal tag map.

Functions

Link copied to clipboard
open override fun toJava(): GetIdentityPoolPrincipalTagPlainArgs