Uses of Enum
software.amazon.awscdk.services.eks.AlbScheme
-
Uses of AlbScheme in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptiondefault AlbScheme
KubernetesManifestOptions.getIngressAlbScheme()
Specify the ALB scheme that should be applied toIngress
resources.final AlbScheme
KubernetesManifestOptions.Jsii$Proxy.getIngressAlbScheme()
final AlbScheme
KubernetesManifestProps.Jsii$Proxy.getIngressAlbScheme()
static AlbScheme
Returns the enum constant of this type with the specified name.static AlbScheme[]
AlbScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionKubernetesManifest.Builder.ingressAlbScheme
(AlbScheme ingressAlbScheme) Specify the ALB scheme that should be applied toIngress
resources.KubernetesManifestOptions.Builder.ingressAlbScheme
(AlbScheme ingressAlbScheme) Sets the value ofKubernetesManifestOptions.getIngressAlbScheme()
KubernetesManifestProps.Builder.ingressAlbScheme
(AlbScheme ingressAlbScheme) Sets the value ofKubernetesManifestOptions.getIngressAlbScheme()