interface SheetImageSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.SheetImageSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SheetImageSourceProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.SheetImageSourceProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.SheetImageSourceProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » SheetImageSourceProperty |
The source of the image.
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 sheetImageSourceProperty: quicksight.CfnDashboard.SheetImageSourceProperty = {
sheetImageStaticFileSource: {
staticFileId: 'staticFileId',
},
};
Properties
Name | Type | Description |
---|---|---|
sheet | IResolvable | Sheet | The source of the static file that contains the image. |
sheetImageStaticFileSource?
Type:
IResolvable
|
Sheet
(optional)
The source of the static file that contains the image.