libZSservicesZSamazonka-dlmZSamazonka-dlm
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.DLM.Types.CrossRegionCopyAction

Description

 
Synopsis

Documentation

data CrossRegionCopyAction Source #

Specifies a rule for copying shared snapshots across Regions.

See: newCrossRegionCopyAction smart constructor.

Constructors

CrossRegionCopyAction' 

Fields

Instances

Instances details
Eq CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

Read CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

Show CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

Generic CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

Associated Types

type Rep CrossRegionCopyAction :: Type -> Type #

NFData CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

Methods

rnf :: CrossRegionCopyAction -> () #

Hashable CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

ToJSON CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

FromJSON CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

type Rep CrossRegionCopyAction Source # 
Instance details

Defined in Amazonka.DLM.Types.CrossRegionCopyAction

type Rep CrossRegionCopyAction = D1 ('MetaData "CrossRegionCopyAction" "Amazonka.DLM.Types.CrossRegionCopyAction" "libZSservicesZSamazonka-dlmZSamazonka-dlm" 'False) (C1 ('MetaCons "CrossRegionCopyAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retainRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CrossRegionCopyRetainRule)) :*: (S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionConfiguration))))

newCrossRegionCopyAction Source #

Create a value of CrossRegionCopyAction 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:retainRule:CrossRegionCopyAction', crossRegionCopyAction_retainRule - Undocumented member.

$sel:target:CrossRegionCopyAction', crossRegionCopyAction_target - The target Region.

$sel:encryptionConfiguration:CrossRegionCopyAction', crossRegionCopyAction_encryptionConfiguration - The encryption settings for the copied snapshot.