Autonomous Database Args
constructor(adminPassword: Output<String>? = null, autoScalingEnabled: Output<Boolean>? = null, autoScalingForStorageEnabled: Output<Boolean>? = null, backupRetentionPeriodInDays: Output<Int>? = null, characterSet: Output<String>? = null, computeCount: Output<Double>? = null, computeModel: Output<String>? = null, customerContacts: Output<List<String>>? = null, dataStorageSizeInTbs: Output<Int>? = null, dbVersion: Output<String>? = null, dbWorkload: Output<String>? = null, displayName: Output<String>? = null, licenseModel: Output<String>? = null, location: Output<String>? = null, mtlsConnectionRequired: Output<Boolean>? = null, name: Output<String>? = null, nationalCharacterSet: Output<String>? = null, resourceGroupName: Output<String>? = null, subnetId: Output<String>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkId: Output<String>? = null)