InstanceProfile

class InstanceProfile : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the instance profile. See Amazon resource names in the General Reference guide .

Link copied to clipboard
val description: Output<String>?

The description of the instance profile.

Link copied to clipboard

An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes. The list of packages is considered only if you set packageCleanup to true .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the instance profile.

Link copied to clipboard
val packageCleanup: Output<Boolean>?

When set to true , Device Farm removes app packages after a test run. The default value is false for private devices.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rebootAfterUse: Output<Boolean>?

When set to true , Device Farm reboots the instance after a test run. The default value is true .

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .

Link copied to clipboard
val urn: Output<String>