View source: R/appstream_operations.R
appstream_create_image_builder | R Documentation |
Creates an image builder. An image builder is a virtual machine that is used to create an image.
See https://www.paws-r-sdk.com/docs/appstream_create_image_builder/ for full documentation.
appstream_create_image_builder(
Name,
ImageName = NULL,
ImageArn = NULL,
InstanceType,
Description = NULL,
DisplayName = NULL,
VpcConfig = NULL,
IamRoleArn = NULL,
EnableDefaultInternetAccess = NULL,
DomainJoinInfo = NULL,
AppstreamAgentVersion = NULL,
Tags = NULL,
AccessEndpoints = NULL
)
Name |
[required] A unique name for the image builder. |
ImageName |
The name of the image used to create the image builder. |
ImageArn |
The ARN of the public, private, or shared image to use. |
InstanceType |
[required] The instance type to use when launching the image builder. The following instance types are available:
|
Description |
The description to display. |
DisplayName |
The image builder name to display. |
VpcConfig |
The VPC configuration for the image builder. You can specify only one subnet. |
IamRoleArn |
The Amazon Resource Name (ARN) of the IAM role to apply to the image
builder. To assume a role, the image builder calls the AWS Security
Token Service (STS) For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide. |
EnableDefaultInternetAccess |
Enables or disables default internet access for the image builder. |
DomainJoinInfo |
The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. |
AppstreamAgentVersion |
The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST]. |
Tags |
The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: _ . : / = + \ - @ If you do not specify a value, the value is set to an empty string. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide. |
AccessEndpoints |
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.