Retrieves the default value for the specified quota. The default value does not reflect any quota increases.
servicequotas_get_aws_default_service_quota(ServiceCode, QuotaCode)
[required] The service identifier.
[required] The quota identifier.
A list with the following syntax:
list( Quota = list( ServiceCode = "string", ServiceName = "string", QuotaArn = "string", QuotaCode = "string", QuotaName = "string", Value = 123.0, Unit = "string", Adjustable = TRUE|FALSE, GlobalQuota = TRUE|FALSE, UsageMetric = list( MetricNamespace = "string", MetricName = "string", MetricDimensions = list( "string" ), MetricStatisticRecommendation = "string" ), Period = list( PeriodValue = 123, PeriodUnit = "MICROSECOND"|"MILLISECOND"|"SECOND"|"MINUTE"|"HOUR"|"DAY"|"WEEK" ), ErrorReason = list( ErrorCode = "DEPENDENCY_ACCESS_DENIED_ERROR"|"DEPENDENCY_THROTTLING_ERROR"|"DEPENDENCY_SERVICE_ERROR"|"SERVICE_QUOTA_NOT_AVAILABLE_ERROR", ErrorMessage = "string" ) ) )
svc$get_aws_default_service_quota( ServiceCode = "string", QuotaCode = "string" )