| 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.CodeDeploy.Types.ECSTarget
Description
Synopsis
- data ECSTarget = ECSTarget' {}
- newECSTarget :: ECSTarget
- eCSTarget_deploymentId :: Lens' ECSTarget (Maybe Text)
- eCSTarget_lastUpdatedAt :: Lens' ECSTarget (Maybe UTCTime)
- eCSTarget_lifecycleEvents :: Lens' ECSTarget (Maybe [LifecycleEvent])
- eCSTarget_status :: Lens' ECSTarget (Maybe TargetStatus)
- eCSTarget_targetArn :: Lens' ECSTarget (Maybe Text)
- eCSTarget_targetId :: Lens' ECSTarget (Maybe Text)
- eCSTarget_taskSetsInfo :: Lens' ECSTarget (Maybe [ECSTaskSet])
Documentation
Information about the target of an Amazon ECS deployment.
See: newECSTarget smart constructor.
Constructors
| ECSTarget' | |
Fields
| |
Instances
newECSTarget :: ECSTarget Source #
Create a value of ECSTarget 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:deploymentId:ECSTarget', eCSTarget_deploymentId - The unique ID of a deployment.
$sel:lastUpdatedAt:ECSTarget', eCSTarget_lastUpdatedAt - The date and time when the target Amazon ECS application was updated by
a deployment.
$sel:lifecycleEvents:ECSTarget', eCSTarget_lifecycleEvents - The lifecycle events of the deployment to this target Amazon ECS
application.
ECSTarget, eCSTarget_status - The status an Amazon ECS deployment's target ECS application.
$sel:targetArn:ECSTarget', eCSTarget_targetArn - The Amazon Resource Name (ARN) of the target.
$sel:targetId:ECSTarget', eCSTarget_targetId - The unique ID of a deployment target that has a type of ecsTarget.
$sel:taskSetsInfo:ECSTarget', eCSTarget_taskSetsInfo - The ECSTaskSet objects associated with the ECS target.
eCSTarget_lastUpdatedAt :: Lens' ECSTarget (Maybe UTCTime) Source #
The date and time when the target Amazon ECS application was updated by a deployment.
eCSTarget_lifecycleEvents :: Lens' ECSTarget (Maybe [LifecycleEvent]) Source #
The lifecycle events of the deployment to this target Amazon ECS application.
eCSTarget_status :: Lens' ECSTarget (Maybe TargetStatus) Source #
The status an Amazon ECS deployment's target ECS application.
eCSTarget_targetArn :: Lens' ECSTarget (Maybe Text) Source #
The Amazon Resource Name (ARN) of the target.
eCSTarget_targetId :: Lens' ECSTarget (Maybe Text) Source #
The unique ID of a deployment target that has a type of ecsTarget.
eCSTarget_taskSetsInfo :: Lens' ECSTarget (Maybe [ECSTaskSet]) Source #
The ECSTaskSet objects associated with the ECS target.