Auto Scaling
AwsAutoscalingAttachment
Terraform resource for managing an AWS Auto Scaling Attachment.
- Resource
import { AwsAutoscalingAttachment } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingAttachment/>
AwsAutoscalingGroup
Provides an Auto Scaling Group resource.
- Resource
- Data
import { AwsAutoscalingGroup } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingGroup/>
import { DataAwsAutoscalingGroup } from "@dinghy/tf-aws/serviceAutoscaling"
<DataAwsAutoscalingGroup/>
AwsAutoscalingGroups
Provides a list of Autoscaling Groups within a specific region.
- Data
import { DataAwsAutoscalingGroups } from "@dinghy/tf-aws/serviceAutoscaling"
<DataAwsAutoscalingGroups/>
AwsAutoscalingGroupTag
Manages an individual Autoscaling Group tag
- Resource
import { AwsAutoscalingGroupTag } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingGroupTag/>
AwsAutoscalingLifecycleHook
Provides an AutoScaling Lifecycle Hook resource.
- Resource
import { AwsAutoscalingLifecycleHook } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingLifecycleHook/>
AwsAutoscalingNotification
Provides an AutoScaling Group with Notification support
- Resource
import { AwsAutoscalingNotification } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingNotification/>
AwsAutoscalingPolicy
Provides an AutoScaling Scaling Group resource.
- Resource
import { AwsAutoscalingPolicy } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingPolicy/>
AwsAutoscalingSchedule
Provides an AutoScaling Schedule resource.
- Resource
import { AwsAutoscalingSchedule } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingSchedule/>
AwsAutoscalingTrafficSourceAttachment
Terraform resource for managing an AWS Auto Scaling Traffic Source Attachment.
- Resource
import { AwsAutoscalingTrafficSourceAttachment } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsAutoscalingTrafficSourceAttachment/>
AwsLaunchConfiguration
Provides a resource to create a new launch configuration, used for autoscaling groups.
- Resource
- Data
import { AwsLaunchConfiguration } from "@dinghy/tf-aws/serviceAutoscaling"
<AwsLaunchConfiguration/>
import { DataAwsLaunchConfiguration } from "@dinghy/tf-aws/serviceAutoscaling"
<DataAwsLaunchConfiguration/>