Documentation ¶
Index ¶
- type CloudwatchLogs
- type CloudwatchLogsAttributes
- func (cl CloudwatchLogsAttributes) InternalRef() (terra.Reference, error)
- func (cl CloudwatchLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cl CloudwatchLogsAttributes) InternalWithRef(ref terra.Reference) CloudwatchLogsAttributes
- func (cl CloudwatchLogsAttributes) LogGroup() terra.StringValue
- type CloudwatchLogsState
- type DataDelivery
- type DataDeliveryAttributes
- func (dd DataDeliveryAttributes) CloudwatchLogs() terra.ListValue[CloudwatchLogsAttributes]
- func (dd DataDeliveryAttributes) InternalRef() (terra.Reference, error)
- func (dd DataDeliveryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dd DataDeliveryAttributes) InternalWithRef(ref terra.Reference) DataDeliveryAttributes
- func (dd DataDeliveryAttributes) S3Destination() terra.ListValue[S3DestinationAttributes]
- type DataDeliveryState
- type S3Destination
- type S3DestinationAttributes
- func (sd S3DestinationAttributes) Bucket() terra.StringValue
- func (sd S3DestinationAttributes) InternalRef() (terra.Reference, error)
- func (sd S3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sd S3DestinationAttributes) InternalWithRef(ref terra.Reference) S3DestinationAttributes
- func (sd S3DestinationAttributes) Prefix() terra.StringValue
- type S3DestinationState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
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 (cl CloudwatchLogsAttributes) InternalWithRef(ref terra.Reference) CloudwatchLogsAttributes
func (CloudwatchLogsAttributes) LogGroup ¶
func (cl CloudwatchLogsAttributes) LogGroup() terra.StringValue
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 (dd DataDeliveryAttributes) CloudwatchLogs() terra.ListValue[CloudwatchLogsAttributes]
func (DataDeliveryAttributes) InternalRef ¶
func (dd DataDeliveryAttributes) InternalRef() (terra.Reference, error)
func (DataDeliveryAttributes) InternalTokens ¶
func (dd DataDeliveryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDeliveryAttributes) InternalWithRef ¶
func (dd DataDeliveryAttributes) InternalWithRef(ref terra.Reference) DataDeliveryAttributes
func (DataDeliveryAttributes) S3Destination ¶
func (dd DataDeliveryAttributes) S3Destination() terra.ListValue[S3DestinationAttributes]
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 (sd S3DestinationAttributes) Bucket() 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 (sd S3DestinationAttributes) InternalWithRef(ref terra.Reference) S3DestinationAttributes
func (S3DestinationAttributes) Prefix ¶
func (sd S3DestinationAttributes) Prefix() terra.StringValue
type S3DestinationState ¶
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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.