interface DefaultViewAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ResourceExplorer2.DefaultViewAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#DefaultViewAssociationReference |
![]() | software.amazon.awscdk.services.resourceexplorer2.DefaultViewAssociationReference |
![]() | aws_cdk.aws_resourceexplorer2.DefaultViewAssociationReference |
![]() | aws-cdk-lib » aws_resourceexplorer2 » DefaultViewAssociationReference |
A reference to a DefaultViewAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resourceexplorer2 as resourceexplorer2 } from 'aws-cdk-lib';
const defaultViewAssociationReference: resourceexplorer2.DefaultViewAssociationReference = {
associatedAwsPrincipal: 'associatedAwsPrincipal',
};
Properties
Name | Type | Description |
---|---|---|
associated | string | The AssociatedAwsPrincipal of the DefaultViewAssociation resource. |
associatedAwsPrincipal
Type:
string
The AssociatedAwsPrincipal of the DefaultViewAssociation resource.