Skip to content

aws.appstream.describe_app_block_builders

Example SQL Queries

SELECT * FROM
aws.appstream.describe_app_block_builders;

Description

Retrieves a list that describes one or more app block builders.

Table Definition

Column NameColumn Data Type
max_results Input Column

The maximum size of each page of results. The maximum value is 25.

BIGINT
names Input Column

The names of the app block builders.

VARCHAR[]
Show child fields
names[]
next_token Input Column

The pagination token used to retrieve the next page of results for this operation.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

app_block_builders

The list that describes one or more app block builders.

STRUCT(
"arn" VARCHAR,
"name" VARCHAR,
"display_name" VARCHAR,
"description" VARCHAR,
"platform" VARCHAR,
"instance_type" VARCHAR,
"enable_default_internet_access" BOOLEAN,
"iam_role_arn" VARCHAR,
"vpc_config" STRUCT(
"subnet_ids" VARCHAR[],
"security_group_ids" VARCHAR[]
),
"state" VARCHAR,
"created_time" TIMESTAMP_S,
"app_block_builder_errors" STRUCT(
"error_code" VARCHAR,
"error_message" VARCHAR,
"error_timestamp" TIMESTAMP_S
)[],
"state_change_reason" STRUCT(
"code" VARCHAR,
"message" VARCHAR
),
"access_endpoints" STRUCT(
"endpoint_type" VARCHAR,
"vpce_id" VARCHAR
)[]
)[]
Show child fields
app_block_builders[]
Show child fields
app_block_builders[].access_endpoints[]
Show child fields
app_block_builders[].access_endpoints[].endpoint_type

The type of interface endpoint.

app_block_builders[].access_endpoints[].vpce_id

The identifier (ID) of the VPC in which the interface endpoint is used.

app_block_builders[].app_block_builder_errors[]
Show child fields
app_block_builders[].app_block_builder_errors[].error_code

The error code.

app_block_builders[].app_block_builder_errors[].error_message

The error message.

app_block_builders[].app_block_builder_errors[].error_timestamp

The time the error occurred.

app_block_builders[].arn

The ARN of the app block builder.

app_block_builders[].created_time

The creation time of the app block builder.

app_block_builders[].description

The description of the app block builder.

app_block_builders[].display_name

The display name of the app block builder.

app_block_builders[].enable_default_internet_access

Indicates whether default internet access is enabled for the app block builder.

app_block_builders[].iam_role_arn

The ARN of the IAM role that is applied to the app block builder.

app_block_builders[].instance_type

The instance type of the app block builder.

app_block_builders[].name

The name of the app block builder.

app_block_builders[].platform

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

app_block_builders[].state

The state of the app block builder.

app_block_builders[].state_change_reason

The state change reason.

Show child fields
app_block_builders[].state_change_reason.code

The state change reason code.

app_block_builders[].state_change_reason.message

The state change reason message.

app_block_builders[].vpc_config

The VPC configuration for the app block builder.

Show child fields
app_block_builders[].vpc_config.security_group_ids[]
app_block_builders[].vpc_config.subnet_ids[]