

# AwsEcsContainerDetails


Provides information about an Amazon ECS container. 

## Contents


 ** Image **   <a name="securityhub-Type-AwsEcsContainerDetails-Image"></a>
The image used for the container.   
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** MountPoints **   <a name="securityhub-Type-AwsEcsContainerDetails-MountPoints"></a>
The mount points for data volumes in your container.   
Type: Array of [AwsMountPoint](API_AwsMountPoint.md) objects  
Required: No

 ** Name **   <a name="securityhub-Type-AwsEcsContainerDetails-Name"></a>
The name of the container.   
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** Privileged **   <a name="securityhub-Type-AwsEcsContainerDetails-Privileged"></a>
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 Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/securityhub-2018-10-26/AwsEcsContainerDetails) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/securityhub-2018-10-26/AwsEcsContainerDetails) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/securityhub-2018-10-26/AwsEcsContainerDetails) 