interface SheetImageSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.SheetImageSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_SheetImageSourceProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.SheetImageSourceProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.SheetImageSourceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const sheetImageSourceProperty: quicksight_mixins.CfnAnalysisPropsMixin.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