1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. Workspace

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.50.0 published on Monday, Jan 26, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.50.0 published on Monday, Jan 26, 2026 by Pulumi

    Resource Type definition for AWS::Connect::Workspace

    Create Workspace Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Workspace(name: string, args: WorkspaceArgs, opts?: CustomResourceOptions);
    @overload
    def Workspace(resource_name: str,
                  args: WorkspaceArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def Workspace(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  instance_arn: Optional[str] = None,
                  associations: Optional[Sequence[str]] = None,
                  description: Optional[str] = None,
                  media: Optional[Sequence[WorkspaceMediaItemArgs]] = None,
                  name: Optional[str] = None,
                  pages: Optional[Sequence[WorkspacePageArgs]] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                  theme: Optional[WorkspaceThemeArgs] = None,
                  title: Optional[str] = None,
                  visibility: Optional[WorkspaceVisibility] = None)
    func NewWorkspace(ctx *Context, name string, args WorkspaceArgs, opts ...ResourceOption) (*Workspace, error)
    public Workspace(string name, WorkspaceArgs args, CustomResourceOptions? opts = null)
    public Workspace(String name, WorkspaceArgs args)
    public Workspace(String name, WorkspaceArgs args, CustomResourceOptions options)
    
    type: aws-native:connect:Workspace
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Workspace Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Workspace resource accepts the following input properties:

    InstanceArn string
    The identifier of the Amazon Connect instance.
    Associations List<string>
    The resource ARNs associated with the workspace
    Description string
    The description of the workspace
    Media List<Pulumi.AwsNative.Connect.Inputs.WorkspaceMediaItem>
    The media items for the workspace
    Name string
    The name of the workspace.
    Pages List<Pulumi.AwsNative.Connect.Inputs.WorkspacePage>
    The pages associated with the workspace
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    Theme Pulumi.AwsNative.Connect.Inputs.WorkspaceTheme
    The theme configuration for the workspace
    Title string
    The title of the workspace
    Visibility Pulumi.AwsNative.Connect.WorkspaceVisibility
    The visibility of the workspace. Will always be set to ASSIGNED oninitial creation.
    InstanceArn string
    The identifier of the Amazon Connect instance.
    Associations []string
    The resource ARNs associated with the workspace
    Description string
    The description of the workspace
    Media []WorkspaceMediaItemArgs
    The media items for the workspace
    Name string
    The name of the workspace.
    Pages []WorkspacePageArgs
    The pages associated with the workspace
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    Theme WorkspaceThemeArgs
    The theme configuration for the workspace
    Title string
    The title of the workspace
    Visibility WorkspaceVisibility
    The visibility of the workspace. Will always be set to ASSIGNED oninitial creation.
    instanceArn String
    The identifier of the Amazon Connect instance.
    associations List<String>
    The resource ARNs associated with the workspace
    description String
    The description of the workspace
    media List<WorkspaceMediaItem>
    The media items for the workspace
    name String
    The name of the workspace.
    pages List<WorkspacePage>
    The pages associated with the workspace
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    theme WorkspaceTheme
    The theme configuration for the workspace
    title String
    The title of the workspace
    visibility WorkspaceVisibility
    The visibility of the workspace. Will always be set to ASSIGNED oninitial creation.
    instanceArn string
    The identifier of the Amazon Connect instance.
    associations string[]
    The resource ARNs associated with the workspace
    description string
    The description of the workspace
    media WorkspaceMediaItem[]
    The media items for the workspace
    name string
    The name of the workspace.
    pages WorkspacePage[]
    The pages associated with the workspace
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    theme WorkspaceTheme
    The theme configuration for the workspace
    title string
    The title of the workspace
    visibility WorkspaceVisibility
    The visibility of the workspace. Will always be set to ASSIGNED oninitial creation.
    instance_arn str
    The identifier of the Amazon Connect instance.
    associations Sequence[str]
    The resource ARNs associated with the workspace
    description str
    The description of the workspace
    media Sequence[WorkspaceMediaItemArgs]
    The media items for the workspace
    name str
    The name of the workspace.
    pages Sequence[WorkspacePageArgs]
    The pages associated with the workspace
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    theme WorkspaceThemeArgs
    The theme configuration for the workspace
    title str
    The title of the workspace
    visibility WorkspaceVisibility
    The visibility of the workspace. Will always be set to ASSIGNED oninitial creation.
    instanceArn String
    The identifier of the Amazon Connect instance.
    associations List<String>
    The resource ARNs associated with the workspace
    description String
    The description of the workspace
    media List<Property Map>
    The media items for the workspace
    name String
    The name of the workspace.
    pages List<Property Map>
    The pages associated with the workspace
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    theme Property Map
    The theme configuration for the workspace
    title String
    The title of the workspace
    visibility "ALL" | "ASSIGNED" | "NONE"
    The visibility of the workspace. Will always be set to ASSIGNED oninitial creation.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Workspace resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) for the workspace.
    AwsId string
    The identifier of the workspace.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) for the workspace.
    AwsId string
    The identifier of the workspace.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) for the workspace.
    awsId String
    The identifier of the workspace.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) for the workspace.
    awsId string
    The identifier of the workspace.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) for the workspace.
    aws_id str
    The identifier of the workspace.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) for the workspace.
    awsId String
    The identifier of the workspace.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    FontFamily, FontFamilyArgs

    Default Pulumi.AwsNative.Connect.WorkspaceFontFamily
    The default font family to use in the workspace theme.
    Default WorkspaceFontFamily
    The default font family to use in the workspace theme.
    default_ WorkspaceFontFamily
    The default font family to use in the workspace theme.
    default WorkspaceFontFamily
    The default font family to use in the workspace theme.
    default WorkspaceFontFamily
    The default font family to use in the workspace theme.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    WorkspaceFontFamily, WorkspaceFontFamilyArgs

    Arial
    ARIAL
    CourierNew
    COURIER_NEW
    Georgia
    GEORGIA
    TimesNewRoman
    TIMES_NEW_ROMAN
    Trebuchet
    TREBUCHET
    Verdana
    VERDANA
    WorkspaceFontFamilyArial
    ARIAL
    WorkspaceFontFamilyCourierNew
    COURIER_NEW
    WorkspaceFontFamilyGeorgia
    GEORGIA
    WorkspaceFontFamilyTimesNewRoman
    TIMES_NEW_ROMAN
    WorkspaceFontFamilyTrebuchet
    TREBUCHET
    WorkspaceFontFamilyVerdana
    VERDANA
    Arial
    ARIAL
    CourierNew
    COURIER_NEW
    Georgia
    GEORGIA
    TimesNewRoman
    TIMES_NEW_ROMAN
    Trebuchet
    TREBUCHET
    Verdana
    VERDANA
    Arial
    ARIAL
    CourierNew
    COURIER_NEW
    Georgia
    GEORGIA
    TimesNewRoman
    TIMES_NEW_ROMAN
    Trebuchet
    TREBUCHET
    Verdana
    VERDANA
    ARIAL
    ARIAL
    COURIER_NEW
    COURIER_NEW
    GEORGIA
    GEORGIA
    TIMES_NEW_ROMAN
    TIMES_NEW_ROMAN
    TREBUCHET
    TREBUCHET
    VERDANA
    VERDANA
    "ARIAL"
    ARIAL
    "COURIER_NEW"
    COURIER_NEW
    "GEORGIA"
    GEORGIA
    "TIMES_NEW_ROMAN"
    TIMES_NEW_ROMAN
    "TREBUCHET"
    TREBUCHET
    "VERDANA"
    VERDANA

    WorkspaceMediaItem, WorkspaceMediaItemArgs

    Type Pulumi.AwsNative.Connect.WorkspaceMediaType
    The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .
    Source string
    The source URL or data for the media asset.
    Type WorkspaceMediaType
    The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .
    Source string
    The source URL or data for the media asset.
    type WorkspaceMediaType
    The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .
    source String
    The source URL or data for the media asset.
    type WorkspaceMediaType
    The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .
    source string
    The source URL or data for the media asset.
    type WorkspaceMediaType
    The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .
    source str
    The source URL or data for the media asset.
    type "IMAGE_LOGO_LIGHT_FAVICON" | "IMAGE_LOGO_DARK_FAVICON" | "IMAGE_LOGO_LIGHT_HORIZONTAL" | "IMAGE_LOGO_DARK_HORIZONTAL"
    The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .
    source String
    The source URL or data for the media asset.

    WorkspaceMediaType, WorkspaceMediaTypeArgs

    ImageLogoLightFavicon
    IMAGE_LOGO_LIGHT_FAVICON
    ImageLogoDarkFavicon
    IMAGE_LOGO_DARK_FAVICON
    ImageLogoLightHorizontal
    IMAGE_LOGO_LIGHT_HORIZONTAL
    ImageLogoDarkHorizontal
    IMAGE_LOGO_DARK_HORIZONTAL
    WorkspaceMediaTypeImageLogoLightFavicon
    IMAGE_LOGO_LIGHT_FAVICON
    WorkspaceMediaTypeImageLogoDarkFavicon
    IMAGE_LOGO_DARK_FAVICON
    WorkspaceMediaTypeImageLogoLightHorizontal
    IMAGE_LOGO_LIGHT_HORIZONTAL
    WorkspaceMediaTypeImageLogoDarkHorizontal
    IMAGE_LOGO_DARK_HORIZONTAL
    ImageLogoLightFavicon
    IMAGE_LOGO_LIGHT_FAVICON
    ImageLogoDarkFavicon
    IMAGE_LOGO_DARK_FAVICON
    ImageLogoLightHorizontal
    IMAGE_LOGO_LIGHT_HORIZONTAL
    ImageLogoDarkHorizontal
    IMAGE_LOGO_DARK_HORIZONTAL
    ImageLogoLightFavicon
    IMAGE_LOGO_LIGHT_FAVICON
    ImageLogoDarkFavicon
    IMAGE_LOGO_DARK_FAVICON
    ImageLogoLightHorizontal
    IMAGE_LOGO_LIGHT_HORIZONTAL
    ImageLogoDarkHorizontal
    IMAGE_LOGO_DARK_HORIZONTAL
    IMAGE_LOGO_LIGHT_FAVICON
    IMAGE_LOGO_LIGHT_FAVICON
    IMAGE_LOGO_DARK_FAVICON
    IMAGE_LOGO_DARK_FAVICON
    IMAGE_LOGO_LIGHT_HORIZONTAL
    IMAGE_LOGO_LIGHT_HORIZONTAL
    IMAGE_LOGO_DARK_HORIZONTAL
    IMAGE_LOGO_DARK_HORIZONTAL
    "IMAGE_LOGO_LIGHT_FAVICON"
    IMAGE_LOGO_LIGHT_FAVICON
    "IMAGE_LOGO_DARK_FAVICON"
    IMAGE_LOGO_DARK_FAVICON
    "IMAGE_LOGO_LIGHT_HORIZONTAL"
    IMAGE_LOGO_LIGHT_HORIZONTAL
    "IMAGE_LOGO_DARK_HORIZONTAL"
    IMAGE_LOGO_DARK_HORIZONTAL

    WorkspacePage, WorkspacePageArgs

    Page string
    The page identifier.
    ResourceArn string
    The Amazon Resource Name (ARN) of the resource associated with the page.
    InputData string
    The input data for the page.
    Slug string
    The slug for the page.
    Page string
    The page identifier.
    ResourceArn string
    The Amazon Resource Name (ARN) of the resource associated with the page.
    InputData string
    The input data for the page.
    Slug string
    The slug for the page.
    page String
    The page identifier.
    resourceArn String
    The Amazon Resource Name (ARN) of the resource associated with the page.
    inputData String
    The input data for the page.
    slug String
    The slug for the page.
    page string
    The page identifier.
    resourceArn string
    The Amazon Resource Name (ARN) of the resource associated with the page.
    inputData string
    The input data for the page.
    slug string
    The slug for the page.
    page str
    The page identifier.
    resource_arn str
    The Amazon Resource Name (ARN) of the resource associated with the page.
    input_data str
    The input data for the page.
    slug str
    The slug for the page.
    page String
    The page identifier.
    resourceArn String
    The Amazon Resource Name (ARN) of the resource associated with the page.
    inputData String
    The input data for the page.
    slug String
    The slug for the page.

    WorkspacePaletteCanvas, WorkspacePaletteCanvasArgs

    ActiveBackground string
    The background color for active elements.
    ContainerBackground string
    The background color for container elements.
    PageBackground string
    The background color for page elements.
    ActiveBackground string
    The background color for active elements.
    ContainerBackground string
    The background color for container elements.
    PageBackground string
    The background color for page elements.
    activeBackground String
    The background color for active elements.
    containerBackground String
    The background color for container elements.
    pageBackground String
    The background color for page elements.
    activeBackground string
    The background color for active elements.
    containerBackground string
    The background color for container elements.
    pageBackground string
    The background color for page elements.
    active_background str
    The background color for active elements.
    container_background str
    The background color for container elements.
    page_background str
    The background color for page elements.
    activeBackground String
    The background color for active elements.
    containerBackground String
    The background color for container elements.
    pageBackground String
    The background color for page elements.

    WorkspacePaletteHeader, WorkspacePaletteHeaderArgs

    Background string
    The background color of the header.
    InvertActionsColors bool
    Whether to invert the colors of action buttons in the header.
    Text string
    The text color in the header.
    TextHover string
    The text color when hovering over header elements.
    Background string
    The background color of the header.
    InvertActionsColors bool
    Whether to invert the colors of action buttons in the header.
    Text string
    The text color in the header.
    TextHover string
    The text color when hovering over header elements.
    background String
    The background color of the header.
    invertActionsColors Boolean
    Whether to invert the colors of action buttons in the header.
    text String
    The text color in the header.
    textHover String
    The text color when hovering over header elements.
    background string
    The background color of the header.
    invertActionsColors boolean
    Whether to invert the colors of action buttons in the header.
    text string
    The text color in the header.
    textHover string
    The text color when hovering over header elements.
    background str
    The background color of the header.
    invert_actions_colors bool
    Whether to invert the colors of action buttons in the header.
    text str
    The text color in the header.
    text_hover str
    The text color when hovering over header elements.
    background String
    The background color of the header.
    invertActionsColors Boolean
    Whether to invert the colors of action buttons in the header.
    text String
    The text color in the header.
    textHover String
    The text color when hovering over header elements.

    WorkspacePaletteNavigation, WorkspacePaletteNavigationArgs

    Background string
    The background color of the navigation area.
    InvertActionsColors bool
    Whether to invert the colors of action buttons in the navigation area.
    Text string
    The text color in the navigation area.
    TextActive string
    The text color for active navigation items.
    TextBackgroundActive string
    The background color for active navigation items.
    TextBackgroundHover string
    The background color when hovering over navigation text.
    TextHover string
    The text color when hovering over navigation items.
    Background string
    The background color of the navigation area.
    InvertActionsColors bool
    Whether to invert the colors of action buttons in the navigation area.
    Text string
    The text color in the navigation area.
    TextActive string
    The text color for active navigation items.
    TextBackgroundActive string
    The background color for active navigation items.
    TextBackgroundHover string
    The background color when hovering over navigation text.
    TextHover string
    The text color when hovering over navigation items.
    background String
    The background color of the navigation area.
    invertActionsColors Boolean
    Whether to invert the colors of action buttons in the navigation area.
    text String
    The text color in the navigation area.
    textActive String
    The text color for active navigation items.
    textBackgroundActive String
    The background color for active navigation items.
    textBackgroundHover String
    The background color when hovering over navigation text.
    textHover String
    The text color when hovering over navigation items.
    background string
    The background color of the navigation area.
    invertActionsColors boolean
    Whether to invert the colors of action buttons in the navigation area.
    text string
    The text color in the navigation area.
    textActive string
    The text color for active navigation items.
    textBackgroundActive string
    The background color for active navigation items.
    textBackgroundHover string
    The background color when hovering over navigation text.
    textHover string
    The text color when hovering over navigation items.
    background str
    The background color of the navigation area.
    invert_actions_colors bool
    Whether to invert the colors of action buttons in the navigation area.
    text str
    The text color in the navigation area.
    text_active str
    The text color for active navigation items.
    text_background_active str
    The background color for active navigation items.
    text_background_hover str
    The background color when hovering over navigation text.
    text_hover str
    The text color when hovering over navigation items.
    background String
    The background color of the navigation area.
    invertActionsColors Boolean
    Whether to invert the colors of action buttons in the navigation area.
    text String
    The text color in the navigation area.
    textActive String
    The text color for active navigation items.
    textBackgroundActive String
    The background color for active navigation items.
    textBackgroundHover String
    The background color when hovering over navigation text.
    textHover String
    The text color when hovering over navigation items.

    WorkspacePalettePrimary, WorkspacePalettePrimaryArgs

    Active string
    The primary color used for active states.
    ContrastText string
    The text color that contrasts with the primary color for readability.
    Default string
    The default primary color used throughout the workspace.
    Active string
    The primary color used for active states.
    ContrastText string
    The text color that contrasts with the primary color for readability.
    Default string
    The default primary color used throughout the workspace.
    active String
    The primary color used for active states.
    contrastText String
    The text color that contrasts with the primary color for readability.
    default_ String
    The default primary color used throughout the workspace.
    active string
    The primary color used for active states.
    contrastText string
    The text color that contrasts with the primary color for readability.
    default string
    The default primary color used throughout the workspace.
    active str
    The primary color used for active states.
    contrast_text str
    The text color that contrasts with the primary color for readability.
    default str
    The default primary color used throughout the workspace.
    active String
    The primary color used for active states.
    contrastText String
    The text color that contrasts with the primary color for readability.
    default String
    The default primary color used throughout the workspace.

    WorkspaceTheme, WorkspaceThemeArgs

    The theme configuration for the Connect workspace
    Dark Pulumi.AwsNative.Connect.Inputs.WorkspaceThemeConfig
    The theme configuration for dark mode.
    Light Pulumi.AwsNative.Connect.Inputs.WorkspaceThemeConfig
    The theme configuration for light mode.
    Dark WorkspaceThemeConfig
    The theme configuration for dark mode.
    Light WorkspaceThemeConfig
    The theme configuration for light mode.
    dark WorkspaceThemeConfig
    The theme configuration for dark mode.
    light WorkspaceThemeConfig
    The theme configuration for light mode.
    dark WorkspaceThemeConfig
    The theme configuration for dark mode.
    light WorkspaceThemeConfig
    The theme configuration for light mode.
    dark WorkspaceThemeConfig
    The theme configuration for dark mode.
    light WorkspaceThemeConfig
    The theme configuration for light mode.
    dark Property Map
    The theme configuration for dark mode.
    light Property Map
    The theme configuration for light mode.

    WorkspaceThemeConfig, WorkspaceThemeConfigArgs

    Palette Pulumi.AwsNative.Connect.Inputs.WorkspaceThemePalette
    The color palette configuration for the workspace theme.
    Typography Pulumi.AwsNative.Connect.Inputs.WorkspaceThemeTypography
    The typography configuration for the workspace theme.
    Palette WorkspaceThemePalette
    The color palette configuration for the workspace theme.
    Typography WorkspaceThemeTypography
    The typography configuration for the workspace theme.
    palette WorkspaceThemePalette
    The color palette configuration for the workspace theme.
    typography WorkspaceThemeTypography
    The typography configuration for the workspace theme.
    palette WorkspaceThemePalette
    The color palette configuration for the workspace theme.
    typography WorkspaceThemeTypography
    The typography configuration for the workspace theme.
    palette WorkspaceThemePalette
    The color palette configuration for the workspace theme.
    typography WorkspaceThemeTypography
    The typography configuration for the workspace theme.
    palette Property Map
    The color palette configuration for the workspace theme.
    typography Property Map
    The typography configuration for the workspace theme.

    WorkspaceThemePalette, WorkspaceThemePaletteArgs

    Canvas Pulumi.AwsNative.Connect.Inputs.WorkspacePaletteCanvas
    The color configuration for the canvas area.
    Header Pulumi.AwsNative.Connect.Inputs.WorkspacePaletteHeader
    The color configuration for the header area.
    Navigation Pulumi.AwsNative.Connect.Inputs.WorkspacePaletteNavigation
    The color configuration for the navigation area.
    Primary Pulumi.AwsNative.Connect.Inputs.WorkspacePalettePrimary
    The primary color configuration used throughout the workspace.
    Canvas WorkspacePaletteCanvas
    The color configuration for the canvas area.
    Header WorkspacePaletteHeader
    The color configuration for the header area.
    Navigation WorkspacePaletteNavigation
    The color configuration for the navigation area.
    Primary WorkspacePalettePrimary
    The primary color configuration used throughout the workspace.
    canvas WorkspacePaletteCanvas
    The color configuration for the canvas area.
    header WorkspacePaletteHeader
    The color configuration for the header area.
    navigation WorkspacePaletteNavigation
    The color configuration for the navigation area.
    primary WorkspacePalettePrimary
    The primary color configuration used throughout the workspace.
    canvas WorkspacePaletteCanvas
    The color configuration for the canvas area.
    header WorkspacePaletteHeader
    The color configuration for the header area.
    navigation WorkspacePaletteNavigation
    The color configuration for the navigation area.
    primary WorkspacePalettePrimary
    The primary color configuration used throughout the workspace.
    canvas WorkspacePaletteCanvas
    The color configuration for the canvas area.
    header WorkspacePaletteHeader
    The color configuration for the header area.
    navigation WorkspacePaletteNavigation
    The color configuration for the navigation area.
    primary WorkspacePalettePrimary
    The primary color configuration used throughout the workspace.
    canvas Property Map
    The color configuration for the canvas area.
    header Property Map
    The color configuration for the header area.
    navigation Property Map
    The color configuration for the navigation area.
    primary Property Map
    The primary color configuration used throughout the workspace.

    WorkspaceThemeTypography, WorkspaceThemeTypographyArgs

    FontFamily Pulumi.AwsNative.Connect.Inputs.FontFamily
    The font family configuration for text in the workspace.
    FontFamily FontFamily
    The font family configuration for text in the workspace.
    fontFamily FontFamily
    The font family configuration for text in the workspace.
    fontFamily FontFamily
    The font family configuration for text in the workspace.
    font_family FontFamily
    The font family configuration for text in the workspace.
    fontFamily Property Map
    The font family configuration for text in the workspace.

    WorkspaceVisibility, WorkspaceVisibilityArgs

    All
    ALL
    Assigned
    ASSIGNED
    None
    NONE
    WorkspaceVisibilityAll
    ALL
    WorkspaceVisibilityAssigned
    ASSIGNED
    WorkspaceVisibilityNone
    NONE
    All
    ALL
    Assigned
    ASSIGNED
    None
    NONE
    All
    ALL
    Assigned
    ASSIGNED
    None
    NONE
    ALL
    ALL
    ASSIGNED
    ASSIGNED
    NONE
    NONE
    "ALL"
    ALL
    "ASSIGNED"
    ASSIGNED
    "NONE"
    NONE

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.50.0 published on Monday, Jan 26, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate