ClusterArgs

constructor(allocatedStorage: Output<Int>? = null, allowMajorVersionUpgrade: Output<Boolean>? = null, applyImmediately: Output<Boolean>? = null, availabilityZones: Output<List<String>>? = null, backtrackWindow: Output<Int>? = null, backupRetentionPeriod: Output<Int>? = null, clusterIdentifier: Output<String>? = null, clusterIdentifierPrefix: Output<String>? = null, clusterMembers: Output<List<String>>? = null, copyTagsToSnapshot: Output<Boolean>? = null, databaseName: Output<String>? = null, dbClusterInstanceClass: Output<String>? = null, dbClusterParameterGroupName: Output<String>? = null, dbInstanceParameterGroupName: Output<String>? = null, dbSubnetGroupName: Output<String>? = null, deletionProtection: Output<Boolean>? = null, enableGlobalWriteForwarding: Output<Boolean>? = null, enableHttpEndpoint: Output<Boolean>? = null, enabledCloudwatchLogsExports: Output<List<String>>? = null, engine: Output<Either<String, EngineType>>? = null, engineMode: Output<Either<String, EngineMode>>? = null, engineVersion: Output<String>? = null, finalSnapshotIdentifier: Output<String>? = null, globalClusterIdentifier: Output<String>? = null, iamDatabaseAuthenticationEnabled: Output<Boolean>? = null, iamRoles: Output<List<String>>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, manageMasterUserPassword: Output<Boolean>? = null, masterPassword: Output<String>? = null, masterUserSecretKmsKeyId: Output<String>? = null, masterUsername: Output<String>? = null, networkType: Output<String>? = null, port: Output<Int>? = null, preferredBackupWindow: Output<String>? = null, preferredMaintenanceWindow: Output<String>? = null, replicationSourceIdentifier: Output<String>? = null, restoreToPointInTime: Output<ClusterRestoreToPointInTimeArgs>? = null, s3Import: Output<ClusterS3ImportArgs>? = null, scalingConfiguration: Output<ClusterScalingConfigurationArgs>? = null, serverlessv2ScalingConfiguration: Output<ClusterServerlessv2ScalingConfigurationArgs>? = null, skipFinalSnapshot: Output<Boolean>? = null, snapshotIdentifier: Output<String>? = null, sourceRegion: Output<String>? = null, storageEncrypted: Output<Boolean>? = null, storageType: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcSecurityGroupIds: Output<List<String>>? = null)