GetDefaultViewAssociationResult

data class GetDefaultViewAssociationResult(val associatedAwsPrincipal: String? = null, val viewArn: String? = null)

Constructors

Link copied to clipboard
constructor(associatedAwsPrincipal: String? = null, viewArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

Link copied to clipboard
val viewArn: String? = null

The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.