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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.devicefarm.CfnInstanceProfileProps
CfnInstanceProfileProps.Builder, CfnInstanceProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstanceProfileProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe 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 StringgetName()The name of the instance profile.final ObjectWhen set totrue, Device Farm removes app packages after a test run.final ObjectWhen set totrue, Device Farm reboots the instance after a test run.getTags()An array of key-value pairs to apply to this resource.final inthashCode()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:CfnInstanceProfilePropsThe name of the instance profile.- Specified by:
getNamein interfaceCfnInstanceProfileProps- See Also:
-
getDescription
Description copied from interface:CfnInstanceProfilePropsThe description of the instance profile.- Specified by:
getDescriptionin interfaceCfnInstanceProfileProps- See Also:
-
getExcludeAppPackagesFromCleanup
Description copied from interface:CfnInstanceProfilePropsAn 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
packageCleanuptotrue.- Specified by:
getExcludeAppPackagesFromCleanupin interfaceCfnInstanceProfileProps- See Also:
-
getPackageCleanup
Description copied from interface:CfnInstanceProfilePropsWhen set totrue, Device Farm removes app packages after a test run.The default value is
falsefor private devices.Returns union: either
BooleanorIResolvable- Specified by:
getPackageCleanupin interfaceCfnInstanceProfileProps- See Also:
-
getRebootAfterUse
Description copied from interface:CfnInstanceProfilePropsWhen set totrue, Device Farm reboots the instance after a test run.The default value is
true.Returns union: either
BooleanorIResolvable- Specified by:
getRebootAfterUsein interfaceCfnInstanceProfileProps- See Also:
-
getTags
Description copied from interface:CfnInstanceProfilePropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Specified by:
getTagsin interfaceCfnInstanceProfileProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-