GetAppBlockBuilderResult

data class GetAppBlockBuilderResult(val accessEndpoints: List<AppBlockBuilderAccessEndpoint>? = null, val arn: String? = null, val createdTime: String? = null, val description: String? = null, val displayName: String? = null, val enableDefaultInternetAccess: Boolean? = null, val iamRoleArn: String? = null, val instanceType: String? = null, val platform: String? = null, val vpcConfig: AppBlockBuilderVpcConfig? = null)

Constructors

Link copied to clipboard
constructor(accessEndpoints: List<AppBlockBuilderAccessEndpoint>? = null, arn: String? = null, createdTime: String? = null, description: String? = null, displayName: String? = null, enableDefaultInternetAccess: Boolean? = null, iamRoleArn: String? = null, instanceType: String? = null, platform: String? = null, vpcConfig: AppBlockBuilderVpcConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access endpoints of the app block builder.

Link copied to clipboard
val arn: String? = null

The ARN of the app block builder.

Link copied to clipboard
val createdTime: String? = null

The time when the app block builder was created.

Link copied to clipboard
val description: String? = null

The description of the app block builder.

Link copied to clipboard
val displayName: String? = null

The display name of the app block builder.

Link copied to clipboard

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

Link copied to clipboard
val iamRoleArn: String? = null

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

Link copied to clipboard
val instanceType: String? = null

The instance type of the app block builder.

Link copied to clipboard
val platform: String? = null

The platform of the app block builder. Allowed values : WINDOWS_SERVER_2019

Link copied to clipboard

The VPC configuration for the app block builder.