SubscriberIdentityProperties

data class SubscriberIdentityProperties(val externalId: String, val principal: String)

The AWS identity used to access your data.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The AWS identity principal.