Show / Hide Table of Contents

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 Source

Adjustable

Whether the service quota is adjustable.

Declaration
public readonly bool Adjustable
Field Value
Type Description
System.Boolean
View Source

Arn

Amazon Resource Name (ARN) of the service quota.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

DefaultValue

Default value of the service quota.

Declaration
public readonly double DefaultValue
Field Value
Type Description
System.Double
View Source

GlobalQuota

Whether the service quota is global for the AWS account.

Declaration
public readonly bool GlobalQuota
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

QuotaCode

Declaration
public readonly string QuotaCode
Field Value
Type Description
System.String
View Source

QuotaName

Declaration
public readonly string QuotaName
Field Value
Type Description
System.String
View Source

ServiceCode

Declaration
public readonly string ServiceCode
Field Value
Type Description
System.String
View Source

ServiceName

Name of the service.

Declaration
public readonly string ServiceName
Field Value
Type Description
System.String
View Source

Value

Current value of the service quota.

Declaration
public readonly double Value
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.