amazonka-ssm-incidents-2.0: Amazon Systems Manager Incident Manager 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.SSMIncidents.Types.RegionMapInputValue

Description

 
Synopsis

Documentation

data RegionMapInputValue Source #

The mapping between a Amazon Web Services Region and the key that's used to encrypt the data.

See: newRegionMapInputValue smart constructor.

Constructors

RegionMapInputValue' 

Fields

Instances

Instances details
ToJSON RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

Generic RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

Associated Types

type Rep RegionMapInputValue :: Type -> Type #

Read RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

Show RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

NFData RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

Methods

rnf :: RegionMapInputValue -> () #

Eq RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

Hashable RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

type Rep RegionMapInputValue Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.RegionMapInputValue

type Rep RegionMapInputValue = D1 ('MetaData "RegionMapInputValue" "Amazonka.SSMIncidents.Types.RegionMapInputValue" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "RegionMapInputValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sseKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRegionMapInputValue :: RegionMapInputValue Source #

Create a value of RegionMapInputValue 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:RegionMapInputValue', regionMapInputValue_sseKmsKeyId - The KMS key used to encrypt the data in your replication set.

regionMapInputValue_sseKmsKeyId :: Lens' RegionMapInputValue (Maybe Text) Source #

The KMS key used to encrypt the data in your replication set.