Uses of Enum
software.amazon.awscdk.services.eks.CoreDnsComputeType
-
Uses of CoreDnsComputeType in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptiondefault CoreDnsComputeType
ClusterOptions.getCoreDnsComputeType()
Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.final CoreDnsComputeType
ClusterOptions.Jsii$Proxy.getCoreDnsComputeType()
final CoreDnsComputeType
ClusterProps.Jsii$Proxy.getCoreDnsComputeType()
final CoreDnsComputeType
FargateClusterProps.Jsii$Proxy.getCoreDnsComputeType()
static CoreDnsComputeType
Returns the enum constant of this type with the specified name.static CoreDnsComputeType[]
CoreDnsComputeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCluster.Builder.coreDnsComputeType
(CoreDnsComputeType coreDnsComputeType) Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.ClusterOptions.Builder.coreDnsComputeType
(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()
ClusterProps.Builder.coreDnsComputeType
(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()
FargateCluster.Builder.coreDnsComputeType
(CoreDnsComputeType coreDnsComputeType) Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.FargateClusterProps.Builder.coreDnsComputeType
(CoreDnsComputeType coreDnsComputeType) Sets the value ofClusterOptions.getCoreDnsComputeType()