codecatalystdevenvironment

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 Ides

type Ides struct {
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
	// Runtime: string, optional
	Runtime terra.StringValue `hcl:"runtime,attr"`
}

type IdesAttributes

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

func (IdesAttributes) InternalRef

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

func (IdesAttributes) InternalTokens

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

func (IdesAttributes) InternalWithRef

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

func (IdesAttributes) Name

func (i IdesAttributes) Name() terra.StringValue

func (IdesAttributes) Runtime

func (i IdesAttributes) Runtime() terra.StringValue

type IdesState

type IdesState struct {
	Name    string `json:"name"`
	Runtime string `json:"runtime"`
}

type PersistentStorage

type PersistentStorage struct {
	// Size: number, required
	Size terra.NumberValue `hcl:"size,attr" validate:"required"`
}

type PersistentStorageAttributes

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

func (PersistentStorageAttributes) InternalRef

func (ps PersistentStorageAttributes) InternalRef() (terra.Reference, error)

func (PersistentStorageAttributes) InternalTokens

func (ps PersistentStorageAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PersistentStorageAttributes) InternalWithRef

func (PersistentStorageAttributes) Size

type PersistentStorageState

type PersistentStorageState struct {
	Size float64 `json:"size"`
}

type Repositories

type Repositories struct {
	// BranchName: string, optional
	BranchName terra.StringValue `hcl:"branch_name,attr"`
	// RepositoryName: string, required
	RepositoryName terra.StringValue `hcl:"repository_name,attr" validate:"required"`
}

type RepositoriesAttributes

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

func (RepositoriesAttributes) BranchName

func (r RepositoriesAttributes) BranchName() terra.StringValue

func (RepositoriesAttributes) InternalRef

func (r RepositoriesAttributes) InternalRef() (terra.Reference, error)

func (RepositoriesAttributes) InternalTokens

func (r RepositoriesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RepositoriesAttributes) InternalWithRef

func (RepositoriesAttributes) RepositoryName

func (r RepositoriesAttributes) RepositoryName() terra.StringValue

type RepositoriesState

type RepositoriesState struct {
	BranchName     string `json:"branch_name"`
	RepositoryName string `json:"repository_name"`
}

type Timeouts

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

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

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

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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