interface FolderReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.FolderReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#FolderReference |
![]() | software.amazon.awscdk.services.quicksight.FolderReference |
![]() | aws_cdk.aws_quicksight.FolderReference |
![]() | aws-cdk-lib » aws_quicksight » FolderReference |
A reference to a Folder resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const folderReference: quicksight.FolderReference = {
awsAccountId: 'awsAccountId',
folderArn: 'folderArn',
folderId: 'folderId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the Folder resource. |
folder | string | The ARN of the Folder resource. |
folder | string | The FolderId of the Folder resource. |
awsAccountId
Type:
string
The AwsAccountId of the Folder resource.
folderArn
Type:
string
The ARN of the Folder resource.
folderId
Type:
string
The FolderId of the Folder resource.