emrcontainersvirtualcluster

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 ContainerProvider

type ContainerProvider struct {
	// Id: string, required
	Id terra.StringValue `hcl:"id,attr" validate:"required"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// Info: required
	Info *Info `hcl:"info,block" validate:"required"`
}

type ContainerProviderAttributes

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

func (ContainerProviderAttributes) Id

func (ContainerProviderAttributes) Info

func (ContainerProviderAttributes) InternalRef

func (cp ContainerProviderAttributes) InternalRef() (terra.Reference, error)

func (ContainerProviderAttributes) InternalTokens

func (cp ContainerProviderAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ContainerProviderAttributes) InternalWithRef

func (ContainerProviderAttributes) Type

type ContainerProviderState

type ContainerProviderState struct {
	Id   string      `json:"id"`
	Type string      `json:"type"`
	Info []InfoState `json:"info"`
}

type EksInfo

type EksInfo struct {
	// Namespace: string, optional
	Namespace terra.StringValue `hcl:"namespace,attr"`
}

type EksInfoAttributes

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

func (EksInfoAttributes) InternalRef

func (ei EksInfoAttributes) InternalRef() (terra.Reference, error)

func (EksInfoAttributes) InternalTokens

func (ei EksInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EksInfoAttributes) InternalWithRef

func (ei EksInfoAttributes) InternalWithRef(ref terra.Reference) EksInfoAttributes

func (EksInfoAttributes) Namespace

func (ei EksInfoAttributes) Namespace() terra.StringValue

type EksInfoState

type EksInfoState struct {
	Namespace string `json:"namespace"`
}

type Info

type Info struct {
	// EksInfo: required
	EksInfo *EksInfo `hcl:"eks_info,block" validate:"required"`
}

type InfoAttributes

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

func (InfoAttributes) EksInfo

func (InfoAttributes) InternalRef

func (i InfoAttributes) InternalRef() (terra.Reference, error)

func (InfoAttributes) InternalTokens

func (i InfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InfoAttributes) InternalWithRef

func (i InfoAttributes) InternalWithRef(ref terra.Reference) InfoAttributes

type InfoState

type InfoState struct {
	EksInfo []EksInfoState `json:"eks_info"`
}

type Timeouts

type Timeouts struct {
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

type TimeoutsState

type TimeoutsState struct {
	Delete string `json:"delete"`
}

Jump to

Keyboard shortcuts

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