IdentityPoolPushSync

data class IdentityPoolPushSync(val applicationArns: List<String>? = null, val roleArn: String? = null)

Constructors

Link copied to clipboard
constructor(applicationArns: List<String>? = null, roleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARNs of the Amazon SNS platform applications that could be used by clients.

Link copied to clipboard
val roleArn: String? = null

An IAM role configured to allow Amazon Cognito to call Amazon SNS on behalf of the developer.