Interface SecretProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, ResourceProps
    All Known Implementing Classes:
    SecretProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)",
               date="2022-04-13T14:52:28.932Z")
    @Stability(Stable)
    public interface SecretProps
    extends software.amazon.jsii.JsiiSerializable, ResourceProps
    Options for `Secret`.
    • Method Detail

      • getStringData

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getStringData()
        stringData allows specifying non-binary secret data in string form.

        It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.

      • getType

        @Stability(Stable)
        @Nullable
        default String getType()
        Optional type associated with the secret.

        Used to facilitate programmatic handling of secret data by various controllers.

        Default: undefined - Don't set a type.