interface DefaultNewSheetConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.DefaultNewSheetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DefaultNewSheetConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.DefaultNewSheetConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.DefaultNewSheetConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » DefaultNewSheetConfigurationProperty |
The configuration for default new sheet settings.
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 defaultNewSheetConfigurationProperty: quicksight.CfnTemplate.DefaultNewSheetConfigurationProperty = {
interactiveLayoutConfiguration: {
freeForm: {
canvasSizeOptions: {
screenCanvasSizeOptions: {
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
},
},
grid: {
canvasSizeOptions: {
screenCanvasSizeOptions: {
resizeOption: 'resizeOption',
// the properties below are optional
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
},
},
},
paginatedLayoutConfiguration: {
sectionBased: {
canvasSizeOptions: {
paperCanvasSizeOptions: {
paperMargin: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
paperOrientation: 'paperOrientation',
paperSize: 'paperSize',
},
},
},
},
sheetContentType: 'sheetContentType',
};
Properties
Name | Type | Description |
---|---|---|
interactive | IResolvable | Default | The options that determine the default settings for interactive layout configuration. |
paginated | IResolvable | Default | The options that determine the default settings for a paginated layout configuration. |
sheet | string | The option that determines the sheet content type. |
interactiveLayoutConfiguration?
Type:
IResolvable
|
Default
(optional)
The options that determine the default settings for interactive layout configuration.
paginatedLayoutConfiguration?
Type:
IResolvable
|
Default
(optional)
The options that determine the default settings for a paginated layout configuration.
sheetContentType?
Type:
string
(optional)
The option that determines the sheet content type.