Interface CfnWorkspacePropsMixin.WorkspacePageProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkspacePropsMixin.WorkspacePageProperty.Jsii$Proxy
Enclosing class:
CfnWorkspacePropsMixin

@Stability(Stable) public static interface CfnWorkspacePropsMixin.WorkspacePageProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a page configuration in a workspace, including the view assigned to the page.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
 WorkspacePageProperty workspacePageProperty = WorkspacePageProperty.builder()
         .inputData("inputData")
         .page("page")
         .resourceArn("resourceArn")
         .slug("slug")
         .build();
 

See Also: