IdentityPoolPushSyncArgs

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

Constructors

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

Properties

Link copied to clipboard
val applicationArns: Output<List<String>>? = null

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

Link copied to clipboard
val roleArn: Output<String>? = null

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

Functions

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