Documentation
¶
Index ¶
- type Args
- type Resource
- func (aitsige *Resource) Attributes() azurermIotTimeSeriesInsightsGen2EnvironmentAttributes
- func (aitsige *Resource) Configuration() interface{}
- func (aitsige *Resource) DependOn() terra.Reference
- func (aitsige *Resource) Dependencies() terra.Dependencies
- func (aitsige *Resource) ImportState(state io.Reader) error
- func (aitsige *Resource) LifecycleManagement() *terra.Lifecycle
- func (aitsige *Resource) LocalName() string
- func (aitsige *Resource) State() (*azurermIotTimeSeriesInsightsGen2EnvironmentState, bool)
- func (aitsige *Resource) StateMust() *azurermIotTimeSeriesInsightsGen2EnvironmentState
- func (aitsige *Resource) Type() string
- type Storage
- type StorageAttributes
- func (s StorageAttributes) InternalRef() (terra.Reference, error)
- func (s StorageAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s StorageAttributes) InternalWithRef(ref terra.Reference) StorageAttributes
- func (s StorageAttributes) Key() terra.StringValue
- func (s StorageAttributes) Name() terra.StringValue
- type StorageState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IdProperties: list of string, required IdProperties terra.ListValue[terra.StringValue] `hcl:"id_properties,attr" validate:"required"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // SkuName: string, required SkuName terra.StringValue `hcl:"sku_name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // WarmStoreDataRetentionTime: string, optional WarmStoreDataRetentionTime terra.StringValue `hcl:"warm_store_data_retention_time,attr"` // Storage: required Storage *Storage `hcl:"storage,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_iot_time_series_insights_gen2_environment.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_iot_time_series_insights_gen2_environment.
func (*Resource) Attributes ¶
func (aitsige *Resource) Attributes() azurermIotTimeSeriesInsightsGen2EnvironmentAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aitsige *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aitsige *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Storage ¶
type Storage struct { // Key: string, required Key terra.StringValue `hcl:"key,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` }
type StorageAttributes ¶
type StorageAttributes struct {
// contains filtered or unexported fields
}
func (StorageAttributes) InternalRef ¶
func (s StorageAttributes) InternalRef() (terra.Reference, error)
func (StorageAttributes) InternalTokens ¶
func (s StorageAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StorageAttributes) InternalWithRef ¶
func (s StorageAttributes) InternalWithRef(ref terra.Reference) StorageAttributes
func (StorageAttributes) Key ¶
func (s StorageAttributes) Key() terra.StringValue
func (StorageAttributes) Name ¶
func (s StorageAttributes) Name() terra.StringValue
type StorageState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.