ecs

package
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	types.Metadata
	Settings ClusterSettings
}

func (*Cluster) GetMetadata

func (c *Cluster) GetMetadata() *types.Metadata

func (*Cluster) GetRawValue

func (c *Cluster) GetRawValue() interface{}

type ClusterSettings

type ClusterSettings struct {
	types.Metadata
	ContainerInsightsEnabled types.BoolValue
}

func (*ClusterSettings) GetMetadata added in v0.3.24

func (c *ClusterSettings) GetMetadata() *types.Metadata

func (*ClusterSettings) GetRawValue added in v0.3.24

func (c *ClusterSettings) GetRawValue() interface{}

type ECS

type ECS struct {
	types.Metadata
	Clusters        []Cluster
	TaskDefinitions []TaskDefinition
}

func (*ECS) GetMetadata added in v0.3.24

func (e *ECS) GetMetadata() *types.Metadata

func (*ECS) GetRawValue added in v0.3.24

func (e *ECS) GetRawValue() interface{}

type EFSVolumeConfiguration

type EFSVolumeConfiguration struct {
	types.Metadata
	TransitEncryptionEnabled types.BoolValue
}

func (*EFSVolumeConfiguration) GetMetadata

func (td *EFSVolumeConfiguration) GetMetadata() *types.Metadata

func (*EFSVolumeConfiguration) GetRawValue

func (td *EFSVolumeConfiguration) GetRawValue() interface{}

type TaskDefinition

type TaskDefinition struct {
	types.Metadata
	Volumes              []Volume
	ContainerDefinitions types.StringValue
}

func (*TaskDefinition) GetMetadata

func (td *TaskDefinition) GetMetadata() *types.Metadata

func (*TaskDefinition) GetRawValue

func (td *TaskDefinition) GetRawValue() interface{}

type Volume

type Volume struct {
	types.Metadata
	EFSVolumeConfiguration EFSVolumeConfiguration
}

func (*Volume) GetMetadata

func (v *Volume) GetMetadata() *types.Metadata

func (*Volume) GetRawValue

func (v *Volume) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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