interface SheetImageStaticFileSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.SheetImageStaticFileSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_SheetImageStaticFileSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.SheetImageStaticFileSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.SheetImageStaticFileSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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/cfn-property-mixins';
const sheetImageStaticFileSourceProperty: quicksight.CfnDashboardPropsMixin.SheetImageStaticFileSourceProperty = {
staticFileId: 'staticFileId',
};
Properties
| Name | Type | Description |
|---|---|---|
| static | string | The ID of the static file that contains the image. |
staticFileId?
Type:
string
(optional)
The ID of the static file that contains the image.

.NET
Go
Java
Python
TypeScript