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.40.0 published on Thursday, Dec 11, 2025 by Pulumi
aws-native logo

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

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 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

    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

    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

    WorkspacePaletteHeader, WorkspacePaletteHeaderArgs

    background String
    invertActionsColors Boolean
    text String
    textHover String
    background string
    invertActionsColors boolean
    text string
    textHover string
    background String
    invertActionsColors Boolean
    text String
    textHover String

    WorkspacePaletteNavigation, WorkspacePaletteNavigationArgs

    WorkspacePalettePrimary, WorkspacePalettePrimaryArgs

    Active string
    ContrastText string
    Default string
    Active string
    ContrastText string
    Default string
    active String
    contrastText String
    default_ String
    active string
    contrastText string
    default string
    active String
    contrastText String
    default String

    WorkspaceTheme, WorkspaceThemeArgs

    The theme configuration for the Connect workspace

    WorkspaceThemeConfig, WorkspaceThemeConfigArgs

    WorkspaceThemePalette, WorkspaceThemePaletteArgs

    WorkspaceThemeTypography, WorkspaceThemeTypographyArgs

    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.40.0 published on Thursday, Dec 11, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate