AwsEcsContainerDetails
Provides information about an Amazon ECS container.
Contents
- Image
-
The image used for the container.
Type: String
Pattern:
.*\S.*
Required: No
- MountPoints
-
The mount points for data volumes in your container.
Type: Array of AwsMountPoint objects
Required: No
- Name
-
The name of the container.
Type: String
Pattern:
.*\S.*
Required: No
- Privileged
-
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: