datadatafactory

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 GithubConfiguration

type GithubConfiguration struct{}

type GithubConfigurationAttributes

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

func (GithubConfigurationAttributes) AccountName

func (GithubConfigurationAttributes) BranchName

func (GithubConfigurationAttributes) GitUrl

func (GithubConfigurationAttributes) InternalRef

func (gc GithubConfigurationAttributes) InternalRef() (terra.Reference, error)

func (GithubConfigurationAttributes) InternalTokens

func (gc GithubConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (GithubConfigurationAttributes) InternalWithRef

func (GithubConfigurationAttributes) RepositoryName

func (gc GithubConfigurationAttributes) RepositoryName() terra.StringValue

func (GithubConfigurationAttributes) RootFolder

type GithubConfigurationState

type GithubConfigurationState struct {
	AccountName    string `json:"account_name"`
	BranchName     string `json:"branch_name"`
	GitUrl         string `json:"git_url"`
	RepositoryName string `json:"repository_name"`
	RootFolder     string `json:"root_folder"`
}

type Identity

type Identity struct{}

type IdentityAttributes

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

func (IdentityAttributes) IdentityIds

func (IdentityAttributes) InternalRef

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

func (IdentityAttributes) InternalTokens

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

func (IdentityAttributes) InternalWithRef

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

func (IdentityAttributes) PrincipalId

func (i IdentityAttributes) PrincipalId() terra.StringValue

func (IdentityAttributes) TenantId

func (i IdentityAttributes) TenantId() terra.StringValue

func (IdentityAttributes) Type

type IdentityState

type IdentityState struct {
	IdentityIds []string `json:"identity_ids"`
	PrincipalId string   `json:"principal_id"`
	TenantId    string   `json:"tenant_id"`
	Type        string   `json:"type"`
}

type Timeouts

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

type TimeoutsAttributes

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

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) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

type VstsConfiguration

type VstsConfiguration struct{}

type VstsConfigurationAttributes

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

func (VstsConfigurationAttributes) AccountName

func (VstsConfigurationAttributes) BranchName

func (VstsConfigurationAttributes) InternalRef

func (vc VstsConfigurationAttributes) InternalRef() (terra.Reference, error)

func (VstsConfigurationAttributes) InternalTokens

func (vc VstsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VstsConfigurationAttributes) InternalWithRef

func (VstsConfigurationAttributes) ProjectName

func (VstsConfigurationAttributes) RepositoryName

func (vc VstsConfigurationAttributes) RepositoryName() terra.StringValue

func (VstsConfigurationAttributes) RootFolder

func (VstsConfigurationAttributes) TenantId

type VstsConfigurationState

type VstsConfigurationState struct {
	AccountName    string `json:"account_name"`
	BranchName     string `json:"branch_name"`
	ProjectName    string `json:"project_name"`
	RepositoryName string `json:"repository_name"`
	RootFolder     string `json:"root_folder"`
	TenantId       string `json:"tenant_id"`
}

Jump to

Keyboard shortcuts

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