DbClusterArgs

constructor(allocatedStorage: Output<Int>? = null, associatedRoles: Output<List<DbClusterDbClusterRoleArgs>>? = 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, dbClusterIdentifier: Output<String>? = null, dbClusterInstanceClass: Output<String>? = null, dbClusterParameterGroupName: 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, enableLocalWriteForwarding: Output<Boolean>? = null, engine: Output<String>? = null, engineLifecycleSupport: 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<DbClusterMasterUserSecretArgs>? = 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<DbClusterReadEndpointArgs>? = null, replicationSourceIdentifier: Output<String>? = null, restoreToTime: Output<String>? = null, restoreType: Output<String>? = null, scalingConfiguration: Output<DbClusterScalingConfigurationArgs>? = null, serverlessV2ScalingConfiguration: Output<DbClusterServerlessV2ScalingConfigurationArgs>? = null, snapshotIdentifier: Output<String>? = null, sourceDbClusterIdentifier: Output<String>? = null, sourceRegion: Output<String>? = null, storageEncrypted: Output<Boolean>? = null, storageType: Output<String>? = null, tags: Output<List<TagArgs>>? = null, useLatestRestorableTime: Output<Boolean>? = null, vpcSecurityGroupIds: Output<List<String>>? = null)