| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KeySpaces.Types.KeyspaceSummary
Description
Documentation
data KeyspaceSummary Source #
Represents the properties of a keyspace.
See: newKeyspaceSummary smart constructor.
Constructors
| KeyspaceSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> KeyspaceSummary |
Create a value of KeyspaceSummary 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:keyspaceName:KeyspaceSummary', keyspaceSummary_keyspaceName - The name of the keyspace.
$sel:resourceArn:KeyspaceSummary', keyspaceSummary_resourceArn - The unique identifier of the keyspace in the format of an Amazon
Resource Name (ARN).
keyspaceSummary_keyspaceName :: Lens' KeyspaceSummary Text Source #
The name of the keyspace.
keyspaceSummary_resourceArn :: Lens' KeyspaceSummary Text Source #
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).