Data Source: aws_workspaces_bundle

Retrieve information about an AWS WorkSpaces bundle.

Example Usage

By ID

data "aws_workspaces_bundle" "example" {
  bundle_id = "wsb-b0s22j3d7"
}

By Owner & Name

data "aws_workspaces_bundle" "example" {
  owner = "AMAZON"
  name  = "Value with Windows 10 and Office 2016"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

compute_type

root_storage

user_storage