Interface EnvFromSource

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

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-10-05T02:57:36.398Z")
    @Stability(Stable)
    public interface EnvFromSource
    extends software.amazon.jsii.JsiiSerializable
    EnvFromSource represents the source of a set of ConfigMaps.
    • Method Detail

      • getConfigMapRef

        @Stability(Stable)
        @Nullable
        default ConfigMapEnvSource getConfigMapRef()
        The ConfigMap to select from.
      • getPrefix

        @Stability(Stable)
        @Nullable
        default String getPrefix()
        An optional identifier to prepend to each key in the ConfigMap.

        Must be a C_IDENTIFIER.

      • getSecretRef

        @Stability(Stable)
        @Nullable
        default SecretEnvSource getSecretRef()
        The Secret to select from.