Amazon Neptune · Schema
CreateDBClusterRequest
CreateDBClusterRequest schema from Neptune
AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL
Properties
| Name | Type | Description |
|---|---|---|
| DBClusterIdentifier | string | The DB cluster identifier. |
| Engine | string | The database engine to use (neptune). |
| EngineVersion | string | The version of the Neptune engine. |
| Port | integer | The port number on which the cluster accepts connections. |
| DBSubnetGroupName | string | The name of a DB subnet group. |
| VpcSecurityGroupIds | array | A list of VPC security group IDs. |
| StorageEncrypted | boolean | Whether the cluster is encrypted. |
| KmsKeyId | string | The KMS key identifier for an encrypted cluster. |
| PreferredBackupWindow | string | The daily time range for automated backups (UTC). |
| PreferredMaintenanceWindow | string | The weekly time range for maintenance (UTC). |
| BackupRetentionPeriod | integer | The number of days for which automated backups are retained (1-35). |
| DeletionProtection | boolean | Whether to enable deletion protection. |
| IAMDatabaseAuthenticationEnabled | boolean | Whether to enable IAM database authentication. |