CfnDefaultViewAssociationMixinProps

class aws_cdk.mixins_preview.aws_resourceexplorer2.mixins.CfnDefaultViewAssociationMixinProps(*, view_arn=None)

Bases: object

Properties for CfnDefaultViewAssociationPropsMixin.

Parameters:

view_arn (Optional[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.

See:

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.
from aws_cdk.mixins_preview.aws_resourceexplorer2 import mixins as resourceexplorer2_mixins

cfn_default_view_association_mixin_props = resourceexplorer2_mixins.CfnDefaultViewAssociationMixinProps(
    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.

See:

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