iotthinggroup

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 AttributePayload

type AttributePayload struct {
	// Attributes: map of string, optional
	Attributes terra.MapValue[terra.StringValue] `hcl:"attributes,attr"`
}

type AttributePayloadAttributes

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

func (AttributePayloadAttributes) Attributes

func (AttributePayloadAttributes) InternalRef

func (ap AttributePayloadAttributes) InternalRef() (terra.Reference, error)

func (AttributePayloadAttributes) InternalTokens

func (ap AttributePayloadAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AttributePayloadAttributes) InternalWithRef

type AttributePayloadState

type AttributePayloadState struct {
	Attributes map[string]string `json:"attributes"`
}

type Metadata

type Metadata struct {
	// RootToParentGroups: min=0
	RootToParentGroups []RootToParentGroups `hcl:"root_to_parent_groups,block" validate:"min=0"`
}

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

type MetadataState

type MetadataState struct {
	CreationDate       string                    `json:"creation_date"`
	ParentGroupName    string                    `json:"parent_group_name"`
	RootToParentGroups []RootToParentGroupsState `json:"root_to_parent_groups"`
}

type Properties

type Properties struct {
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// AttributePayload: optional
	AttributePayload *AttributePayload `hcl:"attribute_payload,block"`
}

type PropertiesAttributes

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

func (PropertiesAttributes) AttributePayload

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

type PropertiesState

type PropertiesState struct {
	Description      string                  `json:"description"`
	AttributePayload []AttributePayloadState `json:"attribute_payload"`
}

type RootToParentGroups

type RootToParentGroups struct{}

type RootToParentGroupsAttributes

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

func (RootToParentGroupsAttributes) GroupArn

func (RootToParentGroupsAttributes) GroupName

func (RootToParentGroupsAttributes) InternalRef

func (rtpg RootToParentGroupsAttributes) InternalRef() (terra.Reference, error)

func (RootToParentGroupsAttributes) InternalTokens

func (rtpg RootToParentGroupsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RootToParentGroupsAttributes) InternalWithRef

type RootToParentGroupsState

type RootToParentGroupsState struct {
	GroupArn  string `json:"group_arn"`
	GroupName string `json:"group_name"`
}

Jump to

Keyboard shortcuts

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