servicequotas

package
v0.18.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetServiceArgs

type GetServiceArgs struct {
	// Service name to lookup within Service Quotas. Available values can be found with the [AWS CLI service-quotas list-services command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-services.html).
	ServiceName interface{}
}

A collection of arguments for invoking getService.

type GetServiceQuotaArgs

type GetServiceQuotaArgs struct {
	// 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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html).
	QuotaCode interface{}
	// 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](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html).
	QuotaName interface{}
	// Service code for the quota. Available values can be found with the [`aws_servicequotas_service` data source](https://www.terraform.io/docs/providers/aws/d/servicequotas_service.html) or [AWS CLI service-quotas list-services command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-services.html).
	ServiceCode interface{}
}

A collection of arguments for invoking getServiceQuota.

type GetServiceQuotaResult

type GetServiceQuotaResult struct {
	// Whether the service quota is adjustable.
	Adjustable interface{}
	// Amazon Resource Name (ARN) of the service quota.
	Arn interface{}
	// Default value of the service quota.
	DefaultValue interface{}
	// Whether the service quota is global for the AWS account.
	GlobalQuota interface{}
	QuotaCode   interface{}
	QuotaName   interface{}
	ServiceCode interface{}
	// Name of the service.
	ServiceName interface{}
	// Current value of the service quota.
	Value interface{}
	// id is the provider-assigned unique ID for this managed resource.
	Id interface{}
}

A collection of values returned by getServiceQuota.

func LookupServiceQuota

func LookupServiceQuota(ctx *pulumi.Context, args *GetServiceQuotaArgs) (*GetServiceQuotaResult, error)

Retrieve information about a Service Quota.

type GetServiceResult

type GetServiceResult struct {
	// Code of the service.
	ServiceCode interface{}
	ServiceName interface{}
	// id is the provider-assigned unique ID for this managed resource.
	Id interface{}
}

A collection of values returned by getService.

func LookupService

func LookupService(ctx *pulumi.Context, args *GetServiceArgs) (*GetServiceResult, error)

Retrieve information about a Service Quotas Service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL