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.TargetGroupInfo

Description

 
Synopsis

Documentation

data TargetGroupInfo Source #

Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.

See: newTargetGroupInfo smart constructor.

Constructors

TargetGroupInfo' 

Fields

  • name :: Maybe Text

    For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

Instances

Instances details
Eq TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Read TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Show TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Generic TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Associated Types

type Rep TargetGroupInfo :: Type -> Type #

NFData TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Methods

rnf :: TargetGroupInfo -> () #

Hashable TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

ToJSON TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

FromJSON TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

type Rep TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

type Rep TargetGroupInfo = D1 ('MetaData "TargetGroupInfo" "Amazonka.CodeDeploy.Types.TargetGroupInfo" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TargetGroupInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTargetGroupInfo :: TargetGroupInfo Source #

Create a value of TargetGroupInfo 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:name:TargetGroupInfo', targetGroupInfo_name - For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

targetGroupInfo_name :: Lens' TargetGroupInfo (Maybe Text) Source #

For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.