IdentityPoolPushSyncArgs

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

Constructors

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

Functions

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

Properties

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