| 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.Neptune.CreateGlobalCluster
Description
Creates a Neptune global database spread across multiple Amazon Regions. The global database contains a single primary cluster with read-write capability, and read-only secondary clusters that receive data from the primary cluster through high-speed replication performed by the Neptune storage subsystem.
You can create a global database that is initially empty, and then add a primary cluster and secondary clusters to it, or you can specify an existing Neptune cluster during the create operation to become the primary cluster of the global database.
Synopsis
- data CreateGlobalCluster = CreateGlobalCluster' {}
- newCreateGlobalCluster :: Text -> CreateGlobalCluster
- createGlobalCluster_deletionProtection :: Lens' CreateGlobalCluster (Maybe Bool)
- createGlobalCluster_engine :: Lens' CreateGlobalCluster (Maybe Text)
- createGlobalCluster_engineVersion :: Lens' CreateGlobalCluster (Maybe Text)
- createGlobalCluster_sourceDBClusterIdentifier :: Lens' CreateGlobalCluster (Maybe Text)
- createGlobalCluster_storageEncrypted :: Lens' CreateGlobalCluster (Maybe Bool)
- createGlobalCluster_globalClusterIdentifier :: Lens' CreateGlobalCluster Text
- data CreateGlobalClusterResponse = CreateGlobalClusterResponse' {}
- newCreateGlobalClusterResponse :: Int -> CreateGlobalClusterResponse
- createGlobalClusterResponse_globalCluster :: Lens' CreateGlobalClusterResponse (Maybe GlobalCluster)
- createGlobalClusterResponse_httpStatus :: Lens' CreateGlobalClusterResponse Int
Creating a Request
data CreateGlobalCluster Source #
See: newCreateGlobalCluster smart constructor.
Constructors
| CreateGlobalCluster' | |
Fields
| |
Instances
newCreateGlobalCluster Source #
Arguments
| :: Text | |
| -> CreateGlobalCluster |
Create a value of CreateGlobalCluster 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:
CreateGlobalCluster, createGlobalCluster_deletionProtection - The deletion protection setting for the new global database. The global
database can't be deleted when deletion protection is enabled.
CreateGlobalCluster, createGlobalCluster_engine - The name of the database engine to be used in the global database.
Valid values: neptune
CreateGlobalCluster, createGlobalCluster_engineVersion - The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0 or above.
$sel:sourceDBClusterIdentifier:CreateGlobalCluster', createGlobalCluster_sourceDBClusterIdentifier - (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB
cluster to use as the primary cluster of the new global database.
CreateGlobalCluster, createGlobalCluster_storageEncrypted - The storage encryption setting for the new global database cluster.
CreateGlobalCluster, createGlobalCluster_globalClusterIdentifier - The cluster identifier of the new global database cluster.
Request Lenses
createGlobalCluster_deletionProtection :: Lens' CreateGlobalCluster (Maybe Bool) Source #
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
createGlobalCluster_engine :: Lens' CreateGlobalCluster (Maybe Text) Source #
The name of the database engine to be used in the global database.
Valid values: neptune
createGlobalCluster_engineVersion :: Lens' CreateGlobalCluster (Maybe Text) Source #
The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0 or above.
createGlobalCluster_sourceDBClusterIdentifier :: Lens' CreateGlobalCluster (Maybe Text) Source #
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
createGlobalCluster_storageEncrypted :: Lens' CreateGlobalCluster (Maybe Bool) Source #
The storage encryption setting for the new global database cluster.
createGlobalCluster_globalClusterIdentifier :: Lens' CreateGlobalCluster Text Source #
The cluster identifier of the new global database cluster.
Destructuring the Response
data CreateGlobalClusterResponse Source #
See: newCreateGlobalClusterResponse smart constructor.
Constructors
| CreateGlobalClusterResponse' | |
Fields
| |
Instances
newCreateGlobalClusterResponse Source #
Create a value of CreateGlobalClusterResponse 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:globalCluster:CreateGlobalClusterResponse', createGlobalClusterResponse_globalCluster - Undocumented member.
$sel:httpStatus:CreateGlobalClusterResponse', createGlobalClusterResponse_httpStatus - The response's http status code.
Response Lenses
createGlobalClusterResponse_globalCluster :: Lens' CreateGlobalClusterResponse (Maybe GlobalCluster) Source #
Undocumented member.
createGlobalClusterResponse_httpStatus :: Lens' CreateGlobalClusterResponse Int Source #
The response's http status code.