CfnDefaultViewAssociationProps

class aws_cdk.aws_resourceexplorer2.CfnDefaultViewAssociationProps(*, view_arn)

Bases: object

Properties for defining a CfnDefaultViewAssociation.

Parameters:

view_arn (str) – 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.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_resourceexplorer2 as resourceexplorer2

cfn_default_view_association_props = resourceexplorer2.CfnDefaultViewAssociationProps(
    view_arn="viewArn"
)

Attributes

view_arn

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.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html#cfn-resourceexplorer2-defaultviewassociation-viewarn