Creates an app block builder.
See https://www.paws-r-sdk.com/docs/appstream_create_app_block_builder/ for full documentation.
Usage
appstream_create_app_block_builder(
Name,
Description = NULL,
DisplayName = NULL,
Tags = NULL,
Platform,
InstanceType,
VpcConfig,
EnableDefaultInternetAccess = NULL,
IamRoleArn = NULL,
AccessEndpoints = NULL,
DisableIMDSV1 = NULL
)Arguments
- Name
[required] The unique name for the app block builder.
- Description
The description of the app block builder.
- DisplayName
The display name of the app block builder.
The tags to associate with the app block 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=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon WorkSpaces Applications Administration Guide.
- Platform
[required] The platform of the app block builder.
WINDOWS_SERVER_2019is the only valid value.- InstanceType
[required] The instance type to use when launching the app block builder. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
- VpcConfig
[required] The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
- EnableDefaultInternetAccess
Enables or disables default internet access for the app block builder.
- IamRoleArn
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS)
AssumeRoleAPI operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. WorkSpaces Applications retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on WorkSpaces Applications Streaming Instances in the Amazon WorkSpaces Applications Administration Guide.
- AccessEndpoints
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
- DisableIMDSV1
Set to true to disable Instance Metadata Service Version 1 (IMDSv1) and enforce IMDSv2. Set to false to enable both IMDSv1 and IMDSv2.