The configuration for default new sheet settings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"InteractiveLayoutConfiguration" : DefaultInteractiveLayoutConfiguration
,
"PaginatedLayoutConfiguration" : DefaultPaginatedLayoutConfiguration
,
"SheetContentType" : String
}
YAML
InteractiveLayoutConfiguration:
DefaultInteractiveLayoutConfiguration
PaginatedLayoutConfiguration:
DefaultPaginatedLayoutConfiguration
SheetContentType: String
Properties
InteractiveLayoutConfiguration
-
The options that determine the default settings for interactive layout configuration.
Required: No
Type: DefaultInteractiveLayoutConfiguration
Update requires: No interruption
PaginatedLayoutConfiguration
-
The options that determine the default settings for a paginated layout configuration.
Required: No
Type: DefaultPaginatedLayoutConfiguration
Update requires: No interruption
SheetContentType
-
The option that determines the sheet content type.
Required: No
Type: String
Allowed values:
PAGINATED | INTERACTIVE
Update requires: No interruption