aws_codebuild_report_group

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// DeleteReports: bool, optional
	DeleteReports terra.BoolValue `hcl:"delete_reports,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// TagsAll: map of string, optional
	TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// ExportConfig: required
	ExportConfig *ExportConfig `hcl:"export_config,block" validate:"required"`
}

Args contains the configurations for aws_codebuild_report_group.

type ExportConfig

type ExportConfig struct {
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// ExportConfigS3Destination: optional
	S3Destination *ExportConfigS3Destination `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 ExportConfigS3Destination

type ExportConfigS3Destination 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 ExportConfigS3DestinationAttributes

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

func (ExportConfigS3DestinationAttributes) Bucket

func (ExportConfigS3DestinationAttributes) EncryptionDisabled

func (sd ExportConfigS3DestinationAttributes) EncryptionDisabled() terra.BoolValue

func (ExportConfigS3DestinationAttributes) EncryptionKey

func (ExportConfigS3DestinationAttributes) InternalRef

func (ExportConfigS3DestinationAttributes) InternalTokens

func (ExportConfigS3DestinationAttributes) InternalWithRef

func (ExportConfigS3DestinationAttributes) Packaging

func (ExportConfigS3DestinationAttributes) Path

type ExportConfigS3DestinationState

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

type ExportConfigState

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

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource aws_codebuild_report_group.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (acrg *Resource) Attributes() awsCodebuildReportGroupAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (acrg *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (acrg *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (acrg *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (acrg *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (acrg *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (acrg *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (acrg *Resource) State() (*awsCodebuildReportGroupState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (acrg *Resource) StateMust() *awsCodebuildReportGroupState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (acrg *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

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