GetServiceQuotaPlainArgs

data class GetServiceQuotaPlainArgs(val quotaCode: String? = null, val quotaName: String? = null, val serviceCode: String) : ConvertibleToJava<GetServiceQuotaPlainArgs>

A collection of arguments for invoking getServiceQuota.

Constructors

Link copied to clipboard
constructor(quotaCode: String? = null, quotaName: String? = null, serviceCode: String)

Properties

Link copied to clipboard
val quotaCode: String? = null

Quota code within the service. When configured, the data source directly looks up the service quota. Available values can be found with the AWS CLI service-quotas list-service-quotas command. One of quota_code or quota_name must be specified.

Link copied to clipboard
val quotaName: String? = null

Quota name within the service. When configured, the data source searches through all service quotas to find the matching quota name. Available values can be found with the AWS CLI service-quotas list-service-quotas command. One of quota_name or quota_code must be specified.

Link copied to clipboard

Service code for the quota. Available values can be found with the aws.servicequotas.getService data source or AWS CLI service-quotas list-services command.

Functions

Link copied to clipboard
open override fun toJava(): GetServiceQuotaPlainArgs