CfnDefaultViewAssociationMixinProps
- class aws_cdk.mixins_preview.aws_resourceexplorer2.mixins.CfnDefaultViewAssociationMixinProps(*, view_arn=None)
Bases:
objectProperties 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:
- 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.