AppBlockArgs

data class AppBlockArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val name: Output<String>? = null, val packagingType: Output<String>? = null, val postSetupScriptDetails: Output<AppBlockScriptDetailsArgs>? = null, val setupScriptDetails: Output<AppBlockScriptDetailsArgs>? = null, val sourceS3Location: Output<AppBlockS3LocationArgs>? = null, val tags: Output<List<Either<AppBlockTag0PropertiesArgs, AppBlockTag1PropertiesArgs>>>? = null) : ConvertibleToJava<AppBlockArgs>

Resource Type definition for AWS::AppStream::AppBlock

Constructors

Link copied to clipboard
fun AppBlockArgs(description: Output<String>? = null, displayName: Output<String>? = null, name: Output<String>? = null, packagingType: Output<String>? = null, postSetupScriptDetails: Output<AppBlockScriptDetailsArgs>? = null, setupScriptDetails: Output<AppBlockScriptDetailsArgs>? = null, sourceS3Location: Output<AppBlockS3LocationArgs>? = null, tags: Output<List<Either<AppBlockTag0PropertiesArgs, AppBlockTag1PropertiesArgs>>>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val displayName: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val packagingType: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard