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 (*Cluster) GetRawValue ¶
func (c *Cluster) GetRawValue() interface{}
type ClusterSettings ¶
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 (*ECS) GetRawValue ¶ added in v0.3.24
func (e *ECS) GetRawValue() interface{}
type EFSVolumeConfiguration ¶
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 (*Volume) GetRawValue ¶
func (v *Volume) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.