| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GuardDuty.Types.EcsClusterDetails
Description
Synopsis
- data EcsClusterDetails = EcsClusterDetails' {}
- newEcsClusterDetails :: EcsClusterDetails
- ecsClusterDetails_activeServicesCount :: Lens' EcsClusterDetails (Maybe Int)
- ecsClusterDetails_arn :: Lens' EcsClusterDetails (Maybe Text)
- ecsClusterDetails_name :: Lens' EcsClusterDetails (Maybe Text)
- ecsClusterDetails_registeredContainerInstancesCount :: Lens' EcsClusterDetails (Maybe Int)
- ecsClusterDetails_runningTasksCount :: Lens' EcsClusterDetails (Maybe Int)
- ecsClusterDetails_status :: Lens' EcsClusterDetails (Maybe Text)
- ecsClusterDetails_tags :: Lens' EcsClusterDetails (Maybe [Tag])
- ecsClusterDetails_taskDetails :: Lens' EcsClusterDetails (Maybe EcsTaskDetails)
Documentation
data EcsClusterDetails Source #
Contains information about the details of the ECS Cluster.
See: newEcsClusterDetails smart constructor.
Constructors
| EcsClusterDetails' | |
Fields
| |
Instances
newEcsClusterDetails :: EcsClusterDetails Source #
Create a value of EcsClusterDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activeServicesCount:EcsClusterDetails', ecsClusterDetails_activeServicesCount - The number of services that are running on the cluster in an ACTIVE
state.
EcsClusterDetails, ecsClusterDetails_arn - The Amazon Resource Name (ARN) that identifies the cluster.
$sel:name:EcsClusterDetails', ecsClusterDetails_name - The name of the ECS Cluster.
$sel:registeredContainerInstancesCount:EcsClusterDetails', ecsClusterDetails_registeredContainerInstancesCount - The number of container instances registered into the cluster.
$sel:runningTasksCount:EcsClusterDetails', ecsClusterDetails_runningTasksCount - The number of tasks in the cluster that are in the RUNNING state.
$sel:status:EcsClusterDetails', ecsClusterDetails_status - The status of the ECS cluster.
EcsClusterDetails, ecsClusterDetails_tags - The tags of the ECS Cluster.
$sel:taskDetails:EcsClusterDetails', ecsClusterDetails_taskDetails - Contains information about the details of the ECS Task.
ecsClusterDetails_activeServicesCount :: Lens' EcsClusterDetails (Maybe Int) Source #
The number of services that are running on the cluster in an ACTIVE state.
ecsClusterDetails_arn :: Lens' EcsClusterDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) that identifies the cluster.
ecsClusterDetails_name :: Lens' EcsClusterDetails (Maybe Text) Source #
The name of the ECS Cluster.
ecsClusterDetails_registeredContainerInstancesCount :: Lens' EcsClusterDetails (Maybe Int) Source #
The number of container instances registered into the cluster.
ecsClusterDetails_runningTasksCount :: Lens' EcsClusterDetails (Maybe Int) Source #
The number of tasks in the cluster that are in the RUNNING state.
ecsClusterDetails_status :: Lens' EcsClusterDetails (Maybe Text) Source #
The status of the ECS cluster.
ecsClusterDetails_tags :: Lens' EcsClusterDetails (Maybe [Tag]) Source #
The tags of the ECS Cluster.
ecsClusterDetails_taskDetails :: Lens' EcsClusterDetails (Maybe EcsTaskDetails) Source #
Contains information about the details of the ECS Task.