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
- data ECSTarget = ECSTarget' {}
- newECSTarget :: ECSTarget
- eCSTarget_targetArn :: Lens' ECSTarget (Maybe Text)
- eCSTarget_targetId :: Lens' ECSTarget (Maybe Text)
- eCSTarget_status :: Lens' ECSTarget (Maybe TargetStatus)
- eCSTarget_deploymentId :: Lens' ECSTarget (Maybe Text)
- eCSTarget_lastUpdatedAt :: Lens' ECSTarget (Maybe UTCTime)
- eCSTarget_taskSetsInfo :: Lens' ECSTarget (Maybe [ECSTaskSet])
- eCSTarget_lifecycleEvents :: Lens' ECSTarget (Maybe [LifecycleEvent])
Documentation
Information about the target of an Amazon ECS deployment.
See: newECSTarget
smart constructor.
ECSTarget' | |
|
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: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:status:ECSTarget'
, eCSTarget_status
- The status an Amazon ECS deployment's target ECS application.
$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:taskSetsInfo:ECSTarget'
, eCSTarget_taskSetsInfo
- The ECSTaskSet
objects associated with the ECS target.
$sel:lifecycleEvents:ECSTarget'
, eCSTarget_lifecycleEvents
- The lifecycle events of the deployment to this target Amazon 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_status :: Lens' ECSTarget (Maybe TargetStatus) Source #
The status an Amazon ECS deployment's target ECS application.
eCSTarget_lastUpdatedAt :: Lens' ECSTarget (Maybe UTCTime) Source #
The date and time when the target Amazon ECS application was updated by a deployment.
eCSTarget_taskSetsInfo :: Lens' ECSTarget (Maybe [ECSTaskSet]) Source #
The ECSTaskSet
objects associated with the ECS target.
eCSTarget_lifecycleEvents :: Lens' ECSTarget (Maybe [LifecycleEvent]) Source #
The lifecycle events of the deployment to this target Amazon ECS application.