Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MultiRegionConfiguration = MultiRegionConfiguration' {}
- newMultiRegionConfiguration :: MultiRegionConfiguration
- multiRegionConfiguration_primaryKey :: Lens' MultiRegionConfiguration (Maybe MultiRegionKey)
- multiRegionConfiguration_replicaKeys :: Lens' MultiRegionConfiguration (Maybe [MultiRegionKey])
- multiRegionConfiguration_multiRegionKeyType :: Lens' MultiRegionConfiguration (Maybe MultiRegionKeyType)
Documentation
data MultiRegionConfiguration Source #
Describes the configuration of this multi-Region key. This field appears only when the KMS key is a primary or replica of a multi-Region key.
For more information about any listed KMS key, use the DescribeKey operation.
See: newMultiRegionConfiguration
smart constructor.
MultiRegionConfiguration' | |
|
Instances
newMultiRegionConfiguration :: MultiRegionConfiguration Source #
Create a value of MultiRegionConfiguration
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:primaryKey:MultiRegionConfiguration'
, multiRegionConfiguration_primaryKey
- Displays the key ARN and Region of the primary key. This field includes
the current KMS key if it is the primary key.
$sel:replicaKeys:MultiRegionConfiguration'
, multiRegionConfiguration_replicaKeys
- displays the key ARNs and Regions of all replica keys. This field
includes the current KMS key if it is a replica key.
$sel:multiRegionKeyType:MultiRegionConfiguration'
, multiRegionConfiguration_multiRegionKeyType
- Indicates whether the KMS key is a PRIMARY
or REPLICA
key.
multiRegionConfiguration_primaryKey :: Lens' MultiRegionConfiguration (Maybe MultiRegionKey) Source #
Displays the key ARN and Region of the primary key. This field includes the current KMS key if it is the primary key.
multiRegionConfiguration_replicaKeys :: Lens' MultiRegionConfiguration (Maybe [MultiRegionKey]) Source #
displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.
multiRegionConfiguration_multiRegionKeyType :: Lens' MultiRegionConfiguration (Maybe MultiRegionKeyType) Source #
Indicates whether the KMS key is a PRIMARY
or REPLICA
key.