Class CfnWorkspaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnWorkspaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspaceProps
@Stability(Stable)
@Internal
public static final class CfnWorkspaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspaceProps
An implementation for
CfnWorkspaceProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnWorkspaceProps
CfnWorkspaceProps.Builder, CfnWorkspaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkspaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe resource ARNs associated with the workspace.final StringThe description of the workspace.final StringThe Amazon Resource Name (ARN) of the instance.final ObjectgetMedia()The media items for the workspace.final StringgetName()The name of the workspace.final ObjectgetPages()The pages associated with the workspace.getTags()The tags used to organize, track, or control access for the workspace.final ObjectgetTheme()The theme configuration for the workspace, including colors and styling.final StringgetTitle()The title displayed for the workspace.final StringControls who can access the workspace.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnWorkspacePropsThe Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArnin interfaceCfnWorkspaceProps- See Also:
-
getName
Description copied from interface:CfnWorkspacePropsThe name of the workspace.- Specified by:
getNamein interfaceCfnWorkspaceProps- See Also:
-
getAssociations
Description copied from interface:CfnWorkspacePropsThe resource ARNs associated with the workspace.- Specified by:
getAssociationsin interfaceCfnWorkspaceProps- See Also:
-
getDescription
Description copied from interface:CfnWorkspacePropsThe description of the workspace.- Specified by:
getDescriptionin interfaceCfnWorkspaceProps- See Also:
-
getMedia
Description copied from interface:CfnWorkspacePropsThe media items for the workspace.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWorkspace.MediaItemProperty>- Specified by:
getMediain interfaceCfnWorkspaceProps- See Also:
-
getPages
Description copied from interface:CfnWorkspacePropsThe pages associated with the workspace.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWorkspace.WorkspacePageProperty>- Specified by:
getPagesin interfaceCfnWorkspaceProps- See Also:
-
getTags
Description copied from interface:CfnWorkspacePropsThe tags used to organize, track, or control access for the workspace.- Specified by:
getTagsin interfaceCfnWorkspaceProps- See Also:
-
getTheme
Description copied from interface:CfnWorkspacePropsThe theme configuration for the workspace, including colors and styling.Returns union: either
IResolvableorCfnWorkspace.WorkspaceThemeProperty- Specified by:
getThemein interfaceCfnWorkspaceProps- See Also:
-
getTitle
Description copied from interface:CfnWorkspacePropsThe title displayed for the workspace.- Specified by:
getTitlein interfaceCfnWorkspaceProps- See Also:
-
getVisibility
Description copied from interface:CfnWorkspacePropsControls who can access the workspace.Valid values are:
ALL(all users),ASSIGNED(only assigned users and routing profiles), andNONE(not visible).- Specified by:
getVisibilityin interfaceCfnWorkspaceProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-