{
  "description": "DBCluster is the Schema for the DBClusters API",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "DBClusterSpec defines the desired state of DBCluster.\n\nContains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.\n\nFor an Amazon Aurora DB cluster, this data type is used as a response element\nin the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster,\nModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot,\nRestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster.\n\nFor a Multi-AZ DB cluster, this data type is used as a response element in\nthe operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster,\nModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.\n\nFor more information on Amazon Aurora DB clusters, see What is Amazon Aurora?\n(https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html)\nin the Amazon Aurora User Guide.\n\nFor more information on Multi-AZ DB clusters, see Multi-AZ deployments with\ntwo readable standby DB instances (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html)\nin the Amazon RDS User Guide.",
      "properties": {
        "allocatedStorage": {
          "description": "The amount of storage in gibibytes (GiB) to allocate to each DB instance\nin the Multi-AZ DB cluster.\n\nValid for Cluster Type: Multi-AZ DB clusters only\n\nThis setting is required to create a Multi-AZ DB cluster.",
          "format": "int64",
          "type": "integer"
        },
        "autoMinorVersionUpgrade": {
          "description": "Specifies whether minor engine upgrades are applied automatically to the\nDB cluster during the maintenance window. By default, minor engine upgrades\nare applied automatically.\n\nValid for Cluster Type: Multi-AZ DB clusters only",
          "type": "boolean"
        },
        "availabilityZones": {
          "description": "A list of Availability Zones (AZs) where you specifically want to create\nDB instances in the DB cluster.\n\nFor information on AZs, see Availability Zones (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones)\nin the Amazon Aurora User Guide.\n\nValid for Cluster Type: Aurora DB clusters only\n\nConstraints:\n\n  - Can't specify more than three AZs.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "backtrackWindow": {
          "description": "The target backtrack window, in seconds. To disable backtracking, set this\nvalue to 0.\n\nValid for Cluster Type: Aurora MySQL DB clusters only\n\nDefault: 0\n\nConstraints:\n\n  - If specified, this value must be set to a number from 0 to 259,200 (72\n    hours).",
          "format": "int64",
          "type": "integer"
        },
        "backupRetentionPeriod": {
          "description": "The number of days for which automated backups are retained.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nDefault: 1\n\nConstraints:\n\n  - Must be a value from 1 to 35.",
          "format": "int64",
          "type": "integer"
        },
        "characterSetName": {
          "description": "The name of the character set (CharacterSet) to associate the DB cluster\nwith.\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "string"
        },
        "copyTagsToSnapshot": {
          "description": "Specifies whether to copy all tags from the DB cluster to snapshots of the\nDB cluster. The default is not to copy them.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "boolean"
        },
        "databaseName": {
          "description": "The name for your database of up to 64 alphanumeric characters. A database\nnamed postgres is always created. If this parameter is specified, an additional\ndatabase with this name is created.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "dbClusterIdentifier": {
          "description": "The identifier for this DB cluster. This parameter is stored as a lowercase\nstring.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nConstraints:\n\n  - Must contain from 1 to 63 (for Aurora DB clusters) or 1 to 52 (for Multi-AZ\n    DB clusters) letters, numbers, or hyphens.\n\n  - First character must be a letter.\n\n  - Can't end with a hyphen or contain two consecutive hyphens.\n\nExample: my-cluster1",
          "type": "string"
        },
        "dbClusterInstanceClass": {
          "description": "The compute and memory capacity of each DB instance in the Multi-AZ DB cluster,\nfor example db.m6gd.xlarge. Not all DB instance classes are available in\nall Amazon Web Services Regions, or for all database engines.\n\nFor the full list of DB instance classes and availability for your engine,\nsee DB instance class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html)\nin the Amazon RDS User Guide.\n\nThis setting is required to create a Multi-AZ DB cluster.\n\nValid for Cluster Type: Multi-AZ DB clusters only",
          "type": "string"
        },
        "dbClusterParameterGroupName": {
          "description": "The name of the DB cluster parameter group to associate with this DB cluster.\nIf you don't specify a value, then the default DB cluster parameter group\nfor the specified DB engine and version is used.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nConstraints:\n\n  - If supplied, must match the name of an existing DB cluster parameter\n    group.",
          "type": "string"
        },
        "dbClusterParameterGroupRef": {
          "description": "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t  name: my-api",
          "properties": {
            "from": {
              "description": "AWSResourceReference provides all the values necessary to reference another\nk8s resource for finding the identifier(Id/ARN/Name)",
              "properties": {
                "name": {
                  "type": "string"
                },
                "namespace": {
                  "type": "string"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "dbSubnetGroupName": {
          "description": "A DB subnet group to associate with this DB cluster.\n\nThis setting is required to create a Multi-AZ DB cluster.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nConstraints:\n\n  - Must match the name of an existing DB subnet group.\n\nExample: mydbsubnetgroup",
          "type": "string"
        },
        "dbSubnetGroupRef": {
          "description": "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t  name: my-api",
          "properties": {
            "from": {
              "description": "AWSResourceReference provides all the values necessary to reference another\nk8s resource for finding the identifier(Id/ARN/Name)",
              "properties": {
                "name": {
                  "type": "string"
                },
                "namespace": {
                  "type": "string"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "dbSystemID": {
          "description": "Reserved for future use.",
          "type": "string"
        },
        "deletionProtection": {
          "description": "Specifies whether the DB cluster has deletion protection enabled. The database\ncan't be deleted when deletion protection is enabled. By default, deletion\nprotection isn't enabled.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "boolean"
        },
        "destinationRegion": {
          "description": "DestinationRegion is used for presigning the request to a given region.",
          "type": "string"
        },
        "domain": {
          "description": "The Active Directory directory ID to create the DB cluster in.\n\nFor Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication\nto authenticate users that connect to the DB cluster.\n\nFor more information, see Kerberos authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html)\nin the Amazon Aurora User Guide.\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "string"
        },
        "domainIAMRoleName": {
          "description": "The name of the IAM role to use when making API calls to the Directory Service.\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "string"
        },
        "enableCloudwatchLogsExports": {
          "description": "The list of log types that need to be enabled for exporting to CloudWatch\nLogs.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nThe following values are valid for each DB engine:\n\n  - Aurora MySQL - audit | error | general | slowquery\n\n  - Aurora PostgreSQL - postgresql\n\n  - RDS for MySQL - error | general | slowquery\n\n  - RDS for PostgreSQL - postgresql | upgrade\n\nFor more information about exporting CloudWatch Logs for Amazon RDS, see\nPublishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch)\nin the Amazon RDS User Guide.\n\nFor more information about exporting CloudWatch Logs for Amazon Aurora, see\nPublishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch)\nin the Amazon Aurora User Guide.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "enableGlobalWriteForwarding": {
          "description": "Specifies whether to enable this DB cluster to forward write operations to\nthe primary cluster of a global cluster (Aurora global database). By default,\nwrite operations are not allowed on Aurora DB clusters that are secondary\nclusters in an Aurora global database.\n\nYou can set this value only on Aurora DB clusters that are members of an\nAurora global database. With this parameter enabled, a secondary cluster\ncan forward writes to the current primary cluster, and the resulting changes\nare replicated back to this cluster. For the primary DB cluster of an Aurora\nglobal database, this value is used immediately if the primary is demoted\nby a global cluster API operation, but it does nothing until then.\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "boolean"
        },
        "enableHTTPEndpoint": {
          "description": "Specifies whether to enable the HTTP endpoint for the DB cluster. By default,\nthe HTTP endpoint isn't enabled.\n\nWhen enabled, the HTTP endpoint provides a connectionless web service API\n(RDS Data API) for running SQL queries on the DB cluster. You can also query\nyour database from inside the RDS console with the RDS query editor.\n\nRDS Data API is supported with the following DB clusters:\n\n  - Aurora PostgreSQL Serverless v2 and provisioned\n\n  - Aurora PostgreSQL and Aurora MySQL Serverless v1\n\nFor more information, see Using RDS Data API (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html)\nin the Amazon Aurora User Guide.\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "boolean"
        },
        "enableIAMDatabaseAuthentication": {
          "description": "Specifies whether to enable mapping of Amazon Web Services Identity and Access\nManagement (IAM) accounts to database accounts. By default, mapping isn't\nenabled.\n\nFor more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html)\nin the Amazon Aurora User Guide or IAM database authentication for MariaDB,\nMySQL, and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html)\nin the Amazon RDS User Guide.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "boolean"
        },
        "enablePerformanceInsights": {
          "description": "Specifies whether to turn on Performance Insights for the DB cluster.\n\nFor more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html)\nin the Amazon RDS User Guide.\n\nValid for Cluster Type: Multi-AZ DB clusters only",
          "type": "boolean"
        },
        "engine": {
          "description": "The database engine to use for this DB cluster.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nValid Values:\n\n  - aurora-mysql\n\n  - aurora-postgresql\n\n  - mysql\n\n  - postgres\n\n  - neptune - For information about using Amazon Neptune, see the Amazon\n    Neptune User Guide (https://docs.aws.amazon.com/neptune/latest/userguide/intro.html).",
          "type": "string"
        },
        "engineMode": {
          "description": "The DB engine mode of the DB cluster, either provisioned or serverless.\n\nThe serverless engine mode only applies for Aurora Serverless v1 DB clusters.\nAurora Serverless v2 DB clusters use the provisioned engine mode.\n\nFor information about limitations and requirements for Serverless DB clusters,\nsee the following sections in the Amazon Aurora User Guide:\n\n  - Limitations of Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations)\n\n  - Requirements for Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html)\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "string"
        },
        "engineVersion": {
          "description": "The version number of the database engine to use.\n\nTo list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible)\nand version 3 (MySQL 8.0-compatible), use the following command:\n\naws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"\n\nYou can supply either 5.7 or 8.0 to use the default engine version for Aurora\nMySQL version 2 or version 3, respectively.\n\nTo list all of the available engine versions for Aurora PostgreSQL, use the\nfollowing command:\n\naws rds describe-db-engine-versions --engine aurora-postgresql --query \"DBEngineVersions[].EngineVersion\"\n\nTo list all of the available engine versions for RDS for MySQL, use the following\ncommand:\n\naws rds describe-db-engine-versions --engine mysql --query \"DBEngineVersions[].EngineVersion\"\n\nTo list all of the available engine versions for RDS for PostgreSQL, use\nthe following command:\n\naws rds describe-db-engine-versions --engine postgres --query \"DBEngineVersions[].EngineVersion\"\n\nFor information about a specific engine, see the following topics:\n\n  - Aurora MySQL - see Database engine updates for Amazon Aurora MySQL (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html)\n    in the Amazon Aurora User Guide.\n\n  - Aurora PostgreSQL - see Amazon Aurora PostgreSQL releases and engine\n    versions (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html)\n    in the Amazon Aurora User Guide.\n\n  - RDS for MySQL - see Amazon RDS for MySQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt)\n    in the Amazon RDS User Guide.\n\n  - RDS for PostgreSQL - see Amazon RDS for PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts)\n    in the Amazon RDS User Guide.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "globalClusterIdentifier": {
          "description": "The global cluster ID of an Aurora cluster that becomes the primary cluster\nin the new global database cluster.\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "string"
        },
        "iops": {
          "description": "The amount of Provisioned IOPS (input/output operations per second) to be\ninitially allocated for each DB instance in the Multi-AZ DB cluster.\n\nFor information about valid IOPS values, see Provisioned IOPS storage (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS)\nin the Amazon RDS User Guide.\n\nThis setting is required to create a Multi-AZ DB cluster.\n\nValid for Cluster Type: Multi-AZ DB clusters only\n\nConstraints:\n\n  - Must be a multiple between .5 and 50 of the storage amount for the DB\n    cluster.",
          "format": "int64",
          "type": "integer"
        },
        "kmsKeyID": {
          "description": "The Amazon Web Services KMS key identifier for an encrypted DB cluster.\n\nThe Amazon Web Services KMS key identifier is the key ARN, key ID, alias\nARN, or alias name for the KMS key. To use a KMS key in a different Amazon\nWeb Services account, specify the key ARN or alias ARN.\n\nWhen a KMS key isn't specified in KmsKeyId:\n\n  - If ReplicationSourceIdentifier identifies an encrypted source, then\n    Amazon RDS uses the KMS key used to encrypt the source. Otherwise, Amazon\n    RDS uses your default KMS key.\n\n  - If the StorageEncrypted parameter is enabled and ReplicationSourceIdentifier\n    isn't specified, then Amazon RDS uses your default KMS key.\n\nThere is a default KMS key for your Amazon Web Services account. Your Amazon\nWeb Services account has a different default KMS key for each Amazon Web\nServices Region.\n\nIf you create a read replica of an encrypted DB cluster in another Amazon\nWeb Services Region, make sure to set KmsKeyId to a KMS key identifier that\nis valid in the destination Amazon Web Services Region. This KMS key is used\nto encrypt the read replica in that Amazon Web Services Region.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "kmsKeyRef": {
          "description": "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t  name: my-api",
          "properties": {
            "from": {
              "description": "AWSResourceReference provides all the values necessary to reference another\nk8s resource for finding the identifier(Id/ARN/Name)",
              "properties": {
                "name": {
                  "type": "string"
                },
                "namespace": {
                  "type": "string"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "manageMasterUserPassword": {
          "description": "Specifies whether to manage the master user password with Amazon Web Services\nSecrets Manager.\n\nFor more information, see Password management with Amazon Web Services Secrets\nManager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html)\nin the Amazon RDS User Guide and Password management with Amazon Web Services\nSecrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html)\nin the Amazon Aurora User Guide.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nConstraints:\n\n  - Can't manage the master user password with Amazon Web Services Secrets\n    Manager if MasterUserPassword is specified.",
          "type": "boolean"
        },
        "masterUserPassword": {
          "description": "The password for the master database user.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nConstraints:\n\n  - Must contain from 8 to 41 characters.\n\n  - Can contain any printable ASCII character except \"/\", \"\"\", or \"@\".\n\n  - Can't be specified if ManageMasterUserPassword is turned on.",
          "properties": {
            "key": {
              "description": "Key is the key within the secret",
              "type": "string"
            },
            "name": {
              "description": "name is unique within a namespace to reference a secret resource.",
              "type": "string"
            },
            "namespace": {
              "description": "namespace defines the space within which the secret name must be unique.",
              "type": "string"
            }
          },
          "required": [
            "key"
          ],
          "type": "object",
          "x-kubernetes-map-type": "atomic",
          "additionalProperties": false
        },
        "masterUserSecretKMSKeyID": {
          "description": "The Amazon Web Services KMS key identifier to encrypt a secret that is automatically\ngenerated and managed in Amazon Web Services Secrets Manager.\n\nThis setting is valid only if the master user password is managed by RDS\nin Amazon Web Services Secrets Manager for the DB cluster.\n\nThe Amazon Web Services KMS key identifier is the key ARN, key ID, alias\nARN, or alias name for the KMS key. To use a KMS key in a different Amazon\nWeb Services account, specify the key ARN or alias ARN.\n\nIf you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager\nKMS key is used to encrypt the secret. If the secret is in a different Amazon\nWeb Services account, then you can't use the aws/secretsmanager KMS key to\nencrypt the secret, and you must use a customer managed KMS key.\n\nThere is a default KMS key for your Amazon Web Services account. Your Amazon\nWeb Services account has a different default KMS key for each Amazon Web\nServices Region.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "masterUserSecretKMSKeyRef": {
          "description": "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t  name: my-api",
          "properties": {
            "from": {
              "description": "AWSResourceReference provides all the values necessary to reference another\nk8s resource for finding the identifier(Id/ARN/Name)",
              "properties": {
                "name": {
                  "type": "string"
                },
                "namespace": {
                  "type": "string"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "masterUsername": {
          "description": "The name of the master user for the DB cluster.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nConstraints:\n\n  - Must be 1 to 16 letters or numbers.\n\n  - First character must be a letter.\n\n  - Can't be a reserved word for the chosen database engine.",
          "type": "string"
        },
        "monitoringInterval": {
          "description": "The interval, in seconds, between points when Enhanced Monitoring metrics\nare collected for the DB cluster. To turn off collecting Enhanced Monitoring\nmetrics, specify 0.\n\nIf MonitoringRoleArn is specified, also set MonitoringInterval to a value\nother than 0.\n\nValid for Cluster Type: Multi-AZ DB clusters only\n\nValid Values: 0 | 1 | 5 | 10 | 15 | 30 | 60\n\nDefault: 0",
          "format": "int64",
          "type": "integer"
        },
        "monitoringRoleARN": {
          "description": "The Amazon Resource Name (ARN) for the IAM role that permits RDS to send\nEnhanced Monitoring metrics to Amazon CloudWatch Logs. An example is arn:aws:iam:123456789012:role/emaccess.\nFor information on creating a monitoring role, see Setting up and enabling\nEnhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling)\nin the Amazon RDS User Guide.\n\nIf MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn\nvalue.\n\nValid for Cluster Type: Multi-AZ DB clusters only",
          "type": "string"
        },
        "networkType": {
          "description": "The network type of the DB cluster.\n\nThe network type is determined by the DBSubnetGroup specified for the DB\ncluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and\nthe IPv6 protocols (DUAL).\n\nFor more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html)\nin the Amazon Aurora User Guide.\n\nValid for Cluster Type: Aurora DB clusters only\n\nValid Values: IPV4 | DUAL",
          "type": "string"
        },
        "optionGroupName": {
          "description": "The option group to associate the DB cluster with.\n\nDB clusters are associated with a default option group that can't be modified.",
          "type": "string"
        },
        "performanceInsightsKMSKeyID": {
          "description": "The Amazon Web Services KMS key identifier for encryption of Performance\nInsights data.\n\nThe Amazon Web Services KMS key identifier is the key ARN, key ID, alias\nARN, or alias name for the KMS key.\n\nIf you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon\nRDS uses your default KMS key. There is a default KMS key for your Amazon\nWeb Services account. Your Amazon Web Services account has a different default\nKMS key for each Amazon Web Services Region.\n\nValid for Cluster Type: Multi-AZ DB clusters only",
          "type": "string"
        },
        "performanceInsightsRetentionPeriod": {
          "description": "The number of days to retain Performance Insights data.\n\nValid for Cluster Type: Multi-AZ DB clusters only\n\nValid Values:\n\n  - 7\n\n  - month * 31, where month is a number of months from 1-23. Examples: 93\n    (3 months * 31), 341 (11 months * 31), 589 (19 months * 31)\n\n  - 731\n\nDefault: 7 days\n\nIf you specify a retention period that isn't valid, such as 94, Amazon RDS\nissues an error.",
          "format": "int64",
          "type": "integer"
        },
        "port": {
          "description": "The port number on which the instances in the DB cluster accept connections.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nValid Values: 1150-65535\n\nDefault:\n\n  - RDS for MySQL and Aurora MySQL - 3306\n\n  - RDS for PostgreSQL and Aurora PostgreSQL - 5432",
          "format": "int64",
          "type": "integer"
        },
        "preSignedURL": {
          "description": "When you are replicating a DB cluster from one Amazon Web Services GovCloud\n(US) Region to another, an URL that contains a Signature Version 4 signed\nrequest for the CreateDBCluster operation to be called in the source Amazon\nWeb Services Region where the DB cluster is replicated from. Specify PreSignedUrl\nonly when you are performing cross-Region replication from an encrypted DB\ncluster.\n\nThe presigned URL must be a valid request for the CreateDBCluster API operation\nthat can run in the source Amazon Web Services Region that contains the encrypted\nDB cluster to copy.\n\nThe presigned URL request must contain the following parameter values:\n\n  - KmsKeyId - The KMS key identifier for the KMS key to use to encrypt\n    the copy of the DB cluster in the destination Amazon Web Services Region.\n    This should refer to the same KMS key for both the CreateDBCluster operation\n    that is called in the destination Amazon Web Services Region, and the\n    operation contained in the presigned URL.\n\n  - DestinationRegion - The name of the Amazon Web Services Region that\n    Aurora read replica will be created in.\n\n  - ReplicationSourceIdentifier - The DB cluster identifier for the encrypted\n    DB cluster to be copied. This identifier must be in the Amazon Resource\n    Name (ARN) format for the source Amazon Web Services Region. For example,\n    if you are copying an encrypted DB cluster from the us-west-2 Amazon Web\n    Services Region, then your ReplicationSourceIdentifier would look like\n    Example: arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1.\n\nTo learn how to generate a Signature Version 4 signed request, see Authenticating\nRequests: Using Query Parameters (Amazon Web Services Signature Version 4)\n(https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html)\nand Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).\n\nIf you are using an Amazon Web Services SDK tool or the CLI, you can specify\nSourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl\nmanually. Specifying SourceRegion autogenerates a presigned URL that is a\nvalid request for the operation that can run in the source Amazon Web Services\nRegion.\n\nValid for Cluster Type: Aurora DB clusters only",
          "type": "string"
        },
        "preferredBackupWindow": {
          "description": "The daily time range during which automated backups are created if automated\nbackups are enabled using the BackupRetentionPeriod parameter.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nThe default is a 30-minute window selected at random from an 8-hour block\nof time for each Amazon Web Services Region. To view the time blocks available,\nsee Backup window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow)\nin the Amazon Aurora User Guide.\n\nConstraints:\n\n  - Must be in the format hh24:mi-hh24:mi.\n\n  - Must be in Universal Coordinated Time (UTC).\n\n  - Must not conflict with the preferred maintenance window.\n\n  - Must be at least 30 minutes.",
          "type": "string"
        },
        "preferredMaintenanceWindow": {
          "description": "The weekly time range during which system maintenance can occur.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nThe default is a 30-minute window selected at random from an 8-hour block\nof time for each Amazon Web Services Region, occurring on a random day of\nthe week. To see the time blocks available, see Adjusting the Preferred DB\nCluster Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora)\nin the Amazon Aurora User Guide.\n\nConstraints:\n\n  - Must be in the format ddd:hh24:mi-ddd:hh24:mi.\n\n  - Days must be one of Mon | Tue | Wed | Thu | Fri | Sat | Sun.\n\n  - Must be in Universal Coordinated Time (UTC).\n\n  - Must be at least 30 minutes.",
          "type": "string"
        },
        "publiclyAccessible": {
          "description": "Specifies whether the DB cluster is publicly accessible.\n\nWhen the DB cluster is publicly accessible and you connect from outside of\nthe DB cluster's virtual private cloud (VPC), its Domain Name System (DNS)\nendpoint resolves to the public IP address. When you connect from within\nthe same VPC as the DB cluster, the endpoint resolves to the private IP address.\nAccess to the DB cluster is ultimately controlled by the security group it\nuses. That public access isn't permitted if the security group assigned to\nthe DB cluster doesn't permit it.\n\nWhen the DB cluster isn't publicly accessible, it is an internal DB cluster\nwith a DNS name that resolves to a private IP address.\n\nValid for Cluster Type: Multi-AZ DB clusters only\n\nDefault: The default behavior varies depending on whether DBSubnetGroupName\nis specified.\n\nIf DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified,\nthe following applies:\n\n  - If the default VPC in the target Region doesn\u2019t have an internet gateway\n    attached to it, the DB cluster is private.\n\n  - If the default VPC in the target Region has an internet gateway attached\n    to it, the DB cluster is public.\n\nIf DBSubnetGroupName is specified, and PubliclyAccessible isn't specified,\nthe following applies:\n\n  - If the subnets are part of a VPC that doesn\u2019t have an internet gateway\n    attached to it, the DB cluster is private.\n\n  - If the subnets are part of a VPC that has an internet gateway attached\n    to it, the DB cluster is public.",
          "type": "boolean"
        },
        "replicationSourceIdentifier": {
          "description": "The Amazon Resource Name (ARN) of the source DB instance or DB cluster if\nthis DB cluster is created as a read replica.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "restoreToTime": {
          "description": "The date and time to restore the DB cluster to.\n\nValid Values: Value must be a time in Universal Coordinated Time (UTC) format\n\nConstraints:\n\n  - Must be before the latest restorable time for the DB instance\n\n  - Must be specified if UseLatestRestorableTime parameter isn't provided\n\n  - Can't be specified if the UseLatestRestorableTime parameter is enabled\n\n  - Can't be specified if the RestoreType parameter is copy-on-write\n\nExample: 2015-03-07T23:45:00Z\n\nValid for: Aurora DB clusters and Multi-AZ DB clusters",
          "format": "date-time",
          "type": "string"
        },
        "restoreType": {
          "description": "The type of restore to be performed. You can specify one of the following\nvalues:\n\n  - full-copy - The new DB cluster is restored as a full copy of the source\n    DB cluster.\n\n  - copy-on-write - The new DB cluster is restored as a clone of the source\n    DB cluster.\n\nIf you don't specify a RestoreType value, then the new DB cluster is restored\nas a full copy of the source DB cluster.\n\nValid for: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "scalingConfiguration": {
          "description": "For DB clusters in serverless DB engine mode, the scaling properties of the\nDB cluster.\n\nValid for Cluster Type: Aurora DB clusters only",
          "properties": {
            "autoPause": {
              "type": "boolean"
            },
            "maxCapacity": {
              "format": "int64",
              "type": "integer"
            },
            "minCapacity": {
              "format": "int64",
              "type": "integer"
            },
            "secondsBeforeTimeout": {
              "format": "int64",
              "type": "integer"
            },
            "secondsUntilAutoPause": {
              "format": "int64",
              "type": "integer"
            },
            "timeoutAction": {
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "serverlessV2ScalingConfiguration": {
          "description": "Contains the scaling configuration of an Aurora Serverless v2 DB cluster.\n\nFor more information, see Using Amazon Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html)\nin the Amazon Aurora User Guide.",
          "properties": {
            "maxCapacity": {
              "type": "number"
            },
            "minCapacity": {
              "type": "number"
            },
            "secondsUntilAutoPause": {
              "format": "int64",
              "type": "integer"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "snapshotIdentifier": {
          "description": "The identifier for the DB snapshot or DB cluster snapshot to restore from.\n\nYou can use either the name or the Amazon Resource Name (ARN) to specify\na DB cluster snapshot. However, you can use only the ARN to specify a DB\nsnapshot.\n\nConstraints:\n\n  - Must match the identifier of an existing Snapshot.\n\nValid for: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "sourceDBClusterIdentifier": {
          "description": "The identifier of the source DB cluster from which to restore.\n\nConstraints:\n\n  - Must match the identifier of an existing DBCluster.\n\nValid for: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "string"
        },
        "sourceRegion": {
          "description": "SourceRegion is the source region where the resource exists. This is not\nsent over the wire and is only used for presigning. This value should always\nhave the same region as the source ARN.",
          "type": "string"
        },
        "storageEncrypted": {
          "description": "Specifies whether the DB cluster is encrypted.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "boolean"
        },
        "storageType": {
          "description": "The storage type to associate with the DB cluster.\n\nFor information on storage types for Aurora DB clusters, see Storage configurations\nfor Amazon Aurora DB clusters (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type).\nFor information on storage types for Multi-AZ DB clusters, see Settings for\ncreating Multi-AZ DB clusters (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings).\n\nThis setting is required to create a Multi-AZ DB cluster.\n\nWhen specified for a Multi-AZ DB cluster, a value for the Iops parameter\nis required.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters\n\nValid Values:\n\n  - Aurora DB clusters - aurora | aurora-iopt1\n\n  - Multi-AZ DB clusters - io1 | io2 | gp3\n\nDefault:\n\n  - Aurora DB clusters - aurora\n\n  - Multi-AZ DB clusters - io1\n\nWhen you create an Aurora DB cluster with the storage type set to aurora-iopt1,\nthe storage type is returned in the response. The storage type isn't returned\nwhen you set it to aurora.",
          "type": "string"
        },
        "tags": {
          "description": "Tags to assign to the DB cluster.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "items": {
            "description": "Metadata assigned to an Amazon RDS resource consisting of a key-value pair.\n\nFor more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html)\nin the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources\n(https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html)\nin the Amazon Aurora User Guide.",
            "properties": {
              "key": {
                "type": "string"
              },
              "value": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "useLatestRestorableTime": {
          "description": "Specifies whether to restore the DB cluster to the latest restorable backup\ntime. By default, the DB cluster isn't restored to the latest restorable\nbackup time.\n\nConstraints: Can't be specified if RestoreToTime parameter is provided.\n\nValid for: Aurora DB clusters and Multi-AZ DB clusters",
          "type": "boolean"
        },
        "vpcSecurityGroupIDs": {
          "description": "A list of EC2 VPC security groups to associate with this DB cluster.\n\nValid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "vpcSecurityGroupRefs": {
          "items": {
            "description": "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t  name: my-api",
            "properties": {
              "from": {
                "description": "AWSResourceReference provides all the values necessary to reference another\nk8s resource for finding the identifier(Id/ARN/Name)",
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "namespace": {
                    "type": "string"
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "required": [
        "dbClusterIdentifier",
        "engine"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "DBClusterStatus defines the observed state of DBCluster",
      "properties": {
        "ackResourceMetadata": {
          "description": "All CRs managed by ACK have a common `Status.ACKResourceMetadata` member\nthat is used to contain resource sync state, account ownership,\nconstructed ARN for the resource",
          "properties": {
            "arn": {
              "description": "ARN is the Amazon Resource Name for the resource. This is a\nglobally-unique identifier and is set only by the ACK service controller\nonce the controller has orchestrated the creation of the resource OR\nwhen it has verified that an \"adopted\" resource (a resource where the\nARN annotation was set by the Kubernetes user on the CR) exists and\nmatches the supplied CR's Spec field values.\nhttps://github.com/aws/aws-controllers-k8s/issues/270",
              "type": "string"
            },
            "ownerAccountID": {
              "description": "OwnerAccountID is the AWS Account ID of the account that owns the\nbackend AWS service API resource.",
              "type": "string"
            },
            "region": {
              "description": "Region is the AWS region in which the resource exists or will exist.",
              "type": "string"
            }
          },
          "required": [
            "ownerAccountID",
            "region"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "activityStreamKMSKeyID": {
          "description": "The Amazon Web Services KMS key identifier used for encrypting messages in\nthe database activity stream.\n\nThe Amazon Web Services KMS key identifier is the key ARN, key ID, alias\nARN, or alias name for the KMS key.",
          "type": "string"
        },
        "activityStreamKinesisStreamName": {
          "description": "The name of the Amazon Kinesis data stream used for the database activity\nstream.",
          "type": "string"
        },
        "activityStreamMode": {
          "description": "The mode of the database activity stream. Database events such as a change\nor access generate an activity stream event. The database session can handle\nthese events either synchronously or asynchronously.",
          "type": "string"
        },
        "activityStreamStatus": {
          "description": "The status of the database activity stream.",
          "type": "string"
        },
        "associatedRoles": {
          "description": "A list of the Amazon Web Services Identity and Access Management (IAM) roles\nthat are associated with the DB cluster. IAM roles that are associated with\na DB cluster grant permission for the DB cluster to access other Amazon Web\nServices on your behalf.",
          "items": {
            "description": "Describes an Amazon Web Services Identity and Access Management (IAM) role\nthat is associated with a DB cluster.",
            "properties": {
              "featureName": {
                "type": "string"
              },
              "roleARN": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "automaticRestartTime": {
          "description": "The time when a stopped DB cluster is restarted automatically.",
          "format": "date-time",
          "type": "string"
        },
        "backtrackConsumedChangeRecords": {
          "description": "The number of change records stored for Backtrack.",
          "format": "int64",
          "type": "integer"
        },
        "capacity": {
          "description": "The current capacity of an Aurora Serverless v1 DB cluster. The capacity\nis 0 (zero) when the cluster is paused.\n\nFor more information about Aurora Serverless v1, see Using Amazon Aurora\nServerless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html)\nin the Amazon Aurora User Guide.",
          "format": "int64",
          "type": "integer"
        },
        "cloneGroupID": {
          "description": "The ID of the clone group with which the DB cluster is associated.",
          "type": "string"
        },
        "clusterCreateTime": {
          "description": "The time when the DB cluster was created, in Universal Coordinated Time (UTC).",
          "format": "date-time",
          "type": "string"
        },
        "conditions": {
          "description": "All CRs managed by ACK have a common `Status.Conditions` member that\ncontains a collection of `ackv1alpha1.Condition` objects that describe\nthe various terminal states of the CR and its backend AWS service API\nresource",
          "items": {
            "description": "Condition is the common struct used by all CRDs managed by ACK service\ncontrollers to indicate terminal states  of the CR and its backend AWS\nservice API resource",
            "properties": {
              "lastTransitionTime": {
                "description": "Last time the condition transitioned from one status to another.",
                "format": "date-time",
                "type": "string"
              },
              "message": {
                "description": "A human readable message indicating details about the transition.",
                "type": "string"
              },
              "reason": {
                "description": "The reason for the condition's last transition.",
                "type": "string"
              },
              "status": {
                "description": "Status of the condition, one of True, False, Unknown.",
                "type": "string"
              },
              "type": {
                "description": "Type is the type of the Condition",
                "type": "string"
              }
            },
            "required": [
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "crossAccountClone": {
          "description": "Indicates whether the DB cluster is a clone of a DB cluster owned by a different\nAmazon Web Services account.",
          "type": "boolean"
        },
        "customEndpoints": {
          "description": "The custom endpoints associated with the DB cluster.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "dbClusterMembers": {
          "description": "The list of DB instances that make up the DB cluster.",
          "items": {
            "description": "Contains information about an instance that is part of a DB cluster.",
            "properties": {
              "dbClusterParameterGroupStatus": {
                "type": "string"
              },
              "dbInstanceIdentifier": {
                "type": "string"
              },
              "isClusterWriter": {
                "type": "boolean"
              },
              "promotionTier": {
                "format": "int64",
                "type": "integer"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "dbClusterOptionGroupMemberships": {
          "description": "The list of option group memberships for this DB cluster.",
          "items": {
            "description": "Contains status information for a DB cluster option group.",
            "properties": {
              "dbClusterOptionGroupName": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "dbClusterParameterGroup": {
          "description": "The name of the DB cluster parameter group for the DB cluster.",
          "type": "string"
        },
        "dbClusterResourceID": {
          "description": "The Amazon Web Services Region-unique, immutable identifier for the DB cluster.\nThis identifier is found in Amazon Web Services CloudTrail log entries whenever\nthe KMS key for the DB cluster is accessed.",
          "type": "string"
        },
        "dbSubnetGroup": {
          "description": "Information about the subnet group associated with the DB cluster, including\nthe name, description, and subnets in the subnet group.",
          "type": "string"
        },
        "domainMemberships": {
          "description": "The Active Directory Domain membership records associated with the DB cluster.",
          "items": {
            "description": "An Active Directory Domain membership record associated with the DB instance\nor cluster.",
            "properties": {
              "domain": {
                "type": "string"
              },
              "fQDN": {
                "type": "string"
              },
              "iamRoleName": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "earliestBacktrackTime": {
          "description": "The earliest time to which a DB cluster can be backtracked.",
          "format": "date-time",
          "type": "string"
        },
        "earliestRestorableTime": {
          "description": "The earliest time to which a database can be restored with point-in-time\nrestore.",
          "format": "date-time",
          "type": "string"
        },
        "enabledCloudwatchLogsExports": {
          "description": "A list of log types that this DB cluster is configured to export to CloudWatch\nLogs.\n\nLog types vary by DB engine. For information about the log types for each\nDB engine, see Amazon RDS Database Log Files (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html)\nin the Amazon Aurora User Guide.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "endpoint": {
          "description": "The connection endpoint for the primary instance of the DB cluster.",
          "type": "string"
        },
        "globalWriteForwardingRequested": {
          "description": "Indicates whether write forwarding is enabled for a secondary cluster in\nan Aurora global database. Because write forwarding takes time to enable,\ncheck the value of GlobalWriteForwardingStatus to confirm that the request\nhas completed before using the write forwarding feature for this cluster.",
          "type": "boolean"
        },
        "globalWriteForwardingStatus": {
          "description": "The status of write forwarding for a secondary cluster in an Aurora global\ndatabase.",
          "type": "string"
        },
        "hostedZoneID": {
          "description": "The ID that Amazon Route 53 assigns when you create a hosted zone.",
          "type": "string"
        },
        "httpEndpointEnabled": {
          "description": "Indicates whether the HTTP endpoint is enabled for an Aurora DB cluster.\n\nWhen enabled, the HTTP endpoint provides a connectionless web service API\n(RDS Data API) for running SQL queries on the DB cluster. You can also query\nyour database from inside the RDS console with the RDS query editor.\n\nFor more information, see Using RDS Data API (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html)\nin the Amazon Aurora User Guide.",
          "type": "boolean"
        },
        "iamDatabaseAuthenticationEnabled": {
          "description": "Indicates whether the mapping of Amazon Web Services Identity and Access\nManagement (IAM) accounts to database accounts is enabled.",
          "type": "boolean"
        },
        "latestRestorableTime": {
          "description": "The latest time to which a database can be restored with point-in-time restore.",
          "format": "date-time",
          "type": "string"
        },
        "masterUserSecret": {
          "description": "The secret managed by RDS in Amazon Web Services Secrets Manager for the\nmaster user password.\n\nFor more information, see Password management with Amazon Web Services Secrets\nManager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html)\nin the Amazon RDS User Guide and Password management with Amazon Web Services\nSecrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html)\nin the Amazon Aurora User Guide.",
          "properties": {
            "kmsKeyID": {
              "type": "string"
            },
            "secretARN": {
              "type": "string"
            },
            "secretStatus": {
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "multiAZ": {
          "description": "Indicates whether the DB cluster has instances in multiple Availability Zones.",
          "type": "boolean"
        },
        "pendingModifiedValues": {
          "description": "Information about pending changes to the DB cluster. This information is\nreturned only when there are pending changes. Specific changes are identified\nby subelements.",
          "properties": {
            "allocatedStorage": {
              "format": "int64",
              "type": "integer"
            },
            "backupRetentionPeriod": {
              "format": "int64",
              "type": "integer"
            },
            "dbClusterIdentifier": {
              "type": "string"
            },
            "engineVersion": {
              "type": "string"
            },
            "iamDatabaseAuthenticationEnabled": {
              "type": "boolean"
            },
            "iops": {
              "format": "int64",
              "type": "integer"
            },
            "masterUserPassword": {
              "type": "string"
            },
            "pendingCloudwatchLogsExports": {
              "description": "A list of the log types whose configuration is still pending. In other words,\nthese log types are in the process of being activated or deactivated.",
              "properties": {
                "logTypesToDisable": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "logTypesToEnable": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "percentProgress": {
          "description": "The progress of the operation as a percentage.",
          "type": "string"
        },
        "performanceInsightsEnabled": {
          "description": "Indicates whether Performance Insights is enabled for the DB cluster.\n\nThis setting is only for non-Aurora Multi-AZ DB clusters.",
          "type": "boolean"
        },
        "readReplicaIdentifiers": {
          "description": "Contains one or more identifiers of the read replicas associated with this\nDB cluster.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "readerEndpoint": {
          "description": "The reader endpoint for the DB cluster. The reader endpoint for a DB cluster\nload-balances connections across the Aurora Replicas that are available in\na DB cluster. As clients request new connections to the reader endpoint,\nAurora distributes the connection requests among the Aurora Replicas in the\nDB cluster. This functionality can help balance your read workload across\nmultiple Aurora Replicas in your DB cluster.\n\nIf a failover occurs, and the Aurora Replica that you are connected to is\npromoted to be the primary instance, your connection is dropped. To continue\nsending your read workload to other Aurora Replicas in the cluster, you can\nthen reconnect to the reader endpoint.",
          "type": "string"
        },
        "status": {
          "description": "The current state of this DB cluster.",
          "type": "string"
        },
        "tagList": {
          "items": {
            "description": "Metadata assigned to an Amazon RDS resource consisting of a key-value pair.\n\nFor more information, see Tagging Amazon RDS resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html)\nin the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources\n(https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html)\nin the Amazon Aurora User Guide.",
            "properties": {
              "key": {
                "type": "string"
              },
              "value": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "vpcSecurityGroups": {
          "description": "The list of VPC security groups that the DB cluster belongs to.",
          "items": {
            "description": "This data type is used as a response element for queries on VPC security\ngroup membership.",
            "properties": {
              "status": {
                "type": "string"
              },
              "vpcSecurityGroupID": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
