Class GetServiceQuotaArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ServiceQuotas
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetServiceQuotaArgs : InvokeArgs
Constructors
View SourceGetServiceQuotaArgs()
Declaration
public GetServiceQuotaArgs()
Properties
View SourceQuotaCode
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.
Declaration
public string QuotaCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
QuotaName
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.
Declaration
public string QuotaName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceCode
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.
Declaration
public string ServiceCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |