codegurureviewerrepositoryassociation

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 Bitbucket

type Bitbucket struct {
	// ConnectionArn: string, required
	ConnectionArn terra.StringValue `hcl:"connection_arn,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Owner: string, required
	Owner terra.StringValue `hcl:"owner,attr" validate:"required"`
}

type BitbucketAttributes

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

func (BitbucketAttributes) ConnectionArn

func (b BitbucketAttributes) ConnectionArn() terra.StringValue

func (BitbucketAttributes) InternalRef

func (b BitbucketAttributes) InternalRef() (terra.Reference, error)

func (BitbucketAttributes) InternalTokens

func (b BitbucketAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BitbucketAttributes) InternalWithRef

func (b BitbucketAttributes) InternalWithRef(ref terra.Reference) BitbucketAttributes

func (BitbucketAttributes) Name

func (BitbucketAttributes) Owner

type BitbucketState

type BitbucketState struct {
	ConnectionArn string `json:"connection_arn"`
	Name          string `json:"name"`
	Owner         string `json:"owner"`
}

type CodeArtifacts

type CodeArtifacts struct{}

type CodeArtifactsAttributes

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

func (CodeArtifactsAttributes) BuildArtifactsObjectKey

func (ca CodeArtifactsAttributes) BuildArtifactsObjectKey() terra.StringValue

func (CodeArtifactsAttributes) InternalRef

func (ca CodeArtifactsAttributes) InternalRef() (terra.Reference, error)

func (CodeArtifactsAttributes) InternalTokens

func (ca CodeArtifactsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CodeArtifactsAttributes) InternalWithRef

func (CodeArtifactsAttributes) SourceCodeArtifactsObjectKey

func (ca CodeArtifactsAttributes) SourceCodeArtifactsObjectKey() terra.StringValue

type CodeArtifactsState

type CodeArtifactsState struct {
	BuildArtifactsObjectKey      string `json:"build_artifacts_object_key"`
	SourceCodeArtifactsObjectKey string `json:"source_code_artifacts_object_key"`
}

type Codecommit

type Codecommit struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type CodecommitAttributes

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

func (CodecommitAttributes) InternalRef

func (c CodecommitAttributes) InternalRef() (terra.Reference, error)

func (CodecommitAttributes) InternalTokens

func (c CodecommitAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CodecommitAttributes) InternalWithRef

func (CodecommitAttributes) Name

type CodecommitState

type CodecommitState struct {
	Name string `json:"name"`
}

type GithubEnterpriseServer

type GithubEnterpriseServer struct {
	// ConnectionArn: string, required
	ConnectionArn terra.StringValue `hcl:"connection_arn,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Owner: string, required
	Owner terra.StringValue `hcl:"owner,attr" validate:"required"`
}

type GithubEnterpriseServerAttributes

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

func (GithubEnterpriseServerAttributes) ConnectionArn

func (GithubEnterpriseServerAttributes) InternalRef

func (GithubEnterpriseServerAttributes) InternalTokens

func (ges GithubEnterpriseServerAttributes) InternalTokens() (hclwrite.Tokens, error)

func (GithubEnterpriseServerAttributes) InternalWithRef

func (GithubEnterpriseServerAttributes) Name

func (GithubEnterpriseServerAttributes) Owner

type GithubEnterpriseServerState

type GithubEnterpriseServerState struct {
	ConnectionArn string `json:"connection_arn"`
	Name          string `json:"name"`
	Owner         string `json:"owner"`
}

type KmsKeyDetails

type KmsKeyDetails struct {
	// EncryptionOption: string, optional
	EncryptionOption terra.StringValue `hcl:"encryption_option,attr"`
	// KmsKeyId: string, optional
	KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"`
}

type KmsKeyDetailsAttributes

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

func (KmsKeyDetailsAttributes) EncryptionOption

func (kkd KmsKeyDetailsAttributes) EncryptionOption() terra.StringValue

func (KmsKeyDetailsAttributes) InternalRef

func (kkd KmsKeyDetailsAttributes) InternalRef() (terra.Reference, error)

func (KmsKeyDetailsAttributes) InternalTokens

func (kkd KmsKeyDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (KmsKeyDetailsAttributes) InternalWithRef

func (KmsKeyDetailsAttributes) KmsKeyId

func (kkd KmsKeyDetailsAttributes) KmsKeyId() terra.StringValue

type KmsKeyDetailsState

type KmsKeyDetailsState struct {
	EncryptionOption string `json:"encryption_option"`
	KmsKeyId         string `json:"kms_key_id"`
}

type Repository

type Repository struct {
	// Bitbucket: optional
	Bitbucket *Bitbucket `hcl:"bitbucket,block"`
	// Codecommit: optional
	Codecommit *Codecommit `hcl:"codecommit,block"`
	// GithubEnterpriseServer: optional
	GithubEnterpriseServer *GithubEnterpriseServer `hcl:"github_enterprise_server,block"`
	// S3Bucket: optional
	S3Bucket *S3Bucket `hcl:"s3_bucket,block"`
}

type RepositoryAttributes

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

func (RepositoryAttributes) Bitbucket

func (RepositoryAttributes) Codecommit

func (RepositoryAttributes) GithubEnterpriseServer

func (RepositoryAttributes) InternalRef

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

func (RepositoryAttributes) InternalTokens

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

func (RepositoryAttributes) InternalWithRef

func (RepositoryAttributes) S3Bucket

type RepositoryState

type RepositoryState struct {
	Bitbucket              []BitbucketState              `json:"bitbucket"`
	Codecommit             []CodecommitState             `json:"codecommit"`
	GithubEnterpriseServer []GithubEnterpriseServerState `json:"github_enterprise_server"`
	S3Bucket               []S3BucketState               `json:"s3_bucket"`
}

type S3Bucket

type S3Bucket struct {
	// BucketName: string, required
	BucketName terra.StringValue `hcl:"bucket_name,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type S3BucketAttributes

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

func (S3BucketAttributes) BucketName

func (sb S3BucketAttributes) BucketName() terra.StringValue

func (S3BucketAttributes) InternalRef

func (sb S3BucketAttributes) InternalRef() (terra.Reference, error)

func (S3BucketAttributes) InternalTokens

func (sb S3BucketAttributes) InternalTokens() (hclwrite.Tokens, error)

func (S3BucketAttributes) InternalWithRef

func (sb S3BucketAttributes) InternalWithRef(ref terra.Reference) S3BucketAttributes

func (S3BucketAttributes) Name

type S3BucketState

type S3BucketState struct {
	BucketName string `json:"bucket_name"`
	Name       string `json:"name"`
}

type S3RepositoryDetails

type S3RepositoryDetails struct {
	// CodeArtifacts: min=0
	CodeArtifacts []CodeArtifacts `hcl:"code_artifacts,block" validate:"min=0"`
}

type S3RepositoryDetailsAttributes

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

func (S3RepositoryDetailsAttributes) BucketName

func (S3RepositoryDetailsAttributes) CodeArtifacts

func (S3RepositoryDetailsAttributes) InternalRef

func (srd S3RepositoryDetailsAttributes) InternalRef() (terra.Reference, error)

func (S3RepositoryDetailsAttributes) InternalTokens

func (srd S3RepositoryDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (S3RepositoryDetailsAttributes) InternalWithRef

type S3RepositoryDetailsState

type S3RepositoryDetailsState struct {
	BucketName    string               `json:"bucket_name"`
	CodeArtifacts []CodeArtifactsState `json:"code_artifacts"`
}

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