libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.Types.AddRegionAction

Description

 
Synopsis

Documentation

data AddRegionAction Source #

Defines the Region and KMS key to add to the replication set.

See: newAddRegionAction smart constructor.

Constructors

AddRegionAction' 

Fields

Instances

Instances details
Eq AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

Read AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

Show AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

Generic AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

Associated Types

type Rep AddRegionAction :: Type -> Type #

NFData AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

Methods

rnf :: AddRegionAction -> () #

Hashable AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

ToJSON AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

type Rep AddRegionAction Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AddRegionAction

type Rep AddRegionAction = D1 ('MetaData "AddRegionAction" "Amazonka.SSMIncidents.Types.AddRegionAction" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "AddRegionAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sseKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAddRegionAction Source #

Create a value of AddRegionAction 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:sseKmsKeyId:AddRegionAction', addRegionAction_sseKmsKeyId - The KMS key ID to use to encrypt your replication set.

$sel:regionName:AddRegionAction', addRegionAction_regionName - The Region name to add to the replication set.

addRegionAction_sseKmsKeyId :: Lens' AddRegionAction (Maybe Text) Source #

The KMS key ID to use to encrypt your replication set.

addRegionAction_regionName :: Lens' AddRegionAction Text Source #

The Region name to add to the replication set.