sagemakerdevicefleet

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 OutputConfig

type OutputConfig struct {
	// KmsKeyId: string, optional
	KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"`
	// S3OutputLocation: string, required
	S3OutputLocation terra.StringValue `hcl:"s3_output_location,attr" validate:"required"`
}

type OutputConfigAttributes

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

func (OutputConfigAttributes) InternalRef

func (oc OutputConfigAttributes) InternalRef() (terra.Reference, error)

func (OutputConfigAttributes) InternalTokens

func (oc OutputConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OutputConfigAttributes) InternalWithRef

func (OutputConfigAttributes) KmsKeyId

func (OutputConfigAttributes) S3OutputLocation

func (oc OutputConfigAttributes) S3OutputLocation() terra.StringValue

type OutputConfigState

type OutputConfigState struct {
	KmsKeyId         string `json:"kms_key_id"`
	S3OutputLocation string `json:"s3_output_location"`
}

Jump to

Keyboard shortcuts

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