Class TlsSecret

  • All Implemented Interfaces:
    IApiEndpoint, IApiResource, IResource, ISecret, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.59.0 (build eb02c92)",
               date="2022-05-18T23:19:48.672Z")
    @Stability(Stable)
    public class TlsSecret
    extends Secret
    Create a secret for storing a TLS certificate and its associated key.

    • Constructor Detail

      • TlsSecret

        protected TlsSecret​(software.amazon.jsii.JsiiObjectRef objRef)
      • TlsSecret

        protected TlsSecret​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • TlsSecret

        @Stability(Stable)
        public TlsSecret​(@NotNull
                         software.constructs.Construct scope,
                         @NotNull
                         String id,
                         @NotNull
                         TlsSecretProps props)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        props - This parameter is required.