sagemakerdevice

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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 Device

type Device struct {
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// DeviceName: string, required
	DeviceName terra.StringValue `hcl:"device_name,attr" validate:"required"`
	// IotThingName: string, optional
	IotThingName terra.StringValue `hcl:"iot_thing_name,attr"`
}

type DeviceAttributes

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

func (DeviceAttributes) Description

func (d DeviceAttributes) Description() terra.StringValue

func (DeviceAttributes) DeviceName

func (d DeviceAttributes) DeviceName() terra.StringValue

func (DeviceAttributes) InternalRef

func (d DeviceAttributes) InternalRef() (terra.Reference, error)

func (DeviceAttributes) InternalTokens

func (d DeviceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DeviceAttributes) InternalWithRef

func (d DeviceAttributes) InternalWithRef(ref terra.Reference) DeviceAttributes

func (DeviceAttributes) IotThingName

func (d DeviceAttributes) IotThingName() terra.StringValue

type DeviceState

type DeviceState struct {
	Description  string `json:"description"`
	DeviceName   string `json:"device_name"`
	IotThingName string `json:"iot_thing_name"`
}

Jump to

Keyboard shortcuts

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