This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_workspaces_pool

account_id

Type: STRING

application_settings

Type: STRUCT
Provider name: ApplicationSettings
Description: The persistent application settings for users of the pool.

  • s3_bucket_name
    Type: STRING
    Provider name: S3BucketName
    Description: The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.
  • settings_group
    Type: STRING
    Provider name: SettingsGroup
    Description: The path prefix for the S3 bucket where users’ persistent application settings are stored.
  • status
    Type: STRING
    Provider name: Status
    Description: Specifies whether persistent application settings are enabled for users during their pool sessions.

bundle_id

Type: STRING
Provider name: BundleId
Description: The identifier of the bundle used by the pool.

capacity_status

Type: STRUCT
Provider name: CapacityStatus
Description: The capacity status for the pool

  • active_user_sessions
    Type: INT32
    Provider name: ActiveUserSessions
    Description: The number of user sessions currently being used for your pool.
  • actual_user_sessions
    Type: INT32
    Provider name: ActualUserSessions
    Description: The total number of user sessions that are available for streaming or are currently streaming in your pool. ActualUserSessions = AvailableUserSessions + ActiveUserSessions
  • available_user_sessions
    Type: INT32
    Provider name: AvailableUserSessions
    Description: The number of user sessions currently available for streaming from your pool. AvailableUserSessions = ActualUserSessions - ActiveUserSessions
  • desired_user_sessions
    Type: INT32
    Provider name: DesiredUserSessions
    Description: The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your pool can support in a steady state.

created_at

Type: TIMESTAMP
Provider name: CreatedAt
Description: The time the pool was created.

description

Type: STRING
Provider name: Description
Description: The description of the pool.

directory_id

Type: STRING
Provider name: DirectoryId
Description: The identifier of the directory used by the pool.

errors

Type: UNORDERED_LIST_STRUCT
Provider name: Errors
Description: The pool errors.

  • error_code
    Type: STRING
    Provider name: ErrorCode
    Description: The error code.
  • error_message
    Type: STRING
    Provider name: ErrorMessage
    Description: The error message.

pool_arn

Type: STRING
Provider name: PoolArn
Description: The Amazon Resource Name (ARN) for the pool.

pool_id

Type: STRING
Provider name: PoolId
Description: The identifier of a pool.

pool_name

Type: STRING
Provider name: PoolName
Description: The name of the pool,

state

Type: STRING
Provider name: State
Description: The current state of the pool.

tags

Type: UNORDERED_LIST_STRING

timeout_settings

Type: STRUCT
Provider name: TimeoutSettings
Description: The amount of time that a pool session remains active after users disconnect. If they try to reconnect to the pool session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new pool instance.

  • disconnect_timeout_in_seconds
    Type: INT32
    Provider name: DisconnectTimeoutInSeconds
    Description: Specifies the amount of time, in seconds, that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within the time set, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.
  • idle_disconnect_timeout_in_seconds
    Type: INT32
    Provider name: IdleDisconnectTimeoutInSeconds
    Description: The amount of time in seconds a connection will stay active while idle.
  • max_user_duration_in_seconds
    Type: INT32
    Provider name: MaxUserDurationInSeconds
    Description: Specifies the maximum amount of time, in seconds, that a streaming session can remain active. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.