Interface ContainerResizePolicy

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-03T12:13:25.662Z")
    @Stability(Stable)
    public interface ContainerResizePolicy
    extends software.amazon.jsii.JsiiSerializable
    ContainerResizePolicy represents resource resize policy for the container.
    • Method Detail

      • getResourceName

        @Stability(Stable)
        @NotNull
        String getResourceName()
        Name of the resource to which this resource resize policy applies.

        Supported values: cpu, memory.

      • getRestartPolicy

        @Stability(Stable)
        @NotNull
        String getRestartPolicy()
        Restart policy to apply when specified resource is resized.

        If not specified, it defaults to NotRequired.