Documentation ¶
Index ¶
- func ComputeRegionAutoscaler_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ComputeRegionAutoscaler_IsConstruct(x interface{}) *bool
- func ComputeRegionAutoscaler_IsTerraformElement(x interface{}) *bool
- func ComputeRegionAutoscaler_IsTerraformResource(x interface{}) *bool
- func ComputeRegionAutoscaler_TfResourceType() *string
- func NewComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference, ...)
- func NewComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference_Override(...)
- func NewComputeRegionAutoscalerAutoscalingPolicyMetricList_Override(c ComputeRegionAutoscalerAutoscalingPolicyMetricList, ...)
- func NewComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference, ...)
- func NewComputeRegionAutoscalerAutoscalingPolicyOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyOutputReference, ...)
- func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference_Override(...)
- func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference, ...)
- func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList_Override(c ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList, ...)
- func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference, ...)
- func NewComputeRegionAutoscalerTimeoutsOutputReference_Override(c ComputeRegionAutoscalerTimeoutsOutputReference, ...)
- func NewComputeRegionAutoscaler_Override(c ComputeRegionAutoscaler, scope constructs.Construct, id *string, ...)
- type ComputeRegionAutoscaler
- type ComputeRegionAutoscalerAutoscalingPolicy
- type ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization
- type ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference
- type ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization
- type ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference
- type ComputeRegionAutoscalerAutoscalingPolicyMetric
- type ComputeRegionAutoscalerAutoscalingPolicyMetricList
- type ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference
- type ComputeRegionAutoscalerAutoscalingPolicyOutputReference
- type ComputeRegionAutoscalerAutoscalingPolicyScaleInControl
- type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas
- type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference
- type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference
- type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedules
- type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList
- type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference
- type ComputeRegionAutoscalerConfig
- type ComputeRegionAutoscalerTimeouts
- type ComputeRegionAutoscalerTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeRegionAutoscaler_GenerateConfigForImport ¶
func ComputeRegionAutoscaler_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ComputeRegionAutoscaler resource upon running "cdktf plan <stack-name>".
func ComputeRegionAutoscaler_IsConstruct ¶
func ComputeRegionAutoscaler_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func ComputeRegionAutoscaler_IsTerraformElement ¶
func ComputeRegionAutoscaler_IsTerraformElement(x interface{}) *bool
Experimental.
func ComputeRegionAutoscaler_IsTerraformResource ¶
func ComputeRegionAutoscaler_IsTerraformResource(x interface{}) *bool
Experimental.
func ComputeRegionAutoscaler_TfResourceType ¶
func ComputeRegionAutoscaler_TfResourceType() *string
func NewComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewComputeRegionAutoscalerAutoscalingPolicyMetricList_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyMetricList_Override(c ComputeRegionAutoscalerAutoscalingPolicyMetricList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewComputeRegionAutoscalerAutoscalingPolicyOutputReference_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList_Override(c ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference_Override ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference_Override(c ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewComputeRegionAutoscalerTimeoutsOutputReference_Override ¶
func NewComputeRegionAutoscalerTimeoutsOutputReference_Override(c ComputeRegionAutoscalerTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewComputeRegionAutoscaler_Override ¶
func NewComputeRegionAutoscaler_Override(c ComputeRegionAutoscaler, scope constructs.Construct, id *string, config *ComputeRegionAutoscalerConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler google_compute_region_autoscaler} Resource.
Types ¶
type ComputeRegionAutoscaler ¶
type ComputeRegionAutoscaler interface { cdktf.TerraformResource AutoscalingPolicy() ComputeRegionAutoscalerAutoscalingPolicyOutputReference AutoscalingPolicyInput() *ComputeRegionAutoscalerAutoscalingPolicy // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreationTimestamp() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Region() *string SetRegion(val *string) RegionInput() *string SelfLink() *string Target() *string SetTarget(val *string) TargetInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ComputeRegionAutoscalerTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAutoscalingPolicy(value *ComputeRegionAutoscalerAutoscalingPolicy) PutTimeouts(value *ComputeRegionAutoscalerTimeouts) ResetDescription() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRegion() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler google_compute_region_autoscaler}.
func NewComputeRegionAutoscaler ¶
func NewComputeRegionAutoscaler(scope constructs.Construct, id *string, config *ComputeRegionAutoscalerConfig) ComputeRegionAutoscaler
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler google_compute_region_autoscaler} Resource.
type ComputeRegionAutoscalerAutoscalingPolicy ¶
type ComputeRegionAutoscalerAutoscalingPolicy struct { // The maximum number of instances that the autoscaler can scale up to. // // This is required when creating or updating an autoscaler. The // maximum number of replicas should not be lower than minimal number // of replicas. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#max_replicas ComputeRegionAutoscaler#max_replicas} MaxReplicas *float64 `field:"required" json:"maxReplicas" yaml:"maxReplicas"` // The minimum number of replicas that the autoscaler can scale down to. // // This cannot be less than 0. If not provided, autoscaler will // choose a default value depending on maximum number of instances // allowed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#min_replicas ComputeRegionAutoscaler#min_replicas} MinReplicas *float64 `field:"required" json:"minReplicas" yaml:"minReplicas"` // The number of seconds that the autoscaler should wait before it starts collecting information from a new instance. // // This prevents // the autoscaler from collecting information when the instance is // initializing, during which the collected usage would not be // reliable. The default time autoscaler waits is 60 seconds. // // Virtual machine initialization times might vary because of // numerous factors. We recommend that you test how long an // instance may take to initialize. To do this, create an instance // and time the startup process. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#cooldown_period ComputeRegionAutoscaler#cooldown_period} CooldownPeriod *float64 `field:"optional" json:"cooldownPeriod" yaml:"cooldownPeriod"` // cpu_utilization block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#cpu_utilization ComputeRegionAutoscaler#cpu_utilization} CpuUtilization *ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization `field:"optional" json:"cpuUtilization" yaml:"cpuUtilization"` // load_balancing_utilization block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#load_balancing_utilization ComputeRegionAutoscaler#load_balancing_utilization} LoadBalancingUtilization *ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization `field:"optional" json:"loadBalancingUtilization" yaml:"loadBalancingUtilization"` // metric block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#metric ComputeRegionAutoscaler#metric} Metric interface{} `field:"optional" json:"metric" yaml:"metric"` // Defines operating mode for this policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#mode ComputeRegionAutoscaler#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` // scale_in_control block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#scale_in_control ComputeRegionAutoscaler#scale_in_control} ScaleInControl *ComputeRegionAutoscalerAutoscalingPolicyScaleInControl `field:"optional" json:"scaleInControl" yaml:"scaleInControl"` // scaling_schedules block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#scaling_schedules ComputeRegionAutoscaler#scaling_schedules} ScalingSchedules interface{} `field:"optional" json:"scalingSchedules" yaml:"scalingSchedules"` }
type ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization ¶
type ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization struct { // The target CPU utilization that the autoscaler should maintain. // // Must be a float value in the range (0, 1]. If not specified, the // default is 0.6. // // If the CPU level is below the target utilization, the autoscaler // scales down the number of instances until it reaches the minimum // number of instances you specified or until the average CPU of // your instances reaches the target utilization. // // If the average CPU is above the target utilization, the autoscaler // scales up until it reaches the maximum number of instances you // specified or until the average utilization reaches the target // utilization. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#target ComputeRegionAutoscaler#target} Target *float64 `field:"required" json:"target" yaml:"target"` // Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are:. // // - NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. // // - OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#predictive_method ComputeRegionAutoscaler#predictive_method} PredictiveMethod *string `field:"optional" json:"predictiveMethod" yaml:"predictiveMethod"` }
type ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference ¶
type ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization SetInternalValue(val *ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization) PredictiveMethod() *string SetPredictiveMethod(val *string) PredictiveMethodInput() *string Target() *float64 SetTarget(val *float64) TargetInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetPredictiveMethod() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference ¶
func NewComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference
type ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization ¶
type ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization struct { // Fraction of backend capacity utilization (set in HTTP(s) load balancing configuration) that autoscaler should maintain. // // Must // be a positive float value. If not defined, the default is 0.8. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#target ComputeRegionAutoscaler#target} Target *float64 `field:"required" json:"target" yaml:"target"` }
type ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference ¶
type ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization SetInternalValue(val *ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization) Target() *float64 SetTarget(val *float64) TargetInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference ¶
func NewComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference
type ComputeRegionAutoscalerAutoscalingPolicyMetric ¶
type ComputeRegionAutoscalerAutoscalingPolicyMetric struct { // The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative values. // // The metric must have a value type of INT64 or DOUBLE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#name ComputeRegionAutoscaler#name} Name *string `field:"required" json:"name" yaml:"name"` // A filter string to be used as the filter string for a Stackdriver Monitoring TimeSeries.list API call. This filter is used to select a specific TimeSeries for the purpose of autoscaling and to determine whether the metric is exporting per-instance or per-group data. // // You can only use the AND operator for joining selectors. // You can only use direct equality comparison operator (=) without // any functions for each selector. // You can specify the metric in both the filter string and in the // metric field. However, if specified in both places, the metric must // be identical. // // The monitored resource type determines what kind of values are // expected for the metric. If it is a gce_instance, the autoscaler // expects the metric to include a separate TimeSeries for each // instance in a group. In such a case, you cannot filter on resource // labels. // // If the resource type is any other value, the autoscaler expects // this metric to contain values that apply to the entire autoscaled // instance group and resource label filtering can be performed to // point autoscaler at the correct TimeSeries to scale upon. // This is called a per-group metric for the purpose of autoscaling. // // If not specified, the type defaults to gce_instance. // // You should provide a filter that is selective enough to pick just // one TimeSeries for the autoscaled group or for each of the instances // (if you are using gce_instance resource type). If multiple // TimeSeries are returned upon the query execution, the autoscaler // will sum their respective values to obtain its scaling value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#filter ComputeRegionAutoscaler#filter} Filter *string `field:"optional" json:"filter" yaml:"filter"` // If scaling is based on a per-group metric value that represents the total amount of work to be done or resource usage, set this value to an amount assigned for a single instance of the scaled group. // // The autoscaler will keep the number of instances proportional to the // value of this metric, the metric itself should not change value due // to group resizing. // // For example, a good metric to use with the target is // 'pubsub.googleapis.com/subscription/num_undelivered_messages' // or a custom metric exporting the total number of requests coming to // your instances. // // A bad example would be a metric exporting an average or median // latency, since this value can't include a chunk assignable to a // single instance, it could be better used with utilization_target // instead. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#single_instance_assignment ComputeRegionAutoscaler#single_instance_assignment} SingleInstanceAssignment *float64 `field:"optional" json:"singleInstanceAssignment" yaml:"singleInstanceAssignment"` // The target value of the metric that autoscaler should maintain. // // This must be a positive value. A utilization // metric scales number of virtual machines handling requests // to increase or decrease proportionally to the metric. // // For example, a good metric to use as a utilizationTarget is // www.googleapis.com/compute/instance/network/received_bytes_count. // The autoscaler will work to keep this value constant for each // of the instances. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#target ComputeRegionAutoscaler#target} Target *float64 `field:"optional" json:"target" yaml:"target"` // Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Possible values: ["GAUGE", "DELTA_PER_SECOND", "DELTA_PER_MINUTE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#type ComputeRegionAutoscaler#type} Type *string `field:"optional" json:"type" yaml:"type"` }
type ComputeRegionAutoscalerAutoscalingPolicyMetricList ¶
type ComputeRegionAutoscalerAutoscalingPolicyMetricList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyMetricList ¶
func NewComputeRegionAutoscalerAutoscalingPolicyMetricList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ComputeRegionAutoscalerAutoscalingPolicyMetricList
type ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference ¶
type ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Filter() *string SetFilter(val *string) FilterInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string SingleInstanceAssignment() *float64 SetSingleInstanceAssignment(val *float64) SingleInstanceAssignmentInput() *float64 Target() *float64 SetTarget(val *float64) TargetInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetFilter() ResetSingleInstanceAssignment() ResetTarget() ResetType() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference ¶
func NewComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference
type ComputeRegionAutoscalerAutoscalingPolicyOutputReference ¶
type ComputeRegionAutoscalerAutoscalingPolicyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) CooldownPeriod() *float64 SetCooldownPeriod(val *float64) CooldownPeriodInput() *float64 CpuUtilization() ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference CpuUtilizationInput() *ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *ComputeRegionAutoscalerAutoscalingPolicy SetInternalValue(val *ComputeRegionAutoscalerAutoscalingPolicy) LoadBalancingUtilization() ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference LoadBalancingUtilizationInput() *ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization MaxReplicas() *float64 SetMaxReplicas(val *float64) MaxReplicasInput() *float64 Metric() ComputeRegionAutoscalerAutoscalingPolicyMetricList MetricInput() interface{} MinReplicas() *float64 SetMinReplicas(val *float64) MinReplicasInput() *float64 Mode() *string SetMode(val *string) ModeInput() *string ScaleInControl() ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference ScaleInControlInput() *ComputeRegionAutoscalerAutoscalingPolicyScaleInControl ScalingSchedules() ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList ScalingSchedulesInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutCpuUtilization(value *ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization) PutLoadBalancingUtilization(value *ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization) PutMetric(value interface{}) PutScaleInControl(value *ComputeRegionAutoscalerAutoscalingPolicyScaleInControl) PutScalingSchedules(value interface{}) ResetCooldownPeriod() ResetCpuUtilization() ResetLoadBalancingUtilization() ResetMetric() ResetMode() ResetScaleInControl() ResetScalingSchedules() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyOutputReference ¶
func NewComputeRegionAutoscalerAutoscalingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ComputeRegionAutoscalerAutoscalingPolicyOutputReference
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControl ¶
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControl struct { // max_scaled_in_replicas block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#max_scaled_in_replicas ComputeRegionAutoscaler#max_scaled_in_replicas} MaxScaledInReplicas *ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas `field:"optional" json:"maxScaledInReplicas" yaml:"maxScaledInReplicas"` // How long back autoscaling should look when computing recommendations to include directives regarding slower scale down, as described above. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#time_window_sec ComputeRegionAutoscaler#time_window_sec} TimeWindowSec *float64 `field:"optional" json:"timeWindowSec" yaml:"timeWindowSec"` }
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas ¶
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas struct { // Specifies a fixed number of VM instances. This must be a positive integer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#fixed ComputeRegionAutoscaler#fixed} Fixed *float64 `field:"optional" json:"fixed" yaml:"fixed"` // Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#percent ComputeRegionAutoscaler#percent} Percent *float64 `field:"optional" json:"percent" yaml:"percent"` }
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference ¶
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Fixed() *float64 SetFixed(val *float64) FixedInput() *float64 // Experimental. Fqn() *string InternalValue() *ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas SetInternalValue(val *ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas) Percent() *float64 SetPercent(val *float64) PercentInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetFixed() ResetPercent() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference ¶
type ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *ComputeRegionAutoscalerAutoscalingPolicyScaleInControl SetInternalValue(val *ComputeRegionAutoscalerAutoscalingPolicyScaleInControl) MaxScaledInReplicas() ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference MaxScaledInReplicasInput() *ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeWindowSec() *float64 SetTimeWindowSec(val *float64) TimeWindowSecInput() *float64 // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutMaxScaledInReplicas(value *ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas) ResetMaxScaledInReplicas() ResetTimeWindowSec() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference
type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedules ¶
type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedules struct { // The duration of time intervals (in seconds) for which this scaling schedule will be running. // // The minimum allowed value is 300. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#duration_sec ComputeRegionAutoscaler#duration_sec} DurationSec *float64 `field:"required" json:"durationSec" yaml:"durationSec"` // Minimum number of VM instances that autoscaler will recommend in time intervals starting according to schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#min_required_replicas ComputeRegionAutoscaler#min_required_replicas} MinRequiredReplicas *float64 `field:"required" json:"minRequiredReplicas" yaml:"minRequiredReplicas"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#name ComputeRegionAutoscaler#name}. Name *string `field:"required" json:"name" yaml:"name"` // The start timestamps of time intervals when this scaling schedule should provide a scaling signal. // // This field uses the extended cron format (with an optional year field). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#schedule ComputeRegionAutoscaler#schedule} Schedule *string `field:"required" json:"schedule" yaml:"schedule"` // A description of a scaling schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#description ComputeRegionAutoscaler#description} Description *string `field:"optional" json:"description" yaml:"description"` // A boolean value that specifies if a scaling schedule can influence autoscaler recommendations. // // If set to true, then a scaling schedule has no effect. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#disabled ComputeRegionAutoscaler#disabled} Disabled interface{} `field:"optional" json:"disabled" yaml:"disabled"` // The time zone to be used when interpreting the schedule. // // The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#time_zone ComputeRegionAutoscaler#time_zone} TimeZone *string `field:"optional" json:"timeZone" yaml:"timeZone"` }
type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList ¶
type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList
type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference ¶
type ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Description() *string SetDescription(val *string) DescriptionInput() *string Disabled() interface{} SetDisabled(val interface{}) DisabledInput() interface{} DurationSec() *float64 SetDurationSec(val *float64) DurationSecInput() *float64 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) MinRequiredReplicas() *float64 SetMinRequiredReplicas(val *float64) MinRequiredReplicasInput() *float64 Name() *string SetName(val *string) NameInput() *string Schedule() *string SetSchedule(val *string) ScheduleInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeZone() *string SetTimeZone(val *string) TimeZoneInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetDescription() ResetDisabled() ResetTimeZone() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference ¶
func NewComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference
type ComputeRegionAutoscalerConfig ¶
type ComputeRegionAutoscalerConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // autoscaling_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#autoscaling_policy ComputeRegionAutoscaler#autoscaling_policy} AutoscalingPolicy *ComputeRegionAutoscalerAutoscalingPolicy `field:"required" json:"autoscalingPolicy" yaml:"autoscalingPolicy"` // Name of the resource. // // The name must be 1-63 characters long and match // the regular expression '[a-z]([-a-z0-9]*[a-z0-9])?' which means the // first character must be a lowercase letter, and all following // characters must be a dash, lowercase letter, or digit, except the last // character, which cannot be a dash. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#name ComputeRegionAutoscaler#name} Name *string `field:"required" json:"name" yaml:"name"` // URL of the managed instance group that this autoscaler will scale. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#target ComputeRegionAutoscaler#target} Target *string `field:"required" json:"target" yaml:"target"` // An optional description of this resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#description ComputeRegionAutoscaler#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#id ComputeRegionAutoscaler#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#project ComputeRegionAutoscaler#project}. Project *string `field:"optional" json:"project" yaml:"project"` // URL of the region where the instance group resides. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#region ComputeRegionAutoscaler#region} Region *string `field:"optional" json:"region" yaml:"region"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#timeouts ComputeRegionAutoscaler#timeouts} Timeouts *ComputeRegionAutoscalerTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type ComputeRegionAutoscalerTimeouts ¶
type ComputeRegionAutoscalerTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#create ComputeRegionAutoscaler#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#delete ComputeRegionAutoscaler#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/compute_region_autoscaler#update ComputeRegionAutoscaler#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ComputeRegionAutoscalerTimeoutsOutputReference ¶
type ComputeRegionAutoscalerTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewComputeRegionAutoscalerTimeoutsOutputReference ¶
func NewComputeRegionAutoscalerTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ComputeRegionAutoscalerTimeoutsOutputReference
Source Files ¶
- ComputeRegionAutoscaler.go
- ComputeRegionAutoscalerAutoscalingPolicy.go
- ComputeRegionAutoscalerAutoscalingPolicyCpuUtilization.go
- ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference.go
- ComputeRegionAutoscalerAutoscalingPolicyCpuUtilizationOutputReference__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilization.go
- ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference.go
- ComputeRegionAutoscalerAutoscalingPolicyLoadBalancingUtilizationOutputReference__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyMetric.go
- ComputeRegionAutoscalerAutoscalingPolicyMetricList.go
- ComputeRegionAutoscalerAutoscalingPolicyMetricList__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference.go
- ComputeRegionAutoscalerAutoscalingPolicyMetricOutputReference__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyOutputReference.go
- ComputeRegionAutoscalerAutoscalingPolicyOutputReference__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControl.go
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas.go
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference.go
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasOutputReference__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference.go
- ComputeRegionAutoscalerAutoscalingPolicyScaleInControlOutputReference__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyScalingSchedules.go
- ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList.go
- ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesList__checks.go
- ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference.go
- ComputeRegionAutoscalerAutoscalingPolicyScalingSchedulesOutputReference__checks.go
- ComputeRegionAutoscalerConfig.go
- ComputeRegionAutoscalerTimeouts.go
- ComputeRegionAutoscalerTimeoutsOutputReference.go
- ComputeRegionAutoscalerTimeoutsOutputReference__checks.go
- ComputeRegionAutoscaler__checks.go
- main.go