Documentation ¶
Index ¶
- type Args
- type DataDelivery
- type DataDeliveryAttributes
- func (dd DataDeliveryAttributes) CloudwatchLogs() terra.ListValue[DataDeliveryCloudwatchLogsAttributes]
- 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[DataDeliveryS3DestinationAttributes]
- type DataDeliveryCloudwatchLogs
- type DataDeliveryCloudwatchLogsAttributes
- func (cl DataDeliveryCloudwatchLogsAttributes) InternalRef() (terra.Reference, error)
- func (cl DataDeliveryCloudwatchLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cl DataDeliveryCloudwatchLogsAttributes) InternalWithRef(ref terra.Reference) DataDeliveryCloudwatchLogsAttributes
- func (cl DataDeliveryCloudwatchLogsAttributes) LogGroup() terra.StringValue
- type DataDeliveryCloudwatchLogsState
- type DataDeliveryS3Destination
- type DataDeliveryS3DestinationAttributes
- func (sd DataDeliveryS3DestinationAttributes) Bucket() terra.StringValue
- func (sd DataDeliveryS3DestinationAttributes) InternalRef() (terra.Reference, error)
- func (sd DataDeliveryS3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sd DataDeliveryS3DestinationAttributes) InternalWithRef(ref terra.Reference) DataDeliveryS3DestinationAttributes
- func (sd DataDeliveryS3DestinationAttributes) Prefix() terra.StringValue
- type DataDeliveryS3DestinationState
- type DataDeliveryState
- type Resource
- func (aep *Resource) Attributes() awsEvidentlyProjectAttributes
- func (aep *Resource) Configuration() interface{}
- func (aep *Resource) DependOn() terra.Reference
- func (aep *Resource) Dependencies() terra.Dependencies
- func (aep *Resource) ImportState(state io.Reader) error
- func (aep *Resource) LifecycleManagement() *terra.Lifecycle
- func (aep *Resource) LocalName() string
- func (aep *Resource) State() (*awsEvidentlyProjectState, bool)
- func (aep *Resource) StateMust() *awsEvidentlyProjectState
- func (aep *Resource) Type() string
- 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 Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,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"` // DataDelivery: optional DataDelivery *DataDelivery `hcl:"data_delivery,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_evidently_project.
type DataDelivery ¶
type DataDelivery struct { // DataDeliveryCloudwatchLogs: optional CloudwatchLogs *DataDeliveryCloudwatchLogs `hcl:"cloudwatch_logs,block"` // DataDeliveryS3Destination: optional S3Destination *DataDeliveryS3Destination `hcl:"s3_destination,block"` }
type DataDeliveryAttributes ¶
type DataDeliveryAttributes struct {
// contains filtered or unexported fields
}
func (DataDeliveryAttributes) CloudwatchLogs ¶
func (dd DataDeliveryAttributes) CloudwatchLogs() terra.ListValue[DataDeliveryCloudwatchLogsAttributes]
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[DataDeliveryS3DestinationAttributes]
type DataDeliveryCloudwatchLogs ¶
type DataDeliveryCloudwatchLogs struct { // LogGroup: string, optional LogGroup terra.StringValue `hcl:"log_group,attr"` }
type DataDeliveryCloudwatchLogsAttributes ¶
type DataDeliveryCloudwatchLogsAttributes struct {
// contains filtered or unexported fields
}
func (DataDeliveryCloudwatchLogsAttributes) InternalRef ¶
func (cl DataDeliveryCloudwatchLogsAttributes) InternalRef() (terra.Reference, error)
func (DataDeliveryCloudwatchLogsAttributes) InternalTokens ¶
func (cl DataDeliveryCloudwatchLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDeliveryCloudwatchLogsAttributes) InternalWithRef ¶
func (cl DataDeliveryCloudwatchLogsAttributes) InternalWithRef(ref terra.Reference) DataDeliveryCloudwatchLogsAttributes
func (DataDeliveryCloudwatchLogsAttributes) LogGroup ¶
func (cl DataDeliveryCloudwatchLogsAttributes) LogGroup() terra.StringValue
type DataDeliveryCloudwatchLogsState ¶
type DataDeliveryCloudwatchLogsState struct {
LogGroup string `json:"log_group"`
}
type DataDeliveryS3Destination ¶
type DataDeliveryS3Destination struct { // Bucket: string, optional Bucket terra.StringValue `hcl:"bucket,attr"` // Prefix: string, optional Prefix terra.StringValue `hcl:"prefix,attr"` }
type DataDeliveryS3DestinationAttributes ¶
type DataDeliveryS3DestinationAttributes struct {
// contains filtered or unexported fields
}
func (DataDeliveryS3DestinationAttributes) Bucket ¶
func (sd DataDeliveryS3DestinationAttributes) Bucket() terra.StringValue
func (DataDeliveryS3DestinationAttributes) InternalRef ¶
func (sd DataDeliveryS3DestinationAttributes) InternalRef() (terra.Reference, error)
func (DataDeliveryS3DestinationAttributes) InternalTokens ¶
func (sd DataDeliveryS3DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDeliveryS3DestinationAttributes) InternalWithRef ¶
func (sd DataDeliveryS3DestinationAttributes) InternalWithRef(ref terra.Reference) DataDeliveryS3DestinationAttributes
func (DataDeliveryS3DestinationAttributes) Prefix ¶
func (sd DataDeliveryS3DestinationAttributes) Prefix() terra.StringValue
type DataDeliveryState ¶
type DataDeliveryState struct { CloudwatchLogs []DataDeliveryCloudwatchLogsState `json:"cloudwatch_logs"` S3Destination []DataDeliveryS3DestinationState `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_evidently_project.
func (*Resource) Attributes ¶
func (aep *Resource) Attributes() awsEvidentlyProjectAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aep *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aep *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
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.