Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class SQuotaPreference : KotlinCustomResource

QuotaPreference represents the preferred quota configuration specified for a project, folder or organization. There is only one QuotaPreference resource for a quota value targeting a unique set of dimensions. To get more information about QuotaPreference, see:

Link copied to clipboard
data class SQuotaPreferenceArgs(val contactEmail: Output<String>? = null, val dimensions: Output<Map<String, String>>? = null, val ignoreSafetyChecks: Output<String>? = null, val justification: Output<String>? = null, val name: Output<String>? = null, val parent: Output<String>? = null, val quotaConfig: Output<SQuotaPreferenceQuotaConfigArgs>? = null, val quotaId: Output<String>? = null, val service: Output<String>? = null) : ConvertibleToJava<SQuotaPreferenceArgs>

QuotaPreference represents the preferred quota configuration specified for a project, folder or organization. There is only one QuotaPreference resource for a quota value targeting a unique set of dimensions. To get more information about QuotaPreference, see:

Link copied to clipboard
object SQuotaPreferenceMapper : ResourceMapper<SQuotaPreference>

Functions

Link copied to clipboard