Interface SecretReference

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

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.815Z")
    @Stability(Stable)
    public interface SecretReference
    extends software.amazon.jsii.JsiiSerializable
    SecretReference represents a Secret Reference.

    It has enough information to retrieve secret in any namespace

    • Method Detail

      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        name is unique within a namespace to reference a secret resource.
      • getNamespace

        @Stability(Stable)
        @Nullable
        default String getNamespace()
        namespace defines the space within which the secret name must be unique.