
com.pulumi.azurenative.awsconnector.outputs.AwsAutoScalingAutoScalingGroupPropertiesResponse Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.awsconnector.outputs;
import com.pulumi.azurenative.awsconnector.outputs.InstanceMaintenancePolicyResponse;
import com.pulumi.azurenative.awsconnector.outputs.LaunchTemplateSpecificationResponse;
import com.pulumi.azurenative.awsconnector.outputs.LifecycleHookSpecificationResponse;
import com.pulumi.azurenative.awsconnector.outputs.MetricsCollectionResponse;
import com.pulumi.azurenative.awsconnector.outputs.MixedInstancesPolicyResponse;
import com.pulumi.azurenative.awsconnector.outputs.NotificationConfigurationResponse;
import com.pulumi.azurenative.awsconnector.outputs.TagPropertyResponse;
import com.pulumi.core.annotations.CustomType;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class AwsAutoScalingAutoScalingGroupPropertiesResponse {
/**
* @return The name of the Auto Scaling group. This name must be unique per Region per account. The name can contain any ASCII character 33 to 126 including most punctuation characters, digits, and upper and lowercased letters. You cannot use a colon (:) in the name.
*
*/
private @Nullable String autoScalingGroupName;
/**
* @return A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the ``VPCZoneIdentifier`` property, or for attaching a network interface when an existing network interface ID is specified in a launch template.
*
*/
private @Nullable List availabilityZones;
/**
* @return Indicates whether Capacity Rebalancing is enabled. Otherwise, Capacity Rebalancing is disabled. When you turn on Capacity Rebalancing, Amazon EC2 Auto Scaling attempts to launch a Spot Instance whenever Amazon EC2 notifies that a Spot Instance is at an elevated risk of interruption. After launching a new instance, it then terminates an old instance. For more information, see [Use Capacity Rebalancing to handle Amazon EC2 Spot Interruptions](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html) in the in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable Boolean capacityRebalance;
/**
* @return Reserved.
*
*/
private @Nullable String context;
/**
* @return *Only needed if you use simple scaling policies.* The amount of time, in seconds, between one scaling activity ending and another one starting due to simple scaling policies. For more information, see [Scaling cooldowns for Amazon EC2 Auto Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html) in the *Amazon EC2 Auto Scaling User Guide*. Default: ``300`` seconds
*
*/
private @Nullable String cooldown;
/**
* @return The amount of time, in seconds, until a new instance is considered to have finished initializing and resource consumption to become stable after it enters the ``InService`` state. During an instance refresh, Amazon EC2 Auto Scaling waits for the warm-up period after it replaces an instance before it moves on to replacing the next instance. Amazon EC2 Auto Scaling also waits for the warm-up period before aggregating the metrics for new instances with existing instances in the Amazon CloudWatch metrics that are used for scaling, resulting in more reliable usage data. For more information, see [Set the default instance warmup for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-default-instance-warmup.html) in the *Amazon EC2 Auto Scaling User Guide*. To manage various warm-up settings at the group level, we recommend that you set the default instance warmup, *even if it is set to 0 seconds*. To remove a value that you previously set, include the property but specify ``-1`` for the value. However, we strongly recommend keeping the default instance warmup enabled by specifying a value of ``0`` or other nominal value. Default: None
*
*/
private @Nullable Integer defaultInstanceWarmup;
/**
* @return The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. It can scale beyond this capacity if you configure automatic scaling. The number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity when creating the stack, the default is the minimum size of the group. CloudFormation marks the Auto Scaling group as successful (by setting its status to CREATE_COMPLETE) when the desired capacity is reached. However, if a maximum Spot price is set in the launch template or launch configuration that you specified, then desired capacity is not used as a criteria for success. Whether your request is fulfilled depends on Spot Instance capacity and your maximum price.
*
*/
private @Nullable String desiredCapacity;
/**
* @return The unit of measurement for the value specified for desired capacity. Amazon EC2 Auto Scaling supports ``DesiredCapacityType`` for attribute-based instance type selection only. For more information, see [Creating an Auto Scaling group using attribute-based instance type selection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html) in the *Amazon EC2 Auto Scaling User Guide*. By default, Amazon EC2 Auto Scaling specifies ``units``, which translates into number of instances. Valid values: ``units`` | ``vcpu`` | ``memory-mib``
*
*/
private @Nullable String desiredCapacityType;
/**
* @return The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service and marking it unhealthy due to a failed health check. This is useful if your instances do not immediately pass their health checks after they enter the ``InService`` state. For more information, see [Set the health check grace period for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/health-check-grace-period.html) in the *Amazon EC2 Auto Scaling User Guide*. Default: ``0`` seconds
*
*/
private @Nullable Integer healthCheckGracePeriod;
/**
* @return A comma-separated value string of one or more health check types. The valid values are ``EC2``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for Auto Scaling instances](https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html) in the *Amazon EC2 Auto Scaling User Guide*. Only specify ``EC2`` if you must clear a value that was previously set.
*
*/
private @Nullable String healthCheckType;
/**
* @return The ID of the instance used to base the launch configuration on. For more information, see [Create an Auto Scaling group using an EC2 instance](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-from-instance.html) in the *Amazon EC2 Auto Scaling User Guide*. If you specify ``LaunchTemplate``, ``MixedInstancesPolicy``, or ``LaunchConfigurationName``, don't specify ``InstanceId``.
*
*/
private @Nullable String instanceId;
/**
* @return An instance maintenance policy. For more information, see [Set instance maintenance policy](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html) in the *Amazon EC2 Auto Scaling User Guide*. ``InstanceMaintenancePolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. For more information, see [Instance maintenance policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable InstanceMaintenancePolicyResponse instanceMaintenancePolicy;
/**
* @return The name of the launch configuration to use to launch instances. Required only if you don't specify ``LaunchTemplate``, ``MixedInstancesPolicy``, or ``InstanceId``.
*
*/
private @Nullable String launchConfigurationName;
/**
* @return Information used to specify the launch template and version to use to launch instances. You can alternatively associate a launch template to the Auto Scaling group by specifying a ``MixedInstancesPolicy``. For more information about creating launch templates, see [Create a launch template for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html) in the *Amazon EC2 Auto Scaling User Guide*. If you omit this property, you must specify ``MixedInstancesPolicy``, ``LaunchConfigurationName``, or ``InstanceId``. Specifies a launch template to use when provisioning EC2 instances for an Auto Scaling group. You must specify the following: + The ID or the name of the launch template, but not both. + The version of the launch template. ``LaunchTemplateSpecification`` is property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. It is also a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) and [AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html) property types. For information about creating a launch template, see [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) and [Create a launch template for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html) in the *Amazon EC2 Auto Scaling User Guide*. For examples of launch templates, see [Auto scaling template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-autoscaling.html) and the [Examples](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#aws-resource-ec2-launchtemplate--examples) section in the ``AWS::EC2::LaunchTemplate`` resource.
*
*/
private @Nullable LaunchTemplateSpecificationResponse launchTemplate;
/**
* @return One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.
*
*/
private @Nullable List lifecycleHookSpecificationList;
/**
* @return A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers, Network Load Balancers, and Gateway Load Balancers, specify the ``TargetGroupARNs`` property instead.
*
*/
private @Nullable List loadBalancerNames;
/**
* @return The maximum amount of time, in seconds, that an instance can be in service. The default is null. If specified, the value must be either 0 or a number equal to or greater than 86,400 seconds (1 day). For more information, see [Replacing Auto Scaling instances based on maximum instance lifetime](https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable Integer maxInstanceLifetime;
/**
* @return The maximum size of the group. With a mixed instances policy that uses instance weighting, Amazon EC2 Auto Scaling may need to go above ``MaxSize`` to meet your capacity requirements. In this event, Amazon EC2 Auto Scaling will never go above ``MaxSize`` by more than your largest instance weight (weights that define how many units each instance contributes to the desired capacity of the group).
*
*/
private @Nullable String maxSize;
/**
* @return Enables the monitoring of group metrics of an Auto Scaling group. By default, these metrics are disabled.
*
*/
private @Nullable List metricsCollection;
/**
* @return The minimum size of the group.
*
*/
private @Nullable String minSize;
/**
* @return An embedded object that specifies a mixed instances policy. The policy includes properties that not only define the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances (optional), and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacities, but also the properties that specify the instance configuration information—the launch template and instance types. The policy can also include a weight for each instance type and different launch templates for individual instance types. For more information, see [Auto Scaling groups with multiple instance types and purchase options](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html) in the *Amazon EC2 Auto Scaling User Guide*. Use this structure to launch multiple instance types and On-Demand Instances and Spot Instances within a single Auto Scaling group. A mixed instances policy contains information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see [Auto Scaling groups with multiple instance types and purchase options](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html) in the *Amazon EC2 Auto Scaling User Guide*. You can create a mixed instances policy for new and existing Auto Scaling groups. You must use a launch template to configure the policy. You cannot use a launch configuration. There are key differences between Spot Instances and On-Demand Instances: + The price for Spot Instances varies based on demand + Amazon EC2 can terminate an individual Spot Instance as the availability of, or price for, Spot Instances changes When a Spot Instance is terminated, Amazon EC2 Auto Scaling group attempts to launch a replacement instance to maintain the desired capacity for the group. ``MixedInstancesPolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
*
*/
private @Nullable MixedInstancesPolicyResponse mixedInstancesPolicy;
/**
* @return Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. For more information about preventing instances from terminating on scale in, see [Using instance scale-in protection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable Boolean newInstancesProtectedFromScaleIn;
/**
* @return A structure that specifies an Amazon SNS notification configuration for the ``NotificationConfigurations`` property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. For an example template snippet, see [Auto scaling template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-autoscaling.html). For more information, see [Get Amazon SNS notifications when your Auto Scaling group scales](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable NotificationConfigurationResponse notificationConfiguration;
/**
* @return Configures an Auto Scaling group to send notifications when specified events take place.
*
*/
private @Nullable List notificationConfigurations;
/**
* @return The name of the placement group into which to launch your instances. For more information, see [Placement groups](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the *Amazon EC2 User Guide for Linux Instances*. A *cluster* placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a cluster placement group.
*
*/
private @Nullable String placementGroup;
/**
* @return The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS service on your behalf. By default, Amazon EC2 Auto Scaling uses a service-linked role named ``AWSServiceRoleForAutoScaling``, which it creates if it does not exist. For more information, see [Service-linked roles](https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-service-linked-role.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable String serviceLinkedRoleARN;
/**
* @return One or more tags. You can tag your Auto Scaling group and propagate the tags to the Amazon EC2 instances it launches. Tags are not propagated to Amazon EBS volumes. To add tags to Amazon EBS volumes, specify the tags in a launch template but use caution. If the launch template specifies an instance tag with a key that is also specified for the Auto Scaling group, Amazon EC2 Auto Scaling overrides the value of that instance tag with the value specified by the Auto Scaling group. For more information, see [Tag Auto Scaling groups and instances](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-tagging.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable List tags;
/**
* @return The Amazon Resource Names (ARN) of the Elastic Load Balancing target groups to associate with the Auto Scaling group. Instances are registered as targets with the target groups. The target groups receive incoming traffic and route requests to one or more registered targets. For more information, see [Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
private @Nullable List targetGroupARNs;
/**
* @return A policy or a list of policies that are used to select the instance to terminate. These policies are executed in the order that you list them. For more information, see [Work with Amazon EC2 Auto Scaling termination policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-termination-policies.html) in the *Amazon EC2 Auto Scaling User Guide*. Valid values: ``Default`` | ``AllocationStrategy`` | ``ClosestToNextInstanceHour`` | ``NewestInstance`` | ``OldestInstance`` | ``OldestLaunchConfiguration`` | ``OldestLaunchTemplate`` | ``arn:aws:lambda:region:account-id:function:my-function:my-alias``
*
*/
private @Nullable List terminationPolicies;
/**
* @return A list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If this resource specifies public subnets and is also in a VPC that is defined in the same stack template, you must use the [DependsOn attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to declare a dependency on the [VPC-gateway attachment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html). When you update ``VPCZoneIdentifier``, this retains the same Auto Scaling group and replaces old instances with new ones, according to the specified subnets. You can optionally specify how CloudFormation handles these updates by using an [UpdatePolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html). Required to launch instances into a nondefault VPC. If you specify ``VPCZoneIdentifier`` with ``AvailabilityZones``, the subnets that you specify for this property must reside in those Availability Zones.
*
*/
private @Nullable List vpcZoneIdentifier;
private AwsAutoScalingAutoScalingGroupPropertiesResponse() {}
/**
* @return The name of the Auto Scaling group. This name must be unique per Region per account. The name can contain any ASCII character 33 to 126 including most punctuation characters, digits, and upper and lowercased letters. You cannot use a colon (:) in the name.
*
*/
public Optional autoScalingGroupName() {
return Optional.ofNullable(this.autoScalingGroupName);
}
/**
* @return A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the ``VPCZoneIdentifier`` property, or for attaching a network interface when an existing network interface ID is specified in a launch template.
*
*/
public List availabilityZones() {
return this.availabilityZones == null ? List.of() : this.availabilityZones;
}
/**
* @return Indicates whether Capacity Rebalancing is enabled. Otherwise, Capacity Rebalancing is disabled. When you turn on Capacity Rebalancing, Amazon EC2 Auto Scaling attempts to launch a Spot Instance whenever Amazon EC2 notifies that a Spot Instance is at an elevated risk of interruption. After launching a new instance, it then terminates an old instance. For more information, see [Use Capacity Rebalancing to handle Amazon EC2 Spot Interruptions](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html) in the in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public Optional capacityRebalance() {
return Optional.ofNullable(this.capacityRebalance);
}
/**
* @return Reserved.
*
*/
public Optional context() {
return Optional.ofNullable(this.context);
}
/**
* @return *Only needed if you use simple scaling policies.* The amount of time, in seconds, between one scaling activity ending and another one starting due to simple scaling policies. For more information, see [Scaling cooldowns for Amazon EC2 Auto Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html) in the *Amazon EC2 Auto Scaling User Guide*. Default: ``300`` seconds
*
*/
public Optional cooldown() {
return Optional.ofNullable(this.cooldown);
}
/**
* @return The amount of time, in seconds, until a new instance is considered to have finished initializing and resource consumption to become stable after it enters the ``InService`` state. During an instance refresh, Amazon EC2 Auto Scaling waits for the warm-up period after it replaces an instance before it moves on to replacing the next instance. Amazon EC2 Auto Scaling also waits for the warm-up period before aggregating the metrics for new instances with existing instances in the Amazon CloudWatch metrics that are used for scaling, resulting in more reliable usage data. For more information, see [Set the default instance warmup for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-default-instance-warmup.html) in the *Amazon EC2 Auto Scaling User Guide*. To manage various warm-up settings at the group level, we recommend that you set the default instance warmup, *even if it is set to 0 seconds*. To remove a value that you previously set, include the property but specify ``-1`` for the value. However, we strongly recommend keeping the default instance warmup enabled by specifying a value of ``0`` or other nominal value. Default: None
*
*/
public Optional defaultInstanceWarmup() {
return Optional.ofNullable(this.defaultInstanceWarmup);
}
/**
* @return The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. It can scale beyond this capacity if you configure automatic scaling. The number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity when creating the stack, the default is the minimum size of the group. CloudFormation marks the Auto Scaling group as successful (by setting its status to CREATE_COMPLETE) when the desired capacity is reached. However, if a maximum Spot price is set in the launch template or launch configuration that you specified, then desired capacity is not used as a criteria for success. Whether your request is fulfilled depends on Spot Instance capacity and your maximum price.
*
*/
public Optional desiredCapacity() {
return Optional.ofNullable(this.desiredCapacity);
}
/**
* @return The unit of measurement for the value specified for desired capacity. Amazon EC2 Auto Scaling supports ``DesiredCapacityType`` for attribute-based instance type selection only. For more information, see [Creating an Auto Scaling group using attribute-based instance type selection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html) in the *Amazon EC2 Auto Scaling User Guide*. By default, Amazon EC2 Auto Scaling specifies ``units``, which translates into number of instances. Valid values: ``units`` | ``vcpu`` | ``memory-mib``
*
*/
public Optional desiredCapacityType() {
return Optional.ofNullable(this.desiredCapacityType);
}
/**
* @return The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service and marking it unhealthy due to a failed health check. This is useful if your instances do not immediately pass their health checks after they enter the ``InService`` state. For more information, see [Set the health check grace period for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/health-check-grace-period.html) in the *Amazon EC2 Auto Scaling User Guide*. Default: ``0`` seconds
*
*/
public Optional healthCheckGracePeriod() {
return Optional.ofNullable(this.healthCheckGracePeriod);
}
/**
* @return A comma-separated value string of one or more health check types. The valid values are ``EC2``, ``ELB``, and ``VPC_LATTICE``. ``EC2`` is the default health check and cannot be disabled. For more information, see [Health checks for Auto Scaling instances](https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html) in the *Amazon EC2 Auto Scaling User Guide*. Only specify ``EC2`` if you must clear a value that was previously set.
*
*/
public Optional healthCheckType() {
return Optional.ofNullable(this.healthCheckType);
}
/**
* @return The ID of the instance used to base the launch configuration on. For more information, see [Create an Auto Scaling group using an EC2 instance](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-from-instance.html) in the *Amazon EC2 Auto Scaling User Guide*. If you specify ``LaunchTemplate``, ``MixedInstancesPolicy``, or ``LaunchConfigurationName``, don't specify ``InstanceId``.
*
*/
public Optional instanceId() {
return Optional.ofNullable(this.instanceId);
}
/**
* @return An instance maintenance policy. For more information, see [Set instance maintenance policy](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html) in the *Amazon EC2 Auto Scaling User Guide*. ``InstanceMaintenancePolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. For more information, see [Instance maintenance policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public Optional instanceMaintenancePolicy() {
return Optional.ofNullable(this.instanceMaintenancePolicy);
}
/**
* @return The name of the launch configuration to use to launch instances. Required only if you don't specify ``LaunchTemplate``, ``MixedInstancesPolicy``, or ``InstanceId``.
*
*/
public Optional launchConfigurationName() {
return Optional.ofNullable(this.launchConfigurationName);
}
/**
* @return Information used to specify the launch template and version to use to launch instances. You can alternatively associate a launch template to the Auto Scaling group by specifying a ``MixedInstancesPolicy``. For more information about creating launch templates, see [Create a launch template for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html) in the *Amazon EC2 Auto Scaling User Guide*. If you omit this property, you must specify ``MixedInstancesPolicy``, ``LaunchConfigurationName``, or ``InstanceId``. Specifies a launch template to use when provisioning EC2 instances for an Auto Scaling group. You must specify the following: + The ID or the name of the launch template, but not both. + The version of the launch template. ``LaunchTemplateSpecification`` is property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. It is also a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) and [AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html) property types. For information about creating a launch template, see [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) and [Create a launch template for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html) in the *Amazon EC2 Auto Scaling User Guide*. For examples of launch templates, see [Auto scaling template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-autoscaling.html) and the [Examples](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#aws-resource-ec2-launchtemplate--examples) section in the ``AWS::EC2::LaunchTemplate`` resource.
*
*/
public Optional launchTemplate() {
return Optional.ofNullable(this.launchTemplate);
}
/**
* @return One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.
*
*/
public List lifecycleHookSpecificationList() {
return this.lifecycleHookSpecificationList == null ? List.of() : this.lifecycleHookSpecificationList;
}
/**
* @return A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers, Network Load Balancers, and Gateway Load Balancers, specify the ``TargetGroupARNs`` property instead.
*
*/
public List loadBalancerNames() {
return this.loadBalancerNames == null ? List.of() : this.loadBalancerNames;
}
/**
* @return The maximum amount of time, in seconds, that an instance can be in service. The default is null. If specified, the value must be either 0 or a number equal to or greater than 86,400 seconds (1 day). For more information, see [Replacing Auto Scaling instances based on maximum instance lifetime](https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public Optional maxInstanceLifetime() {
return Optional.ofNullable(this.maxInstanceLifetime);
}
/**
* @return The maximum size of the group. With a mixed instances policy that uses instance weighting, Amazon EC2 Auto Scaling may need to go above ``MaxSize`` to meet your capacity requirements. In this event, Amazon EC2 Auto Scaling will never go above ``MaxSize`` by more than your largest instance weight (weights that define how many units each instance contributes to the desired capacity of the group).
*
*/
public Optional maxSize() {
return Optional.ofNullable(this.maxSize);
}
/**
* @return Enables the monitoring of group metrics of an Auto Scaling group. By default, these metrics are disabled.
*
*/
public List metricsCollection() {
return this.metricsCollection == null ? List.of() : this.metricsCollection;
}
/**
* @return The minimum size of the group.
*
*/
public Optional minSize() {
return Optional.ofNullable(this.minSize);
}
/**
* @return An embedded object that specifies a mixed instances policy. The policy includes properties that not only define the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances (optional), and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacities, but also the properties that specify the instance configuration information—the launch template and instance types. The policy can also include a weight for each instance type and different launch templates for individual instance types. For more information, see [Auto Scaling groups with multiple instance types and purchase options](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html) in the *Amazon EC2 Auto Scaling User Guide*. Use this structure to launch multiple instance types and On-Demand Instances and Spot Instances within a single Auto Scaling group. A mixed instances policy contains information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see [Auto Scaling groups with multiple instance types and purchase options](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html) in the *Amazon EC2 Auto Scaling User Guide*. You can create a mixed instances policy for new and existing Auto Scaling groups. You must use a launch template to configure the policy. You cannot use a launch configuration. There are key differences between Spot Instances and On-Demand Instances: + The price for Spot Instances varies based on demand + Amazon EC2 can terminate an individual Spot Instance as the availability of, or price for, Spot Instances changes When a Spot Instance is terminated, Amazon EC2 Auto Scaling group attempts to launch a replacement instance to maintain the desired capacity for the group. ``MixedInstancesPolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
*
*/
public Optional mixedInstancesPolicy() {
return Optional.ofNullable(this.mixedInstancesPolicy);
}
/**
* @return Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. For more information about preventing instances from terminating on scale in, see [Using instance scale-in protection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-protection.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public Optional newInstancesProtectedFromScaleIn() {
return Optional.ofNullable(this.newInstancesProtectedFromScaleIn);
}
/**
* @return A structure that specifies an Amazon SNS notification configuration for the ``NotificationConfigurations`` property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource. For an example template snippet, see [Auto scaling template snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-autoscaling.html). For more information, see [Get Amazon SNS notifications when your Auto Scaling group scales](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public Optional notificationConfiguration() {
return Optional.ofNullable(this.notificationConfiguration);
}
/**
* @return Configures an Auto Scaling group to send notifications when specified events take place.
*
*/
public List notificationConfigurations() {
return this.notificationConfigurations == null ? List.of() : this.notificationConfigurations;
}
/**
* @return The name of the placement group into which to launch your instances. For more information, see [Placement groups](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the *Amazon EC2 User Guide for Linux Instances*. A *cluster* placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a cluster placement group.
*
*/
public Optional placementGroup() {
return Optional.ofNullable(this.placementGroup);
}
/**
* @return The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS service on your behalf. By default, Amazon EC2 Auto Scaling uses a service-linked role named ``AWSServiceRoleForAutoScaling``, which it creates if it does not exist. For more information, see [Service-linked roles](https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-service-linked-role.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public Optional serviceLinkedRoleARN() {
return Optional.ofNullable(this.serviceLinkedRoleARN);
}
/**
* @return One or more tags. You can tag your Auto Scaling group and propagate the tags to the Amazon EC2 instances it launches. Tags are not propagated to Amazon EBS volumes. To add tags to Amazon EBS volumes, specify the tags in a launch template but use caution. If the launch template specifies an instance tag with a key that is also specified for the Auto Scaling group, Amazon EC2 Auto Scaling overrides the value of that instance tag with the value specified by the Auto Scaling group. For more information, see [Tag Auto Scaling groups and instances](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-tagging.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public List tags() {
return this.tags == null ? List.of() : this.tags;
}
/**
* @return The Amazon Resource Names (ARN) of the Elastic Load Balancing target groups to associate with the Auto Scaling group. Instances are registered as targets with the target groups. The target groups receive incoming traffic and route requests to one or more registered targets. For more information, see [Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html) in the *Amazon EC2 Auto Scaling User Guide*.
*
*/
public List targetGroupARNs() {
return this.targetGroupARNs == null ? List.of() : this.targetGroupARNs;
}
/**
* @return A policy or a list of policies that are used to select the instance to terminate. These policies are executed in the order that you list them. For more information, see [Work with Amazon EC2 Auto Scaling termination policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-termination-policies.html) in the *Amazon EC2 Auto Scaling User Guide*. Valid values: ``Default`` | ``AllocationStrategy`` | ``ClosestToNextInstanceHour`` | ``NewestInstance`` | ``OldestInstance`` | ``OldestLaunchConfiguration`` | ``OldestLaunchTemplate`` | ``arn:aws:lambda:region:account-id:function:my-function:my-alias``
*
*/
public List terminationPolicies() {
return this.terminationPolicies == null ? List.of() : this.terminationPolicies;
}
/**
* @return A list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If this resource specifies public subnets and is also in a VPC that is defined in the same stack template, you must use the [DependsOn attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to declare a dependency on the [VPC-gateway attachment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html). When you update ``VPCZoneIdentifier``, this retains the same Auto Scaling group and replaces old instances with new ones, according to the specified subnets. You can optionally specify how CloudFormation handles these updates by using an [UpdatePolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html). Required to launch instances into a nondefault VPC. If you specify ``VPCZoneIdentifier`` with ``AvailabilityZones``, the subnets that you specify for this property must reside in those Availability Zones.
*
*/
public List vpcZoneIdentifier() {
return this.vpcZoneIdentifier == null ? List.of() : this.vpcZoneIdentifier;
}
public static Builder builder() {
return new Builder();
}
public static Builder builder(AwsAutoScalingAutoScalingGroupPropertiesResponse defaults) {
return new Builder(defaults);
}
@CustomType.Builder
public static final class Builder {
private @Nullable String autoScalingGroupName;
private @Nullable List availabilityZones;
private @Nullable Boolean capacityRebalance;
private @Nullable String context;
private @Nullable String cooldown;
private @Nullable Integer defaultInstanceWarmup;
private @Nullable String desiredCapacity;
private @Nullable String desiredCapacityType;
private @Nullable Integer healthCheckGracePeriod;
private @Nullable String healthCheckType;
private @Nullable String instanceId;
private @Nullable InstanceMaintenancePolicyResponse instanceMaintenancePolicy;
private @Nullable String launchConfigurationName;
private @Nullable LaunchTemplateSpecificationResponse launchTemplate;
private @Nullable List lifecycleHookSpecificationList;
private @Nullable List loadBalancerNames;
private @Nullable Integer maxInstanceLifetime;
private @Nullable String maxSize;
private @Nullable List metricsCollection;
private @Nullable String minSize;
private @Nullable MixedInstancesPolicyResponse mixedInstancesPolicy;
private @Nullable Boolean newInstancesProtectedFromScaleIn;
private @Nullable NotificationConfigurationResponse notificationConfiguration;
private @Nullable List notificationConfigurations;
private @Nullable String placementGroup;
private @Nullable String serviceLinkedRoleARN;
private @Nullable List tags;
private @Nullable List targetGroupARNs;
private @Nullable List terminationPolicies;
private @Nullable List vpcZoneIdentifier;
public Builder() {}
public Builder(AwsAutoScalingAutoScalingGroupPropertiesResponse defaults) {
Objects.requireNonNull(defaults);
this.autoScalingGroupName = defaults.autoScalingGroupName;
this.availabilityZones = defaults.availabilityZones;
this.capacityRebalance = defaults.capacityRebalance;
this.context = defaults.context;
this.cooldown = defaults.cooldown;
this.defaultInstanceWarmup = defaults.defaultInstanceWarmup;
this.desiredCapacity = defaults.desiredCapacity;
this.desiredCapacityType = defaults.desiredCapacityType;
this.healthCheckGracePeriod = defaults.healthCheckGracePeriod;
this.healthCheckType = defaults.healthCheckType;
this.instanceId = defaults.instanceId;
this.instanceMaintenancePolicy = defaults.instanceMaintenancePolicy;
this.launchConfigurationName = defaults.launchConfigurationName;
this.launchTemplate = defaults.launchTemplate;
this.lifecycleHookSpecificationList = defaults.lifecycleHookSpecificationList;
this.loadBalancerNames = defaults.loadBalancerNames;
this.maxInstanceLifetime = defaults.maxInstanceLifetime;
this.maxSize = defaults.maxSize;
this.metricsCollection = defaults.metricsCollection;
this.minSize = defaults.minSize;
this.mixedInstancesPolicy = defaults.mixedInstancesPolicy;
this.newInstancesProtectedFromScaleIn = defaults.newInstancesProtectedFromScaleIn;
this.notificationConfiguration = defaults.notificationConfiguration;
this.notificationConfigurations = defaults.notificationConfigurations;
this.placementGroup = defaults.placementGroup;
this.serviceLinkedRoleARN = defaults.serviceLinkedRoleARN;
this.tags = defaults.tags;
this.targetGroupARNs = defaults.targetGroupARNs;
this.terminationPolicies = defaults.terminationPolicies;
this.vpcZoneIdentifier = defaults.vpcZoneIdentifier;
}
@CustomType.Setter
public Builder autoScalingGroupName(@Nullable String autoScalingGroupName) {
this.autoScalingGroupName = autoScalingGroupName;
return this;
}
@CustomType.Setter
public Builder availabilityZones(@Nullable List availabilityZones) {
this.availabilityZones = availabilityZones;
return this;
}
public Builder availabilityZones(String... availabilityZones) {
return availabilityZones(List.of(availabilityZones));
}
@CustomType.Setter
public Builder capacityRebalance(@Nullable Boolean capacityRebalance) {
this.capacityRebalance = capacityRebalance;
return this;
}
@CustomType.Setter
public Builder context(@Nullable String context) {
this.context = context;
return this;
}
@CustomType.Setter
public Builder cooldown(@Nullable String cooldown) {
this.cooldown = cooldown;
return this;
}
@CustomType.Setter
public Builder defaultInstanceWarmup(@Nullable Integer defaultInstanceWarmup) {
this.defaultInstanceWarmup = defaultInstanceWarmup;
return this;
}
@CustomType.Setter
public Builder desiredCapacity(@Nullable String desiredCapacity) {
this.desiredCapacity = desiredCapacity;
return this;
}
@CustomType.Setter
public Builder desiredCapacityType(@Nullable String desiredCapacityType) {
this.desiredCapacityType = desiredCapacityType;
return this;
}
@CustomType.Setter
public Builder healthCheckGracePeriod(@Nullable Integer healthCheckGracePeriod) {
this.healthCheckGracePeriod = healthCheckGracePeriod;
return this;
}
@CustomType.Setter
public Builder healthCheckType(@Nullable String healthCheckType) {
this.healthCheckType = healthCheckType;
return this;
}
@CustomType.Setter
public Builder instanceId(@Nullable String instanceId) {
this.instanceId = instanceId;
return this;
}
@CustomType.Setter
public Builder instanceMaintenancePolicy(@Nullable InstanceMaintenancePolicyResponse instanceMaintenancePolicy) {
this.instanceMaintenancePolicy = instanceMaintenancePolicy;
return this;
}
@CustomType.Setter
public Builder launchConfigurationName(@Nullable String launchConfigurationName) {
this.launchConfigurationName = launchConfigurationName;
return this;
}
@CustomType.Setter
public Builder launchTemplate(@Nullable LaunchTemplateSpecificationResponse launchTemplate) {
this.launchTemplate = launchTemplate;
return this;
}
@CustomType.Setter
public Builder lifecycleHookSpecificationList(@Nullable List lifecycleHookSpecificationList) {
this.lifecycleHookSpecificationList = lifecycleHookSpecificationList;
return this;
}
public Builder lifecycleHookSpecificationList(LifecycleHookSpecificationResponse... lifecycleHookSpecificationList) {
return lifecycleHookSpecificationList(List.of(lifecycleHookSpecificationList));
}
@CustomType.Setter
public Builder loadBalancerNames(@Nullable List loadBalancerNames) {
this.loadBalancerNames = loadBalancerNames;
return this;
}
public Builder loadBalancerNames(String... loadBalancerNames) {
return loadBalancerNames(List.of(loadBalancerNames));
}
@CustomType.Setter
public Builder maxInstanceLifetime(@Nullable Integer maxInstanceLifetime) {
this.maxInstanceLifetime = maxInstanceLifetime;
return this;
}
@CustomType.Setter
public Builder maxSize(@Nullable String maxSize) {
this.maxSize = maxSize;
return this;
}
@CustomType.Setter
public Builder metricsCollection(@Nullable List metricsCollection) {
this.metricsCollection = metricsCollection;
return this;
}
public Builder metricsCollection(MetricsCollectionResponse... metricsCollection) {
return metricsCollection(List.of(metricsCollection));
}
@CustomType.Setter
public Builder minSize(@Nullable String minSize) {
this.minSize = minSize;
return this;
}
@CustomType.Setter
public Builder mixedInstancesPolicy(@Nullable MixedInstancesPolicyResponse mixedInstancesPolicy) {
this.mixedInstancesPolicy = mixedInstancesPolicy;
return this;
}
@CustomType.Setter
public Builder newInstancesProtectedFromScaleIn(@Nullable Boolean newInstancesProtectedFromScaleIn) {
this.newInstancesProtectedFromScaleIn = newInstancesProtectedFromScaleIn;
return this;
}
@CustomType.Setter
public Builder notificationConfiguration(@Nullable NotificationConfigurationResponse notificationConfiguration) {
this.notificationConfiguration = notificationConfiguration;
return this;
}
@CustomType.Setter
public Builder notificationConfigurations(@Nullable List notificationConfigurations) {
this.notificationConfigurations = notificationConfigurations;
return this;
}
public Builder notificationConfigurations(NotificationConfigurationResponse... notificationConfigurations) {
return notificationConfigurations(List.of(notificationConfigurations));
}
@CustomType.Setter
public Builder placementGroup(@Nullable String placementGroup) {
this.placementGroup = placementGroup;
return this;
}
@CustomType.Setter
public Builder serviceLinkedRoleARN(@Nullable String serviceLinkedRoleARN) {
this.serviceLinkedRoleARN = serviceLinkedRoleARN;
return this;
}
@CustomType.Setter
public Builder tags(@Nullable List tags) {
this.tags = tags;
return this;
}
public Builder tags(TagPropertyResponse... tags) {
return tags(List.of(tags));
}
@CustomType.Setter
public Builder targetGroupARNs(@Nullable List targetGroupARNs) {
this.targetGroupARNs = targetGroupARNs;
return this;
}
public Builder targetGroupARNs(String... targetGroupARNs) {
return targetGroupARNs(List.of(targetGroupARNs));
}
@CustomType.Setter
public Builder terminationPolicies(@Nullable List terminationPolicies) {
this.terminationPolicies = terminationPolicies;
return this;
}
public Builder terminationPolicies(String... terminationPolicies) {
return terminationPolicies(List.of(terminationPolicies));
}
@CustomType.Setter
public Builder vpcZoneIdentifier(@Nullable List vpcZoneIdentifier) {
this.vpcZoneIdentifier = vpcZoneIdentifier;
return this;
}
public Builder vpcZoneIdentifier(String... vpcZoneIdentifier) {
return vpcZoneIdentifier(List.of(vpcZoneIdentifier));
}
public AwsAutoScalingAutoScalingGroupPropertiesResponse build() {
final var _resultValue = new AwsAutoScalingAutoScalingGroupPropertiesResponse();
_resultValue.autoScalingGroupName = autoScalingGroupName;
_resultValue.availabilityZones = availabilityZones;
_resultValue.capacityRebalance = capacityRebalance;
_resultValue.context = context;
_resultValue.cooldown = cooldown;
_resultValue.defaultInstanceWarmup = defaultInstanceWarmup;
_resultValue.desiredCapacity = desiredCapacity;
_resultValue.desiredCapacityType = desiredCapacityType;
_resultValue.healthCheckGracePeriod = healthCheckGracePeriod;
_resultValue.healthCheckType = healthCheckType;
_resultValue.instanceId = instanceId;
_resultValue.instanceMaintenancePolicy = instanceMaintenancePolicy;
_resultValue.launchConfigurationName = launchConfigurationName;
_resultValue.launchTemplate = launchTemplate;
_resultValue.lifecycleHookSpecificationList = lifecycleHookSpecificationList;
_resultValue.loadBalancerNames = loadBalancerNames;
_resultValue.maxInstanceLifetime = maxInstanceLifetime;
_resultValue.maxSize = maxSize;
_resultValue.metricsCollection = metricsCollection;
_resultValue.minSize = minSize;
_resultValue.mixedInstancesPolicy = mixedInstancesPolicy;
_resultValue.newInstancesProtectedFromScaleIn = newInstancesProtectedFromScaleIn;
_resultValue.notificationConfiguration = notificationConfiguration;
_resultValue.notificationConfigurations = notificationConfigurations;
_resultValue.placementGroup = placementGroup;
_resultValue.serviceLinkedRoleARN = serviceLinkedRoleARN;
_resultValue.tags = tags;
_resultValue.targetGroupARNs = targetGroupARNs;
_resultValue.terminationPolicies = terminationPolicies;
_resultValue.vpcZoneIdentifier = vpcZoneIdentifier;
return _resultValue;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy