AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A set of Linux capabilities that are added to a container's default Docker configuration for a container defined in the ContainerGroupDefinition. For more detailed information about these Linux capabilities, see the capabilities(7) Linux manual page.
Modifying capabilities on an existing container: To remove a capability, update
the Include list with only the needed capabilities. To revert back to default
capabilities, omit LinuxCapabilities within the ContainerDefinition.
Part of: GameServerContainerDefinition, GameServerContainerDefinitionInput, SupportContainerDefinition, SupportContainerDefinitionInput
Returned by: CreateContainerGroupDefinition, DescribeContainerGroupDefinition, ListContainerGroupDefinitions, ListContainerGroupDefinitionVersions, UpdateContainerGroupDefinition
Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z
public class LinuxCapabilities
The LinuxCapabilities type exposes the following members
| Name | Description | |
|---|---|---|
|
LinuxCapabilities() |
| Name | Type | Description | |
|---|---|---|---|
|
Include | System.Collections.Generic.List<System.String> |
Gets and sets the property Include.
The list of Linux capabilities to add to the container's default configuration. Specify
each capability as a string from the set of supported capability names (for example,
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer