Class CfnJobDefinition.SecurityContextProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.SecurityContextProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.SecurityContextProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnJobDefinition.SecurityContextProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.SecurityContextProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.SecurityContextProperty
An implementation for
CfnJobDefinition.SecurityContextProperty
-
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.batch.CfnJobDefinition.SecurityContextProperty
CfnJobDefinition.SecurityContextProperty.Builder, CfnJobDefinition.SecurityContextProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.SecurityContextProperty.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 Object
CfnJobDefinition.SecurityContextProperty.Privileged
.final Object
CfnJobDefinition.SecurityContextProperty.ReadOnlyRootFilesystem
.final Number
CfnJobDefinition.SecurityContextProperty.RunAsGroup
.final Object
CfnJobDefinition.SecurityContextProperty.RunAsNonRoot
.final Number
CfnJobDefinition.SecurityContextProperty.RunAsUser
.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 theCfnJobDefinition.SecurityContextProperty.Builder
.
-
-
Method Details
-
getPrivileged
Description copied from interface:CfnJobDefinition.SecurityContextProperty
CfnJobDefinition.SecurityContextProperty.Privileged
.- Specified by:
getPrivileged
in interfaceCfnJobDefinition.SecurityContextProperty
-
getReadOnlyRootFilesystem
Description copied from interface:CfnJobDefinition.SecurityContextProperty
CfnJobDefinition.SecurityContextProperty.ReadOnlyRootFilesystem
.- Specified by:
getReadOnlyRootFilesystem
in interfaceCfnJobDefinition.SecurityContextProperty
-
getRunAsGroup
Description copied from interface:CfnJobDefinition.SecurityContextProperty
CfnJobDefinition.SecurityContextProperty.RunAsGroup
.- Specified by:
getRunAsGroup
in interfaceCfnJobDefinition.SecurityContextProperty
-
getRunAsNonRoot
Description copied from interface:CfnJobDefinition.SecurityContextProperty
CfnJobDefinition.SecurityContextProperty.RunAsNonRoot
.- Specified by:
getRunAsNonRoot
in interfaceCfnJobDefinition.SecurityContextProperty
-
getRunAsUser
Description copied from interface:CfnJobDefinition.SecurityContextProperty
CfnJobDefinition.SecurityContextProperty.RunAsUser
.- Specified by:
getRunAsUser
in interfaceCfnJobDefinition.SecurityContextProperty
-
$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()
-