amazonka-arc-zonal-shift-2.0: Amazon ARC - Zonal Shift 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.ArcZonalShift.Types.ZonalShiftInResource

Description

 
Synopsis

Documentation

data ZonalShiftInResource Source #

A complex structure that lists the zonal shifts for a managed resource and their statuses for the resource.

See: newZonalShiftInResource smart constructor.

Constructors

ZonalShiftInResource' 

Fields

  • appliedStatus :: AppliedStatus

    An appliedStatus for a zonal shift for a resource can have one of two values: APPLIED or NOT_APPLIED.

  • awayFrom :: Text

    The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

  • comment :: Text

    A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. That is, a new comment overwrites any existing comment string.

  • expiryTime :: POSIX

    The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

    When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.

  • resourceIdentifier :: Text

    The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

    At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

  • startTime :: POSIX

    The time (UTC) when the zonal shift is started.

  • zonalShiftId :: Text

    The identifier of a zonal shift.

Instances

Instances details
FromJSON ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

Generic ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

Associated Types

type Rep ZonalShiftInResource :: Type -> Type #

Read ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

Show ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

NFData ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

Methods

rnf :: ZonalShiftInResource -> () #

Eq ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

Hashable ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

type Rep ZonalShiftInResource Source # 
Instance details

Defined in Amazonka.ArcZonalShift.Types.ZonalShiftInResource

type Rep ZonalShiftInResource = D1 ('MetaData "ZonalShiftInResource" "Amazonka.ArcZonalShift.Types.ZonalShiftInResource" "amazonka-arc-zonal-shift-2.0-HIBvozV7Gpr4kwNpYeZSTq" 'False) (C1 ('MetaCons "ZonalShiftInResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appliedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppliedStatus) :*: (S1 ('MetaSel ('Just "awayFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "expiryTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "zonalShiftId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newZonalShiftInResource Source #

Create a value of ZonalShiftInResource 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:appliedStatus:ZonalShiftInResource', zonalShiftInResource_appliedStatus - An appliedStatus for a zonal shift for a resource can have one of two values: APPLIED or NOT_APPLIED.

$sel:awayFrom:ZonalShiftInResource', zonalShiftInResource_awayFrom - The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

$sel:comment:ZonalShiftInResource', zonalShiftInResource_comment - A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. That is, a new comment overwrites any existing comment string.

$sel:expiryTime:ZonalShiftInResource', zonalShiftInResource_expiryTime - The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.

$sel:resourceIdentifier:ZonalShiftInResource', zonalShiftInResource_resourceIdentifier - The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

$sel:startTime:ZonalShiftInResource', zonalShiftInResource_startTime - The time (UTC) when the zonal shift is started.

$sel:zonalShiftId:ZonalShiftInResource', zonalShiftInResource_zonalShiftId - The identifier of a zonal shift.

zonalShiftInResource_appliedStatus :: Lens' ZonalShiftInResource AppliedStatus Source #

An appliedStatus for a zonal shift for a resource can have one of two values: APPLIED or NOT_APPLIED.

zonalShiftInResource_awayFrom :: Lens' ZonalShiftInResource Text Source #

The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.

zonalShiftInResource_comment :: Lens' ZonalShiftInResource Text Source #

A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. That is, a new comment overwrites any existing comment string.

zonalShiftInResource_expiryTime :: Lens' ZonalShiftInResource UTCTime Source #

The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time.

When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.

zonalShiftInResource_resourceIdentifier :: Lens' ZonalShiftInResource Text Source #

The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.

At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

zonalShiftInResource_startTime :: Lens' ZonalShiftInResource UTCTime Source #

The time (UTC) when the zonal shift is started.