InstanceProfileArgs

data class InstanceProfileArgs(val description: Output<String>? = null, val excludeAppPackagesFromCleanup: Output<List<String>>? = null, val name: Output<String>? = null, val packageCleanup: Output<Boolean>? = null, val rebootAfterUse: Output<Boolean>? = null, val tags: Output<List<InstanceProfileTagArgs>>? = null) : ConvertibleToJava<InstanceProfileArgs>

AWS::DeviceFarm::InstanceProfile creates a new Device Farm Instance Profile

Constructors

Link copied to clipboard
fun InstanceProfileArgs(description: Output<String>? = null, excludeAppPackagesFromCleanup: Output<List<String>>? = null, name: Output<String>? = null, packageCleanup: Output<Boolean>? = null, rebootAfterUse: Output<Boolean>? = null, tags: Output<List<InstanceProfileTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val packageCleanup: Output<Boolean>? = null
Link copied to clipboard
val rebootAfterUse: Output<Boolean>? = null
Link copied to clipboard
val tags: Output<List<InstanceProfileTagArgs>>? = null