aws_servicequotas_templates

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// Region: string, required
	Region terra.StringValue `hcl:"region,attr" validate:"required"`
	// Templates: min=0
	Templates []DataTemplates `hcl:"templates,block" validate:"min=0"`
}

DataArgs contains the configurations for aws_servicequotas_templates.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_servicequotas_templates.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (ast *DataSource) Attributes() dataAwsServicequotasTemplatesAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (ast *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (ast *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (ast *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTemplates

type DataTemplates struct{}

type DataTemplatesAttributes

type DataTemplatesAttributes struct {
	// contains filtered or unexported fields
}

func (DataTemplatesAttributes) GlobalQuota

func (t DataTemplatesAttributes) GlobalQuota() terra.BoolValue

func (DataTemplatesAttributes) InternalRef

func (t DataTemplatesAttributes) InternalRef() (terra.Reference, error)

func (DataTemplatesAttributes) InternalTokens

func (t DataTemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataTemplatesAttributes) InternalWithRef

func (DataTemplatesAttributes) QuotaCode

func (DataTemplatesAttributes) QuotaName

func (DataTemplatesAttributes) Region

func (DataTemplatesAttributes) ServiceCode

func (t DataTemplatesAttributes) ServiceCode() terra.StringValue

func (DataTemplatesAttributes) ServiceName

func (t DataTemplatesAttributes) ServiceName() terra.StringValue

func (DataTemplatesAttributes) Unit

func (DataTemplatesAttributes) Value

type DataTemplatesState

type DataTemplatesState struct {
	GlobalQuota bool    `json:"global_quota"`
	QuotaCode   string  `json:"quota_code"`
	QuotaName   string  `json:"quota_name"`
	Region      string  `json:"region"`
	ServiceCode string  `json:"service_code"`
	ServiceName string  `json:"service_name"`
	Unit        string  `json:"unit"`
	Value       float64 `json:"value"`
}

Jump to

Keyboard shortcuts

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