App Block Args
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)