Show / Hide Table of Contents

Class GetServiceQuotaArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceQuotaArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetServiceQuotaArgs()

Declaration
public GetServiceQuotaArgs()

Properties

View Source

QuotaCode

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.