Db Cluster Args
constructor(associatedRoles: Output<List<DbClusterDbClusterRoleArgs>>? = null, availabilityZones: Output<List<String>>? = null, backupRetentionPeriod: Output<Int>? = null, copyTagsToSnapshot: Output<Boolean>? = null, dbClusterIdentifier: Output<String>? = null, dbClusterParameterGroupName: Output<String>? = null, dbInstanceParameterGroupName: Output<String>? = null, dbPort: Output<Int>? = null, dbSubnetGroupName: Output<String>? = null, deletionProtection: Output<Boolean>? = null, enableCloudwatchLogsExports: Output<List<String>>? = null, engineVersion: Output<String>? = null, iamAuthEnabled: Output<Boolean>? = null, kmsKeyId: Output<String>? = null, preferredBackupWindow: Output<String>? = null, preferredMaintenanceWindow: Output<String>? = null, restoreToTime: Output<String>? = null, restoreType: Output<String>? = null, serverlessScalingConfiguration: Output<DbClusterServerlessScalingConfigurationArgs>? = null, snapshotIdentifier: Output<String>? = null, sourceDbClusterIdentifier: Output<String>? = null, storageEncrypted: Output<Boolean>? = null, tags: Output<List<TagArgs>>? = null, useLatestRestorableTime: Output<Boolean>? = null, vpcSecurityGroupIds: Output<List<String>>? = null)