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