Package-level declarations

Types

Link copied to clipboard
class BackupScheduleDailyRecurrenceArgs : ConvertibleToJava<BackupScheduleDailyRecurrenceArgs>
Link copied to clipboard
data class BackupScheduleWeeklyRecurrenceArgs(val day: Output<String>? = null) : ConvertibleToJava<BackupScheduleWeeklyRecurrenceArgs>
Link copied to clipboard
data class DatabaseCmekConfigArgs(val activeKeyVersions: Output<List<String>>? = null, val kmsKeyName: Output<String>) : ConvertibleToJava<DatabaseCmekConfigArgs>
Link copied to clipboard
data class FieldIndexConfigArgs(val indexes: Output<List<FieldIndexConfigIndexArgs>>? = null) : ConvertibleToJava<FieldIndexConfigArgs>
Link copied to clipboard
data class FieldIndexConfigIndexArgs(val arrayConfig: Output<String>? = null, val order: Output<String>? = null, val queryScope: Output<String>? = null) : ConvertibleToJava<FieldIndexConfigIndexArgs>
Link copied to clipboard
data class FieldTtlConfigArgs(val state: Output<String>? = null) : ConvertibleToJava<FieldTtlConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class IndexFieldArgs(val arrayConfig: Output<String>? = null, val fieldPath: Output<String>? = null, val order: Output<String>? = null, val vectorConfig: Output<IndexFieldVectorConfigArgs>? = null) : ConvertibleToJava<IndexFieldArgs>
Link copied to clipboard
Link copied to clipboard
data class IndexFieldVectorConfigArgs(val dimension: Output<Int>? = null, val flat: Output<IndexFieldVectorConfigFlatArgs>? = null) : ConvertibleToJava<IndexFieldVectorConfigArgs>
Link copied to clipboard
class IndexFieldVectorConfigFlatArgs : ConvertibleToJava<IndexFieldVectorConfigFlatArgs>