interface SpaceResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnSpace.SpaceResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnSpace_SpaceResourceProperty |
Java | software.amazon.awscdk.services.quicksight.CfnSpace.SpaceResourceProperty |
Python | aws_cdk.aws_quicksight.CfnSpace.SpaceResourceProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnSpace » SpaceResourceProperty |
A QuickSight resource attached to the space.
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 spaceResourceProperty: quicksight.CfnSpace.SpaceResourceProperty = {
resourceArn: 'resourceArn',
resourceType: 'resourceType',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The ARN of the QuickSight resource. |
| resource | string | The type of QuickSight resource. |
resourceArn
Type:
string
The ARN of the QuickSight resource.
resourceType
Type:
string
The type of QuickSight resource.

.NET
Go
Java
Python
TypeScript