Uses of Interface
software.amazon.awscdk.services.batch.CfnComputeEnvironment.EksConfigurationProperty
Packages that use CfnComputeEnvironment.EksConfigurationProperty
-
Uses of CfnComputeEnvironment.EksConfigurationProperty in software.amazon.awscdk.services.batch
Classes in software.amazon.awscdk.services.batch that implement CfnComputeEnvironment.EksConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnComputeEnvironment.EksConfigurationPropertyMethods in software.amazon.awscdk.services.batch that return CfnComputeEnvironment.EksConfigurationPropertyModifier and TypeMethodDescriptionCfnComputeEnvironment.EksConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.batch with parameters of type CfnComputeEnvironment.EksConfigurationPropertyModifier and TypeMethodDescriptionCfnComputeEnvironment.Builder.eksConfiguration(CfnComputeEnvironment.EksConfigurationProperty eksConfiguration) The details for the Amazon EKS cluster that supports the compute environment.CfnComputeEnvironmentProps.Builder.eksConfiguration(CfnComputeEnvironment.EksConfigurationProperty eksConfiguration) Sets the value ofCfnComputeEnvironmentProps.getEksConfiguration()voidCfnComputeEnvironment.setEksConfiguration(CfnComputeEnvironment.EksConfigurationProperty value) The details for the Amazon EKS cluster that supports the compute environment.