Documentation ¶
Index ¶
- type DataArgs
- type DataSource
- type DataTemplates
- type DataTemplatesAttributes
- func (t DataTemplatesAttributes) GlobalQuota() terra.BoolValue
- func (t DataTemplatesAttributes) InternalRef() (terra.Reference, error)
- func (t DataTemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t DataTemplatesAttributes) InternalWithRef(ref terra.Reference) DataTemplatesAttributes
- func (t DataTemplatesAttributes) QuotaCode() terra.StringValue
- func (t DataTemplatesAttributes) QuotaName() terra.StringValue
- func (t DataTemplatesAttributes) Region() terra.StringValue
- func (t DataTemplatesAttributes) ServiceCode() terra.StringValue
- func (t DataTemplatesAttributes) ServiceName() terra.StringValue
- func (t DataTemplatesAttributes) Unit() terra.StringValue
- func (t DataTemplatesAttributes) Value() terra.NumberValue
- type DataTemplatesState
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 ¶
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 (t DataTemplatesAttributes) InternalWithRef(ref terra.Reference) DataTemplatesAttributes
func (DataTemplatesAttributes) QuotaCode ¶
func (t DataTemplatesAttributes) QuotaCode() terra.StringValue
func (DataTemplatesAttributes) QuotaName ¶
func (t DataTemplatesAttributes) QuotaName() terra.StringValue
func (DataTemplatesAttributes) Region ¶
func (t DataTemplatesAttributes) Region() terra.StringValue
func (DataTemplatesAttributes) ServiceCode ¶
func (t DataTemplatesAttributes) ServiceCode() terra.StringValue
func (DataTemplatesAttributes) ServiceName ¶
func (t DataTemplatesAttributes) ServiceName() terra.StringValue
func (DataTemplatesAttributes) Unit ¶
func (t DataTemplatesAttributes) Unit() terra.StringValue
func (DataTemplatesAttributes) Value ¶
func (t DataTemplatesAttributes) Value() terra.NumberValue
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"` }
Click to show internal directories.
Click to hide internal directories.