Class SshAuthSecret

  • 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.559Z")
    @Stability(Stable)
    public class SshAuthSecret
    extends Secret
    Create a secret for ssh authentication.

    • 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.