sagemakercoderepository

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 GitConfig

type GitConfig struct {
	// Branch: string, optional
	Branch terra.StringValue `hcl:"branch,attr"`
	// RepositoryUrl: string, required
	RepositoryUrl terra.StringValue `hcl:"repository_url,attr" validate:"required"`
	// SecretArn: string, optional
	SecretArn terra.StringValue `hcl:"secret_arn,attr"`
}

type GitConfigAttributes

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

func (GitConfigAttributes) Branch

func (GitConfigAttributes) InternalRef

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

func (GitConfigAttributes) InternalTokens

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

func (GitConfigAttributes) InternalWithRef

func (gc GitConfigAttributes) InternalWithRef(ref terra.Reference) GitConfigAttributes

func (GitConfigAttributes) RepositoryUrl

func (gc GitConfigAttributes) RepositoryUrl() terra.StringValue

func (GitConfigAttributes) SecretArn

func (gc GitConfigAttributes) SecretArn() terra.StringValue

type GitConfigState

type GitConfigState struct {
	Branch        string `json:"branch"`
	RepositoryUrl string `json:"repository_url"`
	SecretArn     string `json:"secret_arn"`
}

Jump to

Keyboard shortcuts

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