AwsRdsDBClusterPropertiesArgs

data class AwsRdsDBClusterPropertiesArgs(val allocatedStorage: Output<Int>? = null, val associatedRoles: Output<List<DBClusterRoleArgs>>? = null, val autoMinorVersionUpgrade: Output<Boolean>? = null, val availabilityZones: Output<List<String>>? = null, val backtrackWindow: Output<Int>? = null, val backupRetentionPeriod: Output<Int>? = null, val copyTagsToSnapshot: Output<Boolean>? = null, val databaseName: Output<String>? = null, val dbClusterArn: Output<String>? = null, val dbClusterIdentifier: Output<String>? = null, val dbClusterInstanceClass: Output<String>? = null, val dbClusterParameterGroupName: Output<String>? = null, val dbClusterResourceId: Output<String>? = null, val dbInstanceParameterGroupName: Output<String>? = null, val dbSubnetGroupName: Output<String>? = null, val dbSystemId: Output<String>? = null, val deletionProtection: Output<Boolean>? = null, val domain: Output<String>? = null, val domainIAMRoleName: Output<String>? = null, val enableCloudwatchLogsExports: Output<List<String>>? = null, val enableGlobalWriteForwarding: Output<Boolean>? = null, val enableHttpEndpoint: Output<Boolean>? = null, val enableIAMDatabaseAuthentication: Output<Boolean>? = null, val endpoint: Output<RdsDbClusterEndpointArgs>? = null, val engine: Output<String>? = null, val engineMode: Output<String>? = null, val engineVersion: Output<String>? = null, val globalClusterIdentifier: Output<String>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val manageMasterUserPassword: Output<Boolean>? = null, val masterUserPassword: Output<String>? = null, val masterUserSecret: Output<MasterUserSecretArgs>? = null, val masterUsername: Output<String>? = null, val monitoringInterval: Output<Int>? = null, val monitoringRoleArn: Output<String>? = null, val networkType: Output<String>? = null, val performanceInsightsEnabled: Output<Boolean>? = null, val performanceInsightsKmsKeyId: Output<String>? = null, val performanceInsightsRetentionPeriod: Output<Int>? = null, val port: Output<Int>? = null, val preferredBackupWindow: Output<String>? = null, val preferredMaintenanceWindow: Output<String>? = null, val publiclyAccessible: Output<Boolean>? = null, val readEndpoint: Output<ReadEndpointArgs>? = null, val replicationSourceIdentifier: Output<String>? = null, val restoreToTime: Output<String>? = null, val restoreType: Output<String>? = null, val scalingConfiguration: Output<ScalingConfigurationArgs>? = null, val serverlessV2ScalingConfiguration: Output<ServerlessV2ScalingConfigurationArgs>? = null, val snapshotIdentifier: Output<String>? = null, val sourceDBClusterIdentifier: Output<String>? = null, val sourceRegion: Output<String>? = null, val storageEncrypted: Output<Boolean>? = null, val storageThroughput: Output<Int>? = null, val storageType: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val useLatestRestorableTime: Output<Boolean>? = null, val vpcSecurityGroupIds: Output<List<String>>? = null) : ConvertibleToJava<AwsRdsDBClusterPropertiesArgs>

Definition of awsRdsDBCluster

Constructors

Link copied to clipboard
constructor(allocatedStorage: Output<Int>? = null, associatedRoles: Output<List<DBClusterRoleArgs>>? = null, autoMinorVersionUpgrade: Output<Boolean>? = null, availabilityZones: Output<List<String>>? = null, backtrackWindow: Output<Int>? = null, backupRetentionPeriod: Output<Int>? = null, copyTagsToSnapshot: Output<Boolean>? = null, databaseName: Output<String>? = null, dbClusterArn: Output<String>? = null, dbClusterIdentifier: Output<String>? = null, dbClusterInstanceClass: Output<String>? = null, dbClusterParameterGroupName: Output<String>? = null, dbClusterResourceId: Output<String>? = null, dbInstanceParameterGroupName: Output<String>? = null, dbSubnetGroupName: Output<String>? = null, dbSystemId: Output<String>? = null, deletionProtection: Output<Boolean>? = null, domain: Output<String>? = null, domainIAMRoleName: Output<String>? = null, enableCloudwatchLogsExports: Output<List<String>>? = null, enableGlobalWriteForwarding: Output<Boolean>? = null, enableHttpEndpoint: Output<Boolean>? = null, enableIAMDatabaseAuthentication: Output<Boolean>? = null, endpoint: Output<RdsDbClusterEndpointArgs>? = null, engine: Output<String>? = null, engineMode: Output<String>? = null, engineVersion: Output<String>? = null, globalClusterIdentifier: Output<String>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, manageMasterUserPassword: Output<Boolean>? = null, masterUserPassword: Output<String>? = null, masterUserSecret: Output<MasterUserSecretArgs>? = null, masterUsername: Output<String>? = null, monitoringInterval: Output<Int>? = null, monitoringRoleArn: Output<String>? = null, networkType: Output<String>? = null, performanceInsightsEnabled: Output<Boolean>? = null, performanceInsightsKmsKeyId: Output<String>? = null, performanceInsightsRetentionPeriod: Output<Int>? = null, port: Output<Int>? = null, preferredBackupWindow: Output<String>? = null, preferredMaintenanceWindow: Output<String>? = null, publiclyAccessible: Output<Boolean>? = null, readEndpoint: Output<ReadEndpointArgs>? = null, replicationSourceIdentifier: Output<String>? = null, restoreToTime: Output<String>? = null, restoreType: Output<String>? = null, scalingConfiguration: Output<ScalingConfigurationArgs>? = null, serverlessV2ScalingConfiguration: Output<ServerlessV2ScalingConfigurationArgs>? = null, snapshotIdentifier: Output<String>? = null, sourceDBClusterIdentifier: Output<String>? = null, sourceRegion: Output<String>? = null, storageEncrypted: Output<Boolean>? = null, storageThroughput: Output<Int>? = null, storageType: Output<String>? = null, tags: Output<List<TagArgs>>? = null, useLatestRestorableTime: Output<Boolean>? = null, vpcSecurityGroupIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allocatedStorage: Output<Int>? = null

The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.

Link copied to clipboard
val associatedRoles: Output<List<DBClusterRoleArgs>>? = null

Provides a list of the AWS 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 AWS services on your behalf.

Link copied to clipboard
val autoMinorVersionUpgrade: Output<Boolean>? = null

A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.

Link copied to clipboard
val availabilityZones: Output<List<String>>? = null

A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.

Link copied to clipboard
val backtrackWindow: Output<Int>? = null

The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Link copied to clipboard
val backupRetentionPeriod: Output<Int>? = null

The number of days for which automated backups are retained.

Link copied to clipboard
val copyTagsToSnapshot: Output<Boolean>? = null

A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.

Link copied to clipboard
val databaseName: Output<String>? = null

The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.

Link copied to clipboard
val dbClusterArn: Output<String>? = null

The Amazon Resource Name (ARN) for the DB cluster.

Link copied to clipboard
val dbClusterIdentifier: Output<String>? = null

The DB cluster identifier. This parameter is stored as a lowercase string.

Link copied to clipboard
val dbClusterInstanceClass: Output<String>? = null

The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.

Link copied to clipboard
val dbClusterParameterGroupName: Output<String>? = null

The name of the DB cluster parameter group to associate with this DB cluster.

Link copied to clipboard
val dbClusterResourceId: Output<String>? = null

The AWS Region-unique, immutable identifier for the DB cluster.

Link copied to clipboard

The name of the DB parameter group to apply to all instances of the DB cluster.

Link copied to clipboard
val dbSubnetGroupName: Output<String>? = null

A DB subnet group that you want to associate with this DB cluster.

Link copied to clipboard
val dbSystemId: Output<String>? = null

Reserved for future use.

Link copied to clipboard
val deletionProtection: Output<Boolean>? = null

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.

Link copied to clipboard
val domain: Output<String>? = null

The Active Directory directory ID to create the DB cluster in.

Link copied to clipboard
val domainIAMRoleName: Output<String>? = null

Specify the name of the IAM role to be used when making API calls to the Directory Service.

Link copied to clipboard

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Link copied to clipboard

Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.

Link copied to clipboard
val enableHttpEndpoint: Output<Boolean>? = null

A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.

Link copied to clipboard

A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.

Link copied to clipboard
val endpoint: Output<RdsDbClusterEndpointArgs>? = null

Property endpoint

Link copied to clipboard
val engine: Output<String>? = null

The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql

Link copied to clipboard
val engineMode: Output<String>? = null

The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.

Link copied to clipboard
val engineVersion: Output<String>? = null

The version number of the database engine to use.

Link copied to clipboard
val globalClusterIdentifier: Output<String>? = null

If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.

Link copied to clipboard
val iops: Output<Int>? = null

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

Link copied to clipboard
val kmsKeyId: Output<String>? = null

The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.

Link copied to clipboard
val manageMasterUserPassword: Output<Boolean>? = null

A value that indicates whether to manage the master user password with AWS Secrets Manager.

Link copied to clipboard
val masterUsername: Output<String>? = null

The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.

Link copied to clipboard
val masterUserPassword: Output<String>? = null

The master password for the DB instance.

Link copied to clipboard

Contains the secret managed by RDS in AWS Secrets Manager for the master user password.

Link copied to clipboard
val monitoringInterval: Output<Int>? = null

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.

Link copied to clipboard
val monitoringRoleArn: Output<String>? = null

The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.

Link copied to clipboard
val networkType: Output<String>? = null

The network type of the DB cluster.

Link copied to clipboard
val performanceInsightsEnabled: Output<Boolean>? = null

A value that indicates whether to turn on Performance Insights for the DB cluster.

Link copied to clipboard
val performanceInsightsKmsKeyId: Output<String>? = null

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

Link copied to clipboard

The amount of time, in days, to retain Performance Insights data.

Link copied to clipboard
val port: Output<Int>? = null

The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.

Link copied to clipboard
val preferredBackupWindow: Output<String>? = null

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Link copied to clipboard
val preferredMaintenanceWindow: Output<String>? = null

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Link copied to clipboard
val publiclyAccessible: Output<Boolean>? = null

A value that indicates whether the DB cluster is publicly accessible.

Link copied to clipboard
val readEndpoint: Output<ReadEndpointArgs>? = null

Property readEndpoint

Link copied to clipboard
val replicationSourceIdentifier: Output<String>? = null

The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.

Link copied to clipboard
val restoreToTime: Output<String>? = null

The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z

Link copied to clipboard
val restoreType: Output<String>? = null

The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.

Link copied to clipboard

The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.

Link copied to clipboard

Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.

Link copied to clipboard
val snapshotIdentifier: Output<String>? = null

The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.

Link copied to clipboard
val sourceDBClusterIdentifier: Output<String>? = null

The identifier of the source DB cluster from which to restore.

Link copied to clipboard
val sourceRegion: Output<String>? = null

The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.

Link copied to clipboard
val storageEncrypted: Output<Boolean>? = null

Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.

Link copied to clipboard
val storageThroughput: Output<Int>? = null

Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.

Link copied to clipboard
val storageType: Output<String>? = null

Specifies the storage type to be associated with the DB cluster.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val useLatestRestorableTime: Output<Boolean>? = null

A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.

Link copied to clipboard
val vpcSecurityGroupIds: Output<List<String>>? = null

A list of EC2 VPC security groups to associate with this DB cluster.

Functions

Link copied to clipboard
open override fun toJava(): AwsRdsDBClusterPropertiesArgs