AppBlockBuilderArgs

data class AppBlockBuilderArgs(val accessEndpoints: Output<List<AppBlockBuilderAccessEndpointArgs>>? = null, val appBlockArns: Output<List<String>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val enableDefaultInternetAccess: Output<Boolean>? = null, val iamRoleArn: Output<String>? = null, val instanceType: Output<String>? = null, val name: Output<String>? = null, val platform: Output<String>? = null, val tags: Output<List<AppBlockBuilderTagArgs>>? = null, val vpcConfig: Output<AppBlockBuilderVpcConfigArgs>? = null) : ConvertibleToJava<AppBlockBuilderArgs>

Resource Type definition for AWS::AppStream::AppBlockBuilder.

Constructors

Link copied to clipboard
fun AppBlockBuilderArgs(accessEndpoints: Output<List<AppBlockBuilderAccessEndpointArgs>>? = null, appBlockArns: Output<List<String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, enableDefaultInternetAccess: Output<Boolean>? = null, iamRoleArn: Output<String>? = null, instanceType: Output<String>? = null, name: Output<String>? = null, platform: Output<String>? = null, tags: Output<List<AppBlockBuilderTagArgs>>? = null, vpcConfig: Output<AppBlockBuilderVpcConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AppBlockBuilderArgs

Properties

Link copied to clipboard
Link copied to clipboard
val appBlockArns: Output<List<String>>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val displayName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val iamRoleArn: Output<String>? = null
Link copied to clipboard
val instanceType: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val platform: Output<String>? = null
Link copied to clipboard
val tags: Output<List<AppBlockBuilderTagArgs>>? = null
Link copied to clipboard