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
Documentation
data MultiRegionKey Source #
Describes the primary or replica key in a multi-Region key.
See: newMultiRegionKey
smart constructor.
Instances
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.