Updates the layout used to view data for a specific domain
Source:R/customerprofiles_operations.R
customerprofiles_update_domain_layout.RdUpdates the layout used to view data for a specific domain. This API can only be invoked from the Amazon Connect admin website.
See https://www.paws-r-sdk.com/docs/customerprofiles_update_domain_layout/ for full documentation.
Usage
customerprofiles_update_domain_layout(
DomainName,
LayoutDefinitionName,
Description = NULL,
DisplayName = NULL,
IsDefault = NULL,
LayoutType = NULL,
Layout = NULL
)Arguments
- DomainName
[required] The unique name of the domain.
- LayoutDefinitionName
[required] The unique name of the layout.
- Description
The description of the layout
- DisplayName
The display name of the layout
- IsDefault
If set to true for a layout, this layout will be used by default to view data. If set to false, then the layout will not be used by default, but it can be used to view data by explicitly selecting it in the console.
- LayoutType
The type of layout that can be used to view data under a Customer Profiles domain.
- Layout
A customizable layout that can be used to view data under a Customer Profiles domain.