Documentation
¶
Index ¶
- type Args
- type Properties
- type PropertiesAttributes
- func (p PropertiesAttributes) Description() terra.StringValue
- func (p PropertiesAttributes) InternalRef() (terra.Reference, error)
- func (p PropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p PropertiesAttributes) InternalWithRef(ref terra.Reference) PropertiesAttributes
- func (p PropertiesAttributes) SearchableAttributes() terra.SetValue[terra.StringValue]
- type PropertiesState
- type Resource
- func (aitt *Resource) Attributes() awsIotThingTypeAttributes
- func (aitt *Resource) Configuration() interface{}
- func (aitt *Resource) DependOn() terra.Reference
- func (aitt *Resource) Dependencies() terra.Dependencies
- func (aitt *Resource) ImportState(state io.Reader) error
- func (aitt *Resource) LifecycleManagement() *terra.Lifecycle
- func (aitt *Resource) LocalName() string
- func (aitt *Resource) State() (*awsIotThingTypeState, bool)
- func (aitt *Resource) StateMust() *awsIotThingTypeState
- func (aitt *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Deprecated: bool, optional Deprecated terra.BoolValue `hcl:"deprecated,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // Properties: optional Properties *Properties `hcl:"properties,block"` }
Args contains the configurations for aws_iot_thing_type.
type Properties ¶
type Properties struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // SearchableAttributes: set of string, optional SearchableAttributes terra.SetValue[terra.StringValue] `hcl:"searchable_attributes,attr"` }
type PropertiesAttributes ¶
type PropertiesAttributes struct {
// contains filtered or unexported fields
}
func (PropertiesAttributes) Description ¶
func (p PropertiesAttributes) Description() terra.StringValue
func (PropertiesAttributes) InternalRef ¶
func (p PropertiesAttributes) InternalRef() (terra.Reference, error)
func (PropertiesAttributes) InternalTokens ¶
func (p PropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PropertiesAttributes) InternalWithRef ¶
func (p PropertiesAttributes) InternalWithRef(ref terra.Reference) PropertiesAttributes
func (PropertiesAttributes) SearchableAttributes ¶
func (p PropertiesAttributes) SearchableAttributes() terra.SetValue[terra.StringValue]
type PropertiesState ¶
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 aws_iot_thing_type.
func (*Resource) Attributes ¶
func (aitt *Resource) Attributes() awsIotThingTypeAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aitt *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aitt *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.
Click to show internal directories.
Click to hide internal directories.