Interface ConfigMapKeySelector

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ConfigMapKeySelector.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.475Z")
    @Stability(Stable)
    public interface ConfigMapKeySelector
    extends software.amazon.jsii.JsiiSerializable
    Selects a key from a ConfigMap.
    • Method Detail

      • getKey

        @Stability(Stable)
        @NotNull
        String getKey()
        The key to select.
      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Name of the referent.

        More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

      • getOptional

        @Stability(Stable)
        @Nullable
        default Boolean getOptional()
        Specify whether the ConfigMap or its key must be defined.