ClusterArgs

constructor(allowVersionUpgrade: Output<Boolean>? = null, applyImmediately: Output<Boolean>? = null, aquaConfigurationStatus: Output<String>? = null, automatedSnapshotRetentionPeriod: Output<Int>? = null, availabilityZone: Output<String>? = null, availabilityZoneRelocationEnabled: Output<Boolean>? = null, clusterIdentifier: Output<String>? = null, clusterParameterGroupName: Output<String>? = null, clusterPublicKey: Output<String>? = null, clusterRevisionNumber: Output<String>? = null, clusterSecurityGroups: Output<List<String>>? = null, clusterSubnetGroupName: Output<String>? = null, clusterType: Output<String>? = null, clusterVersion: Output<String>? = null, databaseName: Output<String>? = null, defaultIamRoleArn: Output<String>? = null, elasticIp: Output<String>? = null, encrypted: Output<Boolean>? = null, endpoint: Output<String>? = null, enhancedVpcRouting: Output<Boolean>? = null, finalSnapshotIdentifier: Output<String>? = null, iamRoles: Output<List<String>>? = null, kmsKeyId: Output<String>? = null, logging: Output<ClusterLoggingArgs>? = null, maintenanceTrackName: Output<String>? = null, manualSnapshotRetentionPeriod: Output<Int>? = null, masterPassword: Output<String>? = null, masterUsername: Output<String>? = null, nodeType: Output<String>? = null, numberOfNodes: Output<Int>? = null, ownerAccount: Output<String>? = null, port: Output<Int>? = null, preferredMaintenanceWindow: Output<String>? = null, publiclyAccessible: Output<Boolean>? = null, skipFinalSnapshot: Output<Boolean>? = null, snapshotClusterIdentifier: Output<String>? = null, snapshotCopy: Output<ClusterSnapshotCopyArgs>? = null, snapshotIdentifier: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcSecurityGroupIds: Output<List<String>>? = null)