Instance Profile Args
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)