workspaces_create_workspace_bundle: Creates the specified WorkSpace bundle

View source: R/workspaces_operations.R

workspaces_create_workspace_bundleR Documentation

Creates the specified WorkSpace bundle

Description

Creates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see Create a Custom WorkSpaces Image and Bundle.

See https://www.paws-r-sdk.com/docs/workspaces_create_workspace_bundle/ for full documentation.

Usage

workspaces_create_workspace_bundle(
  BundleName,
  BundleDescription,
  ImageId,
  ComputeType,
  UserStorage,
  RootStorage = NULL,
  Tags = NULL
)

Arguments

BundleName

[required] The name of the bundle.

BundleDescription

[required] The description of the bundle.

ImageId

[required] The identifier of the image that is used to create the bundle.

ComputeType

[required]

UserStorage

[required]

RootStorage
Tags

The tags associated with the bundle.

To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your IAM user permissions to use workspaces:CreateTags.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.