amazonka-kms-2.0: Amazon Key Management Service 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.KMS.Types.MultiRegionKey

Description

 
Synopsis

Documentation

data MultiRegionKey Source #

Describes the primary or replica key in a multi-Region key.

See: newMultiRegionKey smart constructor.

Constructors

MultiRegionKey' 

Fields

  • arn :: Maybe Text

    Displays the key ARN of a primary or replica key of a multi-Region key.

  • region :: Maybe Text

    Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.

Instances

Instances details
FromJSON MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

Generic MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

Associated Types

type Rep MultiRegionKey :: Type -> Type #

Read MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

Show MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

NFData MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

Methods

rnf :: MultiRegionKey -> () #

Eq MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

Hashable MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

type Rep MultiRegionKey Source # 
Instance details

Defined in Amazonka.KMS.Types.MultiRegionKey

type Rep MultiRegionKey = D1 ('MetaData "MultiRegionKey" "Amazonka.KMS.Types.MultiRegionKey" "amazonka-kms-2.0-6YhT3Ymbf9Z5PoaGoz7tbG" 'False) (C1 ('MetaCons "MultiRegionKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMultiRegionKey :: MultiRegionKey Source #

Create a value of MultiRegionKey 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:arn:MultiRegionKey', multiRegionKey_arn - Displays the key ARN of a primary or replica key of a multi-Region key.

$sel:region:MultiRegionKey', multiRegionKey_region - Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.

multiRegionKey_arn :: Lens' MultiRegionKey (Maybe Text) Source #

Displays the key ARN of a primary or replica key of a multi-Region key.

multiRegionKey_region :: Lens' MultiRegionKey (Maybe Text) Source #

Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.