Class ServiceQuotaArgs
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 ServiceQuotaArgs : ResourceArgs
Constructors
View SourceServiceQuotaArgs()
Declaration
public ServiceQuotaArgs()
Properties
View SourceQuotaCode
Code of the service quota to track. For example: L-F678F1CE. Available values can be found with the AWS CLI service-quotas list-service-quotas command.
Declaration
public Input<string> QuotaCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceCode
Code of the service to track. For example: vpc. Available values can be found with the AWS CLI service-quotas list-services command.
Declaration
public Input<string> ServiceCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Float specifying the desired value for the service quota. If the desired value is higher than the current value, a quota increase request is submitted. When a known request is submitted and pending, the value reflects the desired value of the pending request.
Declaration
public Input<double> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |