Get Autonomous Databases Autonomous Database
data class GetAutonomousDatabasesAutonomousDatabase(val adminPassword: String, val autonomousDatabaseId: String, val cidr: String, val createTime: String, val database: String, val deletionProtection: Boolean, val displayName: String, val effectiveLabels: Map<String, String>, val entitlementId: String, val labels: Map<String, String>, val location: String, val name: String, val network: String, val project: String, val properties: List<GetAutonomousDatabasesAutonomousDatabaseProperty>, val pulumiLabels: Map<String, String>)
Constructors
Link copied to clipboard
constructor(adminPassword: String, autonomousDatabaseId: String, cidr: String, createTime: String, database: String, deletionProtection: Boolean, displayName: String, effectiveLabels: Map<String, String>, entitlementId: String, labels: Map<String, String>, location: String, name: String, network: String, project: String, properties: List<GetAutonomousDatabasesAutonomousDatabaseProperty>, pulumiLabels: Map<String, String>)
Properties
Link copied to clipboard
The password for the default ADMIN user.
Link copied to clipboard
The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
Link copied to clipboard
The date and time that the Autonomous Database was created.
Link copied to clipboard
Link copied to clipboard
The display name for the Autonomous Database. The name does not have to be unique within your project.
Link copied to clipboard
Link copied to clipboard
The ID of the subscription entitlement associated with the Autonomous Database.
Link copied to clipboard
Link copied to clipboard
The properties of an Autonomous Database.
Link copied to clipboard
The combination of labels configured directly on the resource and default labels configured on the provider.