Class SshAuthSecret

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

    @Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)",
               date="2022-04-13T14:52:28.945Z")
    @Stability(Stable)
    public class SshAuthSecret
    extends Secret
    Create a secret for ssh authentication.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SshAuthSecret.Builder
      A fluent builder for SshAuthSecret.
      • 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 SshAuthSecret​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected SshAuthSecret​(software.amazon.jsii.JsiiObjectRef objRef)  
        SshAuthSecret​(software.constructs.Construct scope, String id, SshAuthSecretProps props)  
    • Constructor Detail

      • SshAuthSecret

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

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

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