Class CfnInstanceProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devicefarm.CfnInstanceProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInstanceProfileProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnInstanceProfileProps
@Stability(Stable)
@Internal
public static final class CfnInstanceProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstanceProfileProps
An implementation for
CfnInstanceProfileProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.devicefarm.CfnInstanceProfileProps
CfnInstanceProfileProps.Builder, CfnInstanceProfileProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInstanceProfileProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The description of the instance profile.An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes.final String
getName()
The name of the instance profile.final Object
When set totrue
, Device Farm removes app packages after a test run.final Object
When set totrue
, Device Farm reboots the instance after a test run.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInstanceProfileProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnInstanceProfileProps
The name of the instance profile. -
getDescription
Description copied from interface:CfnInstanceProfileProps
The description of the instance profile. -
getExcludeAppPackagesFromCleanup
Description copied from interface:CfnInstanceProfileProps
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
totrue
. -
getPackageCleanup
Description copied from interface:CfnInstanceProfileProps
When set totrue
, Device Farm removes app packages after a test run.The default value is
false
for private devices. -
getRebootAfterUse
Description copied from interface:CfnInstanceProfileProps
When set totrue
, Device Farm reboots the instance after a test run.The default value is
true
. -
getTags
Description copied from interface:CfnInstanceProfileProps
An array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-