Interface EnvFromSource

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

    @Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)",
               date="2022-09-16T03:33:03.930Z")
    @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.