amazonka-codedeploy-2.0: Amazon CodeDeploy SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

ToJSON 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 #

Read TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Show TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

NFData TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Methods

rnf :: TargetGroupInfo -> () #

Eq TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Hashable 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.