Documentation ¶
Index ¶
- type Args
- type Device
- type DeviceAttributes
- func (d DeviceAttributes) Description() terra.StringValue
- func (d DeviceAttributes) DeviceName() terra.StringValue
- func (d DeviceAttributes) InternalRef() (terra.Reference, error)
- func (d DeviceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DeviceAttributes) InternalWithRef(ref terra.Reference) DeviceAttributes
- func (d DeviceAttributes) IotThingName() terra.StringValue
- type DeviceState
- type Resource
- func (asd *Resource) Attributes() awsSagemakerDeviceAttributes
- func (asd *Resource) Configuration() interface{}
- func (asd *Resource) DependOn() terra.Reference
- func (asd *Resource) Dependencies() terra.Dependencies
- func (asd *Resource) ImportState(state io.Reader) error
- func (asd *Resource) LifecycleManagement() *terra.Lifecycle
- func (asd *Resource) LocalName() string
- func (asd *Resource) State() (*awsSagemakerDeviceState, bool)
- func (asd *Resource) StateMust() *awsSagemakerDeviceState
- func (asd *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DeviceFleetName: string, required DeviceFleetName terra.StringValue `hcl:"device_fleet_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Device: required Device *Device `hcl:"device,block" validate:"required"` }
Args contains the configurations for aws_sagemaker_device.
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 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_sagemaker_device.
func (*Resource) Attributes ¶
func (asd *Resource) Attributes() awsSagemakerDeviceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asd *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asd *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.