Documentation ¶
Index ¶
- type Args
- type HealthEventsConfig
- type HealthEventsConfigAttributes
- func (hec HealthEventsConfigAttributes) AvailabilityScoreThreshold() terra.NumberValue
- func (hec HealthEventsConfigAttributes) InternalRef() (terra.Reference, error)
- func (hec HealthEventsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (hec HealthEventsConfigAttributes) InternalWithRef(ref terra.Reference) HealthEventsConfigAttributes
- func (hec HealthEventsConfigAttributes) PerformanceScoreThreshold() terra.NumberValue
- type HealthEventsConfigState
- type InternetMeasurementsLogDelivery
- type InternetMeasurementsLogDeliveryAttributes
- func (imld InternetMeasurementsLogDeliveryAttributes) InternalRef() (terra.Reference, error)
- func (imld InternetMeasurementsLogDeliveryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (imld InternetMeasurementsLogDeliveryAttributes) InternalWithRef(ref terra.Reference) InternetMeasurementsLogDeliveryAttributes
- func (imld InternetMeasurementsLogDeliveryAttributes) S3Config() terra.ListValue[InternetMeasurementsLogDeliveryS3ConfigAttributes]
- type InternetMeasurementsLogDeliveryS3Config
- type InternetMeasurementsLogDeliveryS3ConfigAttributes
- func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) BucketName() terra.StringValue
- func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) BucketPrefix() terra.StringValue
- func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalRef() (terra.Reference, error)
- func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalWithRef(ref terra.Reference) InternetMeasurementsLogDeliveryS3ConfigAttributes
- func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) LogDeliveryStatus() terra.StringValue
- type InternetMeasurementsLogDeliveryS3ConfigState
- type InternetMeasurementsLogDeliveryState
- type Resource
- func (aim *Resource) Attributes() awsInternetmonitorMonitorAttributes
- func (aim *Resource) Configuration() interface{}
- func (aim *Resource) DependOn() terra.Reference
- func (aim *Resource) Dependencies() terra.Dependencies
- func (aim *Resource) ImportState(state io.Reader) error
- func (aim *Resource) LifecycleManagement() *terra.Lifecycle
- func (aim *Resource) LocalName() string
- func (aim *Resource) State() (*awsInternetmonitorMonitorState, bool)
- func (aim *Resource) StateMust() *awsInternetmonitorMonitorState
- func (aim *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // MaxCityNetworksToMonitor: number, optional MaxCityNetworksToMonitor terra.NumberValue `hcl:"max_city_networks_to_monitor,attr"` // MonitorName: string, required MonitorName terra.StringValue `hcl:"monitor_name,attr" validate:"required"` // Resources: set of string, optional Resources terra.SetValue[terra.StringValue] `hcl:"resources,attr"` // Status: string, optional Status terra.StringValue `hcl:"status,attr"` // 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"` // TrafficPercentageToMonitor: number, optional TrafficPercentageToMonitor terra.NumberValue `hcl:"traffic_percentage_to_monitor,attr"` // HealthEventsConfig: optional HealthEventsConfig *HealthEventsConfig `hcl:"health_events_config,block"` // InternetMeasurementsLogDelivery: optional InternetMeasurementsLogDelivery *InternetMeasurementsLogDelivery `hcl:"internet_measurements_log_delivery,block"` }
Args contains the configurations for aws_internetmonitor_monitor.
type HealthEventsConfig ¶
type HealthEventsConfig struct { // AvailabilityScoreThreshold: number, optional AvailabilityScoreThreshold terra.NumberValue `hcl:"availability_score_threshold,attr"` // PerformanceScoreThreshold: number, optional PerformanceScoreThreshold terra.NumberValue `hcl:"performance_score_threshold,attr"` }
type HealthEventsConfigAttributes ¶
type HealthEventsConfigAttributes struct {
// contains filtered or unexported fields
}
func (HealthEventsConfigAttributes) AvailabilityScoreThreshold ¶
func (hec HealthEventsConfigAttributes) AvailabilityScoreThreshold() terra.NumberValue
func (HealthEventsConfigAttributes) InternalRef ¶
func (hec HealthEventsConfigAttributes) InternalRef() (terra.Reference, error)
func (HealthEventsConfigAttributes) InternalTokens ¶
func (hec HealthEventsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (HealthEventsConfigAttributes) InternalWithRef ¶
func (hec HealthEventsConfigAttributes) InternalWithRef(ref terra.Reference) HealthEventsConfigAttributes
func (HealthEventsConfigAttributes) PerformanceScoreThreshold ¶
func (hec HealthEventsConfigAttributes) PerformanceScoreThreshold() terra.NumberValue
type HealthEventsConfigState ¶
type InternetMeasurementsLogDelivery ¶
type InternetMeasurementsLogDelivery struct { // InternetMeasurementsLogDeliveryS3Config: optional S3Config *InternetMeasurementsLogDeliveryS3Config `hcl:"s3_config,block"` }
type InternetMeasurementsLogDeliveryAttributes ¶
type InternetMeasurementsLogDeliveryAttributes struct {
// contains filtered or unexported fields
}
func (InternetMeasurementsLogDeliveryAttributes) InternalRef ¶
func (imld InternetMeasurementsLogDeliveryAttributes) InternalRef() (terra.Reference, error)
func (InternetMeasurementsLogDeliveryAttributes) InternalTokens ¶
func (imld InternetMeasurementsLogDeliveryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InternetMeasurementsLogDeliveryAttributes) InternalWithRef ¶
func (imld InternetMeasurementsLogDeliveryAttributes) InternalWithRef(ref terra.Reference) InternetMeasurementsLogDeliveryAttributes
func (InternetMeasurementsLogDeliveryAttributes) S3Config ¶
func (imld InternetMeasurementsLogDeliveryAttributes) S3Config() terra.ListValue[InternetMeasurementsLogDeliveryS3ConfigAttributes]
type InternetMeasurementsLogDeliveryS3Config ¶
type InternetMeasurementsLogDeliveryS3Config struct { // BucketName: string, required BucketName terra.StringValue `hcl:"bucket_name,attr" validate:"required"` // BucketPrefix: string, optional BucketPrefix terra.StringValue `hcl:"bucket_prefix,attr"` // LogDeliveryStatus: string, optional LogDeliveryStatus terra.StringValue `hcl:"log_delivery_status,attr"` }
type InternetMeasurementsLogDeliveryS3ConfigAttributes ¶
type InternetMeasurementsLogDeliveryS3ConfigAttributes struct {
// contains filtered or unexported fields
}
func (InternetMeasurementsLogDeliveryS3ConfigAttributes) BucketName ¶
func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) BucketName() terra.StringValue
func (InternetMeasurementsLogDeliveryS3ConfigAttributes) BucketPrefix ¶
func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) BucketPrefix() terra.StringValue
func (InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalRef ¶
func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalRef() (terra.Reference, error)
func (InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalTokens ¶
func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalWithRef ¶
func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) InternalWithRef(ref terra.Reference) InternetMeasurementsLogDeliveryS3ConfigAttributes
func (InternetMeasurementsLogDeliveryS3ConfigAttributes) LogDeliveryStatus ¶
func (sc InternetMeasurementsLogDeliveryS3ConfigAttributes) LogDeliveryStatus() terra.StringValue
type InternetMeasurementsLogDeliveryState ¶
type InternetMeasurementsLogDeliveryState struct {
S3Config []InternetMeasurementsLogDeliveryS3ConfigState `json:"s3_config"`
}
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_internetmonitor_monitor.
func (*Resource) Attributes ¶
func (aim *Resource) Attributes() awsInternetmonitorMonitorAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aim *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aim *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.
Click to show internal directories.
Click to hide internal directories.