Class GetServiceQuotaResult
Inheritance
System.Object
GetServiceQuotaResult
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 GetServiceQuotaResult
Fields
View SourceAdjustable
Whether the service quota is adjustable.
Declaration
public readonly bool Adjustable
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Arn
Amazon Resource Name (ARN) of the service quota.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultValue
Default value of the service quota.
Declaration
public readonly double DefaultValue
Field Value
| Type | Description |
|---|---|
| System.Double |
GlobalQuota
Whether the service quota is global for the AWS account.
Declaration
public readonly bool GlobalQuota
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
QuotaCode
Declaration
public readonly string QuotaCode
Field Value
| Type | Description |
|---|---|
| System.String |
QuotaName
Declaration
public readonly string QuotaName
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceCode
Declaration
public readonly string ServiceCode
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceName
Name of the service.
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |
Value
Current value of the service quota.
Declaration
public readonly double Value
Field Value
| Type | Description |
|---|---|
| System.Double |