| 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.OpsWorks.Types.EcsCluster
Description
Synopsis
Documentation
data EcsCluster Source #
Describes a registered Amazon ECS cluster.
See: newEcsCluster smart constructor.
Constructors
| EcsCluster' | |
Fields
| |
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.