Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnInstanceProfilePropsMixin.Builder
Packages that use CfnInstanceProfilePropsMixin.Builder
-
Uses of CfnInstanceProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.devicefarm
Methods in software.amazon.awscdk.cfnpropertymixins.services.devicefarm that return CfnInstanceProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnInstanceProfilePropsMixin.Builder.create()CfnInstanceProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInstanceProfilePropsMixin.Builder.description(String description) The description of the instance profile.CfnInstanceProfilePropsMixin.Builder.excludeAppPackagesFromCleanup(List<String> excludeAppPackagesFromCleanup) 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 name of the instance profile.CfnInstanceProfilePropsMixin.Builder.packageCleanup(Boolean packageCleanup) When set totrue, Device Farm removes app packages after a test run.CfnInstanceProfilePropsMixin.Builder.packageCleanup(IResolvable packageCleanup) When set totrue, Device Farm removes app packages after a test run.CfnInstanceProfilePropsMixin.Builder.rebootAfterUse(Boolean rebootAfterUse) When set totrue, Device Farm reboots the instance after a test run.CfnInstanceProfilePropsMixin.Builder.rebootAfterUse(IResolvable rebootAfterUse) When set totrue, Device Farm reboots the instance after a test run.An array of key-value pairs to apply to this resource.