Documentation ¶
Index ¶
- type Args
- type MetadataAttributes
- func (m MetadataAttributes) CreationDate() terra.StringValue
- func (m MetadataAttributes) InternalRef() (terra.Reference, error)
- func (m MetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (m MetadataAttributes) InternalWithRef(ref terra.Reference) MetadataAttributes
- func (m MetadataAttributes) ParentGroupName() terra.StringValue
- func (m MetadataAttributes) RootToParentGroups() terra.ListValue[MetadataRootToParentGroupsAttributes]
- type MetadataRootToParentGroupsAttributes
- func (rtpg MetadataRootToParentGroupsAttributes) GroupArn() terra.StringValue
- func (rtpg MetadataRootToParentGroupsAttributes) GroupName() terra.StringValue
- func (rtpg MetadataRootToParentGroupsAttributes) InternalRef() (terra.Reference, error)
- func (rtpg MetadataRootToParentGroupsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rtpg MetadataRootToParentGroupsAttributes) InternalWithRef(ref terra.Reference) MetadataRootToParentGroupsAttributes
- type MetadataRootToParentGroupsState
- type MetadataState
- type Properties
- type PropertiesAttributePayload
- type PropertiesAttributePayloadAttributes
- func (ap PropertiesAttributePayloadAttributes) Attributes() terra.MapValue[terra.StringValue]
- func (ap PropertiesAttributePayloadAttributes) InternalRef() (terra.Reference, error)
- func (ap PropertiesAttributePayloadAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ap PropertiesAttributePayloadAttributes) InternalWithRef(ref terra.Reference) PropertiesAttributePayloadAttributes
- type PropertiesAttributePayloadState
- type PropertiesAttributes
- func (p PropertiesAttributes) AttributePayload() terra.ListValue[PropertiesAttributePayloadAttributes]
- 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
- type PropertiesState
- type Resource
- func (aitg *Resource) Attributes() awsIotThingGroupAttributes
- func (aitg *Resource) Configuration() interface{}
- func (aitg *Resource) DependOn() terra.Reference
- func (aitg *Resource) Dependencies() terra.Dependencies
- func (aitg *Resource) ImportState(state io.Reader) error
- func (aitg *Resource) LifecycleManagement() *terra.Lifecycle
- func (aitg *Resource) LocalName() string
- func (aitg *Resource) State() (*awsIotThingGroupState, bool)
- func (aitg *Resource) StateMust() *awsIotThingGroupState
- func (aitg *Resource) Type() string
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"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ParentGroupName: string, optional ParentGroupName terra.StringValue `hcl:"parent_group_name,attr"` // 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_group.
type MetadataAttributes ¶
type MetadataAttributes struct {
// contains filtered or unexported fields
}
func (MetadataAttributes) CreationDate ¶
func (m MetadataAttributes) CreationDate() terra.StringValue
func (MetadataAttributes) InternalRef ¶
func (m MetadataAttributes) InternalRef() (terra.Reference, error)
func (MetadataAttributes) InternalTokens ¶
func (m MetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MetadataAttributes) InternalWithRef ¶
func (m MetadataAttributes) InternalWithRef(ref terra.Reference) MetadataAttributes
func (MetadataAttributes) ParentGroupName ¶
func (m MetadataAttributes) ParentGroupName() terra.StringValue
func (MetadataAttributes) RootToParentGroups ¶
func (m MetadataAttributes) RootToParentGroups() terra.ListValue[MetadataRootToParentGroupsAttributes]
type MetadataRootToParentGroupsAttributes ¶
type MetadataRootToParentGroupsAttributes struct {
// contains filtered or unexported fields
}
func (MetadataRootToParentGroupsAttributes) GroupArn ¶
func (rtpg MetadataRootToParentGroupsAttributes) GroupArn() terra.StringValue
func (MetadataRootToParentGroupsAttributes) GroupName ¶
func (rtpg MetadataRootToParentGroupsAttributes) GroupName() terra.StringValue
func (MetadataRootToParentGroupsAttributes) InternalRef ¶
func (rtpg MetadataRootToParentGroupsAttributes) InternalRef() (terra.Reference, error)
func (MetadataRootToParentGroupsAttributes) InternalTokens ¶
func (rtpg MetadataRootToParentGroupsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MetadataRootToParentGroupsAttributes) InternalWithRef ¶
func (rtpg MetadataRootToParentGroupsAttributes) InternalWithRef(ref terra.Reference) MetadataRootToParentGroupsAttributes
type MetadataState ¶
type MetadataState struct { CreationDate string `json:"creation_date"` ParentGroupName string `json:"parent_group_name"` RootToParentGroups []MetadataRootToParentGroupsState `json:"root_to_parent_groups"` }
type Properties ¶
type Properties struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // PropertiesAttributePayload: optional AttributePayload *PropertiesAttributePayload `hcl:"attribute_payload,block"` }
type PropertiesAttributePayload ¶
type PropertiesAttributePayload struct { // Attributes: map of string, optional Attributes terra.MapValue[terra.StringValue] `hcl:"attributes,attr"` }
type PropertiesAttributePayloadAttributes ¶
type PropertiesAttributePayloadAttributes struct {
// contains filtered or unexported fields
}
func (PropertiesAttributePayloadAttributes) Attributes ¶
func (ap PropertiesAttributePayloadAttributes) Attributes() terra.MapValue[terra.StringValue]
func (PropertiesAttributePayloadAttributes) InternalRef ¶
func (ap PropertiesAttributePayloadAttributes) InternalRef() (terra.Reference, error)
func (PropertiesAttributePayloadAttributes) InternalTokens ¶
func (ap PropertiesAttributePayloadAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PropertiesAttributePayloadAttributes) InternalWithRef ¶
func (ap PropertiesAttributePayloadAttributes) InternalWithRef(ref terra.Reference) PropertiesAttributePayloadAttributes
type PropertiesAttributes ¶
type PropertiesAttributes struct {
// contains filtered or unexported fields
}
func (PropertiesAttributes) AttributePayload ¶
func (p PropertiesAttributes) AttributePayload() terra.ListValue[PropertiesAttributePayloadAttributes]
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
type PropertiesState ¶
type PropertiesState struct { Description string `json:"description"` AttributePayload []PropertiesAttributePayloadState `json:"attribute_payload"` }
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_group.
func (*Resource) Attributes ¶
func (aitg *Resource) Attributes() awsIotThingGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aitg *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aitg *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.