Class GetServiceQuotaArgs


  • public final class GetServiceQuotaArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • quotaCode

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> quotaCode()
        Returns:
        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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html). One of `quota_code` or `quota_name` must be specified.
      • quotaName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> quotaName()
        Returns:
        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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html). One of `quota_name` or `quota_code` must be specified.
      • serviceCode

        public com.pulumi.core.Output<java.lang.String> serviceCode()
        Returns:
        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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-services.html).