codebuildreportgroup

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 ExportConfig

type ExportConfig struct {
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// S3Destination: optional
	S3Destination *S3Destination `hcl:"s3_destination,block"`
}

type ExportConfigAttributes

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

func (ExportConfigAttributes) InternalRef

func (ec ExportConfigAttributes) InternalRef() (terra.Reference, error)

func (ExportConfigAttributes) InternalTokens

func (ec ExportConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ExportConfigAttributes) InternalWithRef

func (ExportConfigAttributes) S3Destination

func (ExportConfigAttributes) Type

type ExportConfigState

type ExportConfigState struct {
	Type          string               `json:"type"`
	S3Destination []S3DestinationState `json:"s3_destination"`
}

type S3Destination

type S3Destination struct {
	// Bucket: string, required
	Bucket terra.StringValue `hcl:"bucket,attr" validate:"required"`
	// EncryptionDisabled: bool, optional
	EncryptionDisabled terra.BoolValue `hcl:"encryption_disabled,attr"`
	// EncryptionKey: string, required
	EncryptionKey terra.StringValue `hcl:"encryption_key,attr" validate:"required"`
	// Packaging: string, optional
	Packaging terra.StringValue `hcl:"packaging,attr"`
	// Path: string, optional
	Path terra.StringValue `hcl:"path,attr"`
}

type S3DestinationAttributes

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

func (S3DestinationAttributes) Bucket

func (S3DestinationAttributes) EncryptionDisabled

func (sd S3DestinationAttributes) EncryptionDisabled() terra.BoolValue

func (S3DestinationAttributes) EncryptionKey

func (sd S3DestinationAttributes) EncryptionKey() terra.StringValue

func (S3DestinationAttributes) InternalRef

func (sd S3DestinationAttributes) InternalRef() (terra.Reference, error)

func (S3DestinationAttributes) InternalTokens

func (sd S3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (S3DestinationAttributes) InternalWithRef

func (S3DestinationAttributes) Packaging

func (sd S3DestinationAttributes) Packaging() terra.StringValue

func (S3DestinationAttributes) Path

type S3DestinationState

type S3DestinationState struct {
	Bucket             string `json:"bucket"`
	EncryptionDisabled bool   `json:"encryption_disabled"`
	EncryptionKey      string `json:"encryption_key"`
	Packaging          string `json:"packaging"`
	Path               string `json:"path"`
}

Jump to

Keyboard shortcuts

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