Autonomous Database Args
constructor(adminPassword: Output<String>? = null, autonomousDatabaseId: Output<String>? = null, cidr: Output<String>? = null, database: Output<String>? = null, deletionProtection: Output<Boolean>? = null, displayName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, network: Output<String>? = null, project: Output<String>? = null, properties: Output<AutonomousDatabasePropertiesArgs>? = null)