SubscriberIdentityPropertiesArgs

data class SubscriberIdentityPropertiesArgs(val externalId: Output<String>, val principal: Output<String>) : ConvertibleToJava<SubscriberIdentityPropertiesArgs>

The AWS identity used to access your data.

Constructors

Link copied to clipboard
constructor(externalId: Output<String>, principal: Output<String>)

Properties

Link copied to clipboard
val externalId: Output<String>

The external ID used to establish trust relationship with the AWS identity.

Link copied to clipboard
val principal: Output<String>

The AWS identity principal.

Functions

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