libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeDeploy.Types.CloudFormationTarget

Description

 
Synopsis

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.

Constructors

CloudFormationTarget' 

Fields

Instances

Instances details
Eq CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Read CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Show CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Generic CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Associated Types

type Rep CloudFormationTarget :: Type -> Type #

NFData CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Methods

rnf :: CloudFormationTarget -> () #

Hashable CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

FromJSON CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

type Rep CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

type Rep CloudFormationTarget = D1 ('MetaData "CloudFormationTarget" "Amazonka.CodeDeploy.Types.CloudFormationTarget" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CloudFormationTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetStatus)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lifecycleEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LifecycleEvent])) :*: S1 ('MetaSel ('Just "targetVersionWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

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.