Interface Sysctl

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    Sysctl.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.445Z")
    @Stability(Stable)
    public interface Sysctl
    extends software.amazon.jsii.JsiiSerializable
    Sysctl defines a kernel parameter to be set.
    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Name of a property to set.
      • getValue

        @Stability(Stable)
        @NotNull
        String getValue()
        Value of a property to set.