DefaultViewAssociationArgs

data class DefaultViewAssociationArgs(val viewArn: Output<String>? = null) : ConvertibleToJava<DefaultViewAssociationArgs>

Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type

Constructors

Link copied to clipboard
constructor(viewArn: Output<String>? = null)

Properties

Link copied to clipboard
val viewArn: Output<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.

Functions

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