Class CfnComputeEnvironment.EksConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnComputeEnvironment.EksConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeEnvironment.EksConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeEnvironment.EksConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnComputeEnvironment.EksConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputeEnvironment.EksConfigurationProperty
An implementation for
CfnComputeEnvironment.EksConfigurationProperty
-
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.CfnComputeEnvironment.EksConfigurationProperty
CfnComputeEnvironment.EksConfigurationProperty.Builder, CfnComputeEnvironment.EksConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComputeEnvironment.EksConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnComputeEnvironment.EksConfigurationProperty.Builder
.
-
-
Method Details
-
getEksClusterArn
Description copied from interface:CfnComputeEnvironment.EksConfigurationProperty
The Amazon Resource Name (ARN) of the Amazon EKS cluster.An example is
arn: *aws* :eks: *us-east-1* : *123456789012* :cluster/ *ClusterForBatch*
.- Specified by:
getEksClusterArn
in interfaceCfnComputeEnvironment.EksConfigurationProperty
- See Also:
-
getKubernetesNamespace
Description copied from interface:CfnComputeEnvironment.EksConfigurationProperty
The namespace of the Amazon EKS cluster.AWS Batch manages pods in this namespace. The value can't left empty or null. It must be fewer than 64 characters long, can't be set to
default
, can't start with "kube-
," and must match this regular expression:^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
. For more information, see Namespaces in the Kubernetes documentation.- Specified by:
getKubernetesNamespace
in interfaceCfnComputeEnvironment.EksConfigurationProperty
- See Also:
-
$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()
-