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 CloudFormationTarget = CloudFormationTarget' {}
- newCloudFormationTarget :: CloudFormationTarget
- cloudFormationTarget_targetId :: Lens' CloudFormationTarget (Maybe Text)
- cloudFormationTarget_status :: Lens' CloudFormationTarget (Maybe TargetStatus)
- cloudFormationTarget_deploymentId :: Lens' CloudFormationTarget (Maybe Text)
- cloudFormationTarget_resourceType :: Lens' CloudFormationTarget (Maybe Text)
- cloudFormationTarget_lastUpdatedAt :: Lens' CloudFormationTarget (Maybe UTCTime)
- cloudFormationTarget_lifecycleEvents :: Lens' CloudFormationTarget (Maybe [LifecycleEvent])
- cloudFormationTarget_targetVersionWeight :: Lens' CloudFormationTarget (Maybe Double)
Documentation
data CloudFormationTarget Source #
Information about the target to be updated by an AWS CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.
See: newCloudFormationTarget
smart constructor.
CloudFormationTarget' | |
|
Instances
newCloudFormationTarget :: CloudFormationTarget Source #
Create a value of CloudFormationTarget
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:targetId:CloudFormationTarget'
, cloudFormationTarget_targetId
- The unique ID of a deployment target that has a type
of CloudFormationTarget
.
$sel:status:CloudFormationTarget'
, cloudFormationTarget_status
- The status of an AWS CloudFormation blue/green deployment's target
application.
$sel:deploymentId:CloudFormationTarget'
, cloudFormationTarget_deploymentId
- The unique ID of an AWS CloudFormation blue/green deployment.
$sel:resourceType:CloudFormationTarget'
, cloudFormationTarget_resourceType
- The resource type for the AWS CloudFormation blue/green deployment.
$sel:lastUpdatedAt:CloudFormationTarget'
, cloudFormationTarget_lastUpdatedAt
- The date and time when the target application was updated by an AWS
CloudFormation blue/green deployment.
$sel:lifecycleEvents:CloudFormationTarget'
, cloudFormationTarget_lifecycleEvents
- The lifecycle events of the AWS CloudFormation blue/green deployment to
this target application.
$sel:targetVersionWeight:CloudFormationTarget'
, cloudFormationTarget_targetVersionWeight
- The percentage of production traffic that the target version of an AWS
CloudFormation blue/green deployment receives.
cloudFormationTarget_targetId :: Lens' CloudFormationTarget (Maybe Text) Source #
The unique ID of a deployment target that has a type
of CloudFormationTarget
.
cloudFormationTarget_status :: Lens' CloudFormationTarget (Maybe TargetStatus) Source #
The status of an AWS CloudFormation blue/green deployment's target application.
cloudFormationTarget_deploymentId :: Lens' CloudFormationTarget (Maybe Text) Source #
The unique ID of an AWS CloudFormation blue/green deployment.
cloudFormationTarget_resourceType :: Lens' CloudFormationTarget (Maybe Text) Source #
The resource type for the AWS CloudFormation blue/green deployment.
cloudFormationTarget_lastUpdatedAt :: Lens' CloudFormationTarget (Maybe UTCTime) Source #
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
cloudFormationTarget_lifecycleEvents :: Lens' CloudFormationTarget (Maybe [LifecycleEvent]) Source #
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
cloudFormationTarget_targetVersionWeight :: Lens' CloudFormationTarget (Maybe Double) Source #
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.