Class TlsSecret

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

    @Generated(value="jsii-pacmak/1.57.0 (build f614666)",
               date="2022-04-26T09:02:10.565Z")
    @Stability(Stable)
    public class TlsSecret
    extends Secret
    Create a secret for storing a TLS certificate and its associated key.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TlsSecret.Builder
      A fluent builder for TlsSecret.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TlsSecret​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected TlsSecret​(software.amazon.jsii.JsiiObjectRef objRef)  
        TlsSecret​(software.constructs.Construct scope, String id, TlsSecretProps props)  
    • 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.