GetIdentityPoolPlainArgs

data class GetIdentityPoolPlainArgs(val identityPoolName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetIdentityPoolPlainArgs>

A collection of arguments for invoking getIdentityPool.

Constructors

Link copied to clipboard
constructor(identityPoolName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The Cognito Identity Pool name.

Link copied to clipboard
val tags: Map<String, String>? = null

A map of tags to assigned to the Identity Pool.

Functions

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