Class CfnComputeEnvironmentPropsMixin.EksConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.EksConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeEnvironmentPropsMixin.EksConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeEnvironmentPropsMixin.EksConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnComputeEnvironmentPropsMixin.EksConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputeEnvironmentPropsMixin.EksConfigurationProperty
An implementation for
CfnComputeEnvironmentPropsMixin.EksConfigurationProperty-
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.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.EksConfigurationProperty
CfnComputeEnvironmentPropsMixin.EksConfigurationProperty.Builder, CfnComputeEnvironmentPropsMixin.EksConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputeEnvironmentPropsMixin.EksConfigurationProperty.Builder.protectedJsii$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 theCfnComputeEnvironmentPropsMixin.EksConfigurationProperty.Builder.
-
-
Method Details
-
getEksClusterArn
Description copied from interface:CfnComputeEnvironmentPropsMixin.EksConfigurationPropertyThe Amazon Resource Name (ARN) of the Amazon EKS cluster.An example is
arn: *aws* :eks: *us-east-1* : *123456789012* :cluster/ *ClusterForBatch*.- Specified by:
getEksClusterArnin interfaceCfnComputeEnvironmentPropsMixin.EksConfigurationProperty- See Also:
-
getKubernetesNamespace
Description copied from interface:CfnComputeEnvironmentPropsMixin.EksConfigurationPropertyThe 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:
getKubernetesNamespacein interfaceCfnComputeEnvironmentPropsMixin.EksConfigurationProperty- 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()
-