Get Service Quota Plain Args
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
fun GetServiceQuotaPlainArgs(quotaCode: String? = null, quotaName: String? = null, serviceCode: String)
Functions
Properties
Link copied to clipboard
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
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.