このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

aws_workspaces_web_user_settings

account_id

Type: STRING

additional_encryption_context

Type: MAP_STRING_STRING
Provider name: additionalEncryptionContext
Description: The additional encryption context of the user settings.

associated_portal_arns

Type: UNORDERED_LIST_STRING
Provider name: associatedPortalArns
Description: A list of web portal ARNs that this user settings is associated with.

branding_configuration

Type: STRUCT
Provider name: brandingConfiguration
Description: The branding configuration output that customizes the appearance of the web portal for end users.

  • color_theme
    Type: STRING
    Provider name: colorTheme
    Description: The color theme for components on the web portal.
  • favicon
    Type: STRUCT
    Provider name: favicon
    Description: Metadata for the favicon image file, including the MIME type, file extension, and upload timestamp.
    • file_extension
      Type: STRING
      Provider name: fileExtension
      Description: The file extension of the image.
    • last_upload_timestamp
      Type: TIMESTAMP
      Provider name: lastUploadTimestamp
      Description: The timestamp when the image was last uploaded.
    • mime_type
      Type: STRING
      Provider name: mimeType
      Description: The MIME type of the image.
  • localized_strings
    Type: STRING
    Provider name: localizedStrings
    Description: A map of localized text strings for different languages, allowing the portal to display content in the user’s preferred language.
  • logo
    Type: STRUCT
    Provider name: logo
    Description: Metadata for the logo image file, including the MIME type, file extension, and upload timestamp.
    • file_extension
      Type: STRING
      Provider name: fileExtension
      Description: The file extension of the image.
    • last_upload_timestamp
      Type: TIMESTAMP
      Provider name: lastUploadTimestamp
      Description: The timestamp when the image was last uploaded.
    • mime_type
      Type: STRING
      Provider name: mimeType
      Description: The MIME type of the image.
  • terms_of_service
    Type: STRING
    Provider name: termsOfService
    Description: The terms of service text in Markdown format that users must accept before accessing the portal.
  • wallpaper
    Type: STRUCT
    Provider name: wallpaper
    Description: Metadata for the wallpaper image file, including the MIME type, file extension, and upload timestamp.
    • file_extension
      Type: STRING
      Provider name: fileExtension
      Description: The file extension of the image.
    • last_upload_timestamp
      Type: TIMESTAMP
      Provider name: lastUploadTimestamp
      Description: The timestamp when the image was last uploaded.
    • mime_type
      Type: STRING
      Provider name: mimeType
      Description: The MIME type of the image.

Type: STRUCT
Provider name: cookieSynchronizationConfiguration
Description: The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.

  • allowlist
    Type: UNORDERED_LIST_STRUCT
    Provider name: allowlist
    Description: The list of cookie specifications that are allowed to be synchronized to the remote browser.
    • domain
      Type: STRING
      Provider name: domain
      Description: The domain of the cookie.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the cookie.
    • path
      Type: STRING
      Provider name: path
      Description: The path of the cookie.
  • blocklist
    Type: UNORDERED_LIST_STRUCT
    Provider name: blocklist
    Description: The list of cookie specifications that are blocked from being synchronized to the remote browser.
    • domain
      Type: STRING
      Provider name: domain
      Description: The domain of the cookie.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the cookie.
    • path
      Type: STRING
      Provider name: path
      Description: The path of the cookie.

copy_allowed

Type: STRING
Provider name: copyAllowed
Description: Specifies whether the user can copy text from the streaming session to the local device.

customer_managed_key

Type: STRING
Provider name: customerManagedKey
Description: The customer managed key used to encrypt sensitive information in the user settings.

Type: STRING
Provider name: deepLinkAllowed
Description: Specifies whether the user can use deep links that open automatically when connecting to a session.

disconnect_timeout_in_minutes

Type: INT32
Provider name: disconnectTimeoutInMinutes
Description: The amount of time that a streaming session remains active after users disconnect.

download_allowed

Type: STRING
Provider name: downloadAllowed
Description: Specifies whether the user can download files from the streaming session to the local device.

idle_disconnect_timeout_in_minutes

Type: INT32
Provider name: idleDisconnectTimeoutInMinutes
Description: The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

paste_allowed

Type: STRING
Provider name: pasteAllowed
Description: Specifies whether the user can paste text from the local device to the streaming session.

Type: STRING
Provider name: printAllowed
Description: Specifies whether the user can print to the local device.

tags

Type: UNORDERED_LIST_STRING

toolbar_configuration

Type: STRUCT
Provider name: toolbarConfiguration
Description: The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.

  • hidden_toolbar_items
    Type: UNORDERED_LIST_STRING
    Provider name: hiddenToolbarItems
    Description: The list of toolbar items to be hidden.
  • max_display_resolution
    Type: STRING
    Provider name: maxDisplayResolution
    Description: The maximum display resolution that is allowed for the session.
  • toolbar_type
    Type: STRING
    Provider name: toolbarType
    Description: The type of toolbar displayed during the session.
  • visual_mode
    Type: STRING
    Provider name: visualMode
    Description: The visual mode of the toolbar.

upload_allowed

Type: STRING
Provider name: uploadAllowed
Description: Specifies whether the user can upload files from the local device to the streaming session.

user_settings_arn

Type: STRING
Provider name: userSettingsArn
Description: The ARN of the user settings.

web_authn_allowed

Type: STRING
Provider name: webAuthnAllowed
Description: Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.