Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails

import type { AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A ulimit to set in the container.

interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails {
HardLimit?: number | null;
Name?: string | null;
SoftLimit?: number | null;
}

§Properties

§
HardLimit?: number | null
[src]

The hard limit for the ulimit type.

§
Name?: string | null
[src]

The type of the ulimit. Valid values are as follows:

  • core
    
  • cpu
    
  • data
    
  • fsize
    
  • locks
    
  • memlock
    
  • msgqueue
    
  • nice
    
  • nofile
    
  • nproc
    
  • rss
    
  • rtprio
    
  • rttime
    
  • sigpending
    
  • stack
    
§
SoftLimit?: number | null
[src]

The soft limit for the ulimit type.