Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data EcsCluster Source #
Describes a registered Amazon ECS cluster.
See: newEcsCluster
smart constructor.
EcsCluster' | |
|
Instances
newEcsCluster :: EcsCluster Source #
Create a value of EcsCluster
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:ecsClusterArn:EcsCluster'
, ecsCluster_ecsClusterArn
- The cluster's ARN.
$sel:ecsClusterName:EcsCluster'
, ecsCluster_ecsClusterName
- The cluster name.
$sel:registeredAt:EcsCluster'
, ecsCluster_registeredAt
- The time and date that the cluster was registered with the stack.
$sel:stackId:EcsCluster'
, ecsCluster_stackId
- The stack ID.
ecsCluster_ecsClusterArn :: Lens' EcsCluster (Maybe Text) Source #
The cluster's ARN.
ecsCluster_ecsClusterName :: Lens' EcsCluster (Maybe Text) Source #
The cluster name.
ecsCluster_registeredAt :: Lens' EcsCluster (Maybe Text) Source #
The time and date that the cluster was registered with the stack.
ecsCluster_stackId :: Lens' EcsCluster (Maybe Text) Source #
The stack ID.