class Aws::ECS::Types::SystemControl

A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the [Create a container] section of the [Docker Remote API] and the `–sysctl` option to [docker run].

It is not recommended that you specify network-related `systemControls` parameters for multiple containers in a single task that also uses either the `awsvpc` or `host` network mode for the following reasons:

[1]: docs.docker.com/engine/api/v1.35/#operation/ContainerCreate [2]: docs.docker.com/engine/api/v1.35/ [3]: docs.docker.com/engine/reference/run/#security-configuration

@note When making an API call, you may pass SystemControl

data as a hash:

    {
      namespace: "String",
      value: "String",
    }

@!attribute [rw] namespace

The namespaced kernel parameter for which to set a `value`.
@return [String]

@!attribute [rw] value

The value for the namespaced kernel parameter specified in
`namespace`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/SystemControl AWS API Documentation

Constants

SENSITIVE