Get App Block Builder Result
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)
Properties
Link copied to clipboard
The access endpoints of the app block builder.
Link copied to clipboard
The time when the app block builder was created.
Link copied to clipboard
The description of the app block builder.
Link copied to clipboard
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
The ARN of the IAM role that is applied to the app block builder.
Link copied to clipboard
The instance type of the app block builder.
Link copied to clipboard
The VPC configuration for the app block builder.