interface SpaceResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnSpacePropsMixin.SpaceResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnSpacePropsMixin_SpaceResourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnSpacePropsMixin.SpaceResourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnSpacePropsMixin.SpaceResourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnSpacePropsMixin » 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/cfn-property-mixins';
const spaceResourceProperty: quicksight.CfnSpacePropsMixin.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
(optional)
The ARN of the QuickSight resource.
resourceType?
Type:
string
(optional)
The type of QuickSight resource.

.NET
Go
Java
Python
TypeScript