Class GetServiceArgs
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 GetServiceArgs : InvokeArgs
Constructors
View SourceGetServiceArgs()
Declaration
public GetServiceArgs()
Properties
View SourceServiceName
Service name to lookup within Service Quotas. Available values can be found with the AWS CLI service-quotas list-services command.
Declaration
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |