interface DefaultViewAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ResourceExplorer2.DefaultViewAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsresourceexplorer2#DefaultViewAssociationReference |
Java | software.amazon.awscdk.interfaces.resourceexplorer2.DefaultViewAssociationReference |
Python | aws_cdk.interfaces.aws_resourceexplorer2.DefaultViewAssociationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_resourceexplorer2 } from 'aws-cdk-lib/interfaces';
const defaultViewAssociationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript