interface SheetImageSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.SheetImageSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_SheetImageSourceProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.SheetImageSourceProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.SheetImageSourceProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.

.NET
Go
Java
Python
TypeScript