evidentlyproject

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 CloudwatchLogs

type CloudwatchLogs struct {
	// LogGroup: string, optional
	LogGroup terra.StringValue `hcl:"log_group,attr"`
}

type CloudwatchLogsAttributes

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

func (CloudwatchLogsAttributes) InternalRef

func (cl CloudwatchLogsAttributes) InternalRef() (terra.Reference, error)

func (CloudwatchLogsAttributes) InternalTokens

func (cl CloudwatchLogsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CloudwatchLogsAttributes) InternalWithRef

func (CloudwatchLogsAttributes) LogGroup

type CloudwatchLogsState

type CloudwatchLogsState struct {
	LogGroup string `json:"log_group"`
}

type DataDelivery

type DataDelivery struct {
	// CloudwatchLogs: optional
	CloudwatchLogs *CloudwatchLogs `hcl:"cloudwatch_logs,block"`
	// S3Destination: optional
	S3Destination *S3Destination `hcl:"s3_destination,block"`
}

type DataDeliveryAttributes

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

func (DataDeliveryAttributes) CloudwatchLogs

func (DataDeliveryAttributes) InternalRef

func (dd DataDeliveryAttributes) InternalRef() (terra.Reference, error)

func (DataDeliveryAttributes) InternalTokens

func (dd DataDeliveryAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataDeliveryAttributes) InternalWithRef

func (DataDeliveryAttributes) S3Destination

type DataDeliveryState

type DataDeliveryState struct {
	CloudwatchLogs []CloudwatchLogsState `json:"cloudwatch_logs"`
	S3Destination  []S3DestinationState  `json:"s3_destination"`
}

type S3Destination

type S3Destination struct {
	// Bucket: string, optional
	Bucket terra.StringValue `hcl:"bucket,attr"`
	// Prefix: string, optional
	Prefix terra.StringValue `hcl:"prefix,attr"`
}

type S3DestinationAttributes

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

func (S3DestinationAttributes) Bucket

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

type S3DestinationState

type S3DestinationState struct {
	Bucket string `json:"bucket"`
	Prefix string `json:"prefix"`
}

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