DefaultViewAssociationReference

class aws_cdk.aws_resourceexplorer2.DefaultViewAssociationReference(*, associated_aws_principal)

Bases: object

A reference to a DefaultViewAssociation resource.

Parameters:

associated_aws_principal (str) – The AssociatedAwsPrincipal of the DefaultViewAssociation resource.

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 import aws_resourceexplorer2 as resourceexplorer2

default_view_association_reference = resourceexplorer2.DefaultViewAssociationReference(
    associated_aws_principal="associatedAwsPrincipal"
)

Attributes

associated_aws_principal

The AssociatedAwsPrincipal of the DefaultViewAssociation resource.