aws.neptune.describe_db_clusters
Example SQL Queries
SELECT * FROMaws.neptune.describe_db_clusters;Description
Returns information about provisioned DB clusters, and supports pagination.
This operation can also return information for Amazon RDS clusters and Amazon DocDB clusters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_cluster_identifier Input Column Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster. | VARCHAR |
| filters Input Column A filter that specifies one or more DB clusters to describe. Supported filters:
For example, to invoke this API from the Amazon CLI and filter so that only Neptune DB clusters are returned, you could use the following command: | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| allocated_storage AllocatedStorage always returns 1, because Neptune DB cluster storage size is not fixed, but instead automatically adjusts as needed. | BIGINT |
| associated_roles Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon services on your behalf. | STRUCT( |
Show child fields
| |
| automatic_restart_time Time at which the DB cluster will be automatically restarted. | TIMESTAMP_S |
| availability_zones Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in. | VARCHAR[] |
Show child fields
| |
| backup_retention_period Specifies the number of days for which automatic DB snapshots are retained. | BIGINT |
| character_set_name Not supported by Neptune. | VARCHAR |
| clone_group_id Identifies the clone group to which the DB cluster is associated. | VARCHAR |
| cluster_create_time Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC). | TIMESTAMP_S |
| copy_tags_to_snapshot If set to true, tags are copied to any snapshot of the DB cluster that is created. | BOOLEAN |
| cross_account_clone If set to true, the DB cluster can be cloned across accounts. | BOOLEAN |
| database_name Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster. | VARCHAR |
| db_cluster_arn The Amazon Resource Name (ARN) for the DB cluster. | VARCHAR |
| db_cluster_members Provides the list of instances that make up the DB cluster. | STRUCT( |
Show child fields
| |
| db_cluster_option_group_memberships Not supported by Neptune. | STRUCT( |
Show child fields
| |
| db_cluster_parameter_group Specifies the name of the DB cluster parameter group for the DB cluster. | VARCHAR |
| db_cluster_resource_id The Amazon Region-unique, immutable identifier for the DB cluster. This identifier is found in Amazon CloudTrail log entries whenever the Amazon KMS key for the DB cluster is accessed. | VARCHAR |
| db_subnet_group Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group. | VARCHAR |
| deletion_protection Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. | BOOLEAN |
| earliest_restorable_time Specifies the earliest time to which a database can be restored with point-in-time restore. | TIMESTAMP_S |
| enabled_cloudwatch_logs_exports A list of the log types that this DB cluster is configured to export to CloudWatch Logs. Valid log types are: audit (to publish audit logs to CloudWatch) and slowquery (to publish slow-query logs to CloudWatch). See Publishing Neptune logs to Amazon CloudWatch logs. | VARCHAR[] |
Show child fields
| |
| endpoint Specifies the connection endpoint for the primary instance of the DB cluster. | VARCHAR |
| engine Provides the name of the database engine to be used for this DB cluster. | VARCHAR |
| engine_version Indicates the database engine version. | VARCHAR |
| global_cluster_identifier Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database. | VARCHAR |
| hosted_zone_id Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. | VARCHAR |
| iam_database_authentication_enabled True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. | BOOLEAN |
| io_optimized_next_allowed_modification_time The next time you can modify the DB cluster to use the iopt1 storage type. | TIMESTAMP_S |
| kms_key_id If StorageEncrypted is true, the Amazon KMS key identifier for the encrypted DB cluster. | VARCHAR |
| latest_restorable_time Specifies the latest time to which a database can be restored with point-in-time restore. | TIMESTAMP_S |
| master_username Not supported by Neptune. | VARCHAR |
| multi_az Specifies whether the DB cluster has instances in multiple Availability Zones. | BOOLEAN |
| pending_modified_values This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window. | STRUCT( |
Show child fields
| |
| percent_progress Specifies the progress of the operation as a percentage. | VARCHAR |
| port Specifies the port that the database engine is listening on. | BIGINT |
| preferred_backup_window Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod. | VARCHAR |
| preferred_maintenance_window Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). | VARCHAR |
| read_replica_identifiers Contains one or more identifiers of the Read Replicas associated with this DB cluster. | VARCHAR[] |
Show child fields
| |
| reader_endpoint The reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances connections across the Read Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Neptune distributes the connection requests among the Read Replicas in the DB cluster. This functionality can help balance your read workload across multiple Read Replicas in your DB cluster. If a failover occurs, and the Read Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Read Replicas in the cluster, you can then reconnect to the reader endpoint. | VARCHAR |
| replication_source_identifier Not supported by Neptune. | VARCHAR |
| serverless_v2_scaling_configuration Shows the scaling configuration for a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide. | STRUCT( |
Show child fields
| |
| status Specifies the current state of this DB cluster. | VARCHAR |
| storage_encrypted Specifies whether the DB cluster is encrypted. | BOOLEAN |
| storage_type The storage type associated with the DB cluster. | VARCHAR |
| vpc_security_groups Provides a list of VPC security groups that the DB cluster belongs to. | STRUCT( |
Show child fields
| |