@Stability(value=Stable) @Internal public static final class AutoScalingGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AutoScalingGroupProps
AutoScalingGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeAutoScalingGroupProps.Builder, AutoScalingGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AutoScalingGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAllowAllOutbound()
Whether the instances can initiate connections to anywhere by default.
|
Boolean |
getAssociatePublicIpAddress()
Whether instances in the Auto Scaling Group should have public IP addresses associated with them.
|
String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
List<BlockDevice> |
getBlockDevices()
Specifies how block devices are exposed to the instance.
|
Duration |
getCooldown()
Default scaling cooldown for this AutoScalingGroup.
|
Number |
getDesiredCapacity()
Initial amount of instances in the fleet.
|
List<GroupMetrics> |
getGroupMetrics()
Enable monitoring for group metrics, these metrics describe the group rather than any of its instances.
|
HealthCheck |
getHealthCheck()
Configuration for health checks.
|
Boolean |
getIgnoreUnmodifiedSizeProperties()
If the ASG has scheduled actions, don't reset unchanged group sizes.
|
CloudFormationInit |
getInit()
Apply the given CloudFormation Init configuration to the instances in the AutoScalingGroup at startup.
|
ApplyCloudFormationInitOptions |
getInitOptions()
Use the given options for applying CloudFormation Init.
|
Monitoring |
getInstanceMonitoring()
Controls whether instances in this group are launched with detailed or basic monitoring.
|
InstanceType |
getInstanceType()
Type of instance to launch.
|
String |
getKeyName()
Name of SSH keypair to grant access to instances.
|
ILaunchTemplate |
getLaunchTemplate()
Launch template to use.
|
IMachineImage |
getMachineImage()
AMI to launch.
|
Number |
getMaxCapacity()
Maximum number of instances in the fleet.
|
Duration |
getMaxInstanceLifetime()
The maximum amount of time that an instance can be in service.
|
Number |
getMinCapacity()
Minimum number of instances in the fleet.
|
MixedInstancesPolicy |
getMixedInstancesPolicy()
Mixed Instances Policy to use.
|
Boolean |
getNewInstancesProtectedFromScaleIn()
Whether newly-launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.
|
List<NotificationConfiguration> |
getNotifications()
Configure autoscaling group to send notifications about fleet changes to an SNS topic(s).
|
Boolean |
getRequireImdsv2()
Whether IMDSv2 should be required on launched instances.
|
IRole |
getRole()
An IAM role to associate with the instance profile assigned to this Auto Scaling Group.
|
ISecurityGroup |
getSecurityGroup()
Security group to launch the instances in.
|
Signals |
getSignals()
Configure waiting for signals during deployment.
|
String |
getSpotPrice()
The maximum hourly price (in USD) to be paid for any Spot Instance launched to fulfill the request.
|
List<TerminationPolicy> |
getTerminationPolicies()
A policy or a list of policies that are used to select the instances to terminate.
|
UpdatePolicy |
getUpdatePolicy()
What to do when an AutoScalingGroup's instance configuration is changed.
|
UserData |
getUserData()
Specific UserData to use.
|
IVpc |
getVpc()
VPC to launch these instances in.
|
SubnetSelection |
getVpcSubnets()
Where to place instances within the VPC.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(AutoScalingGroupProps.Builder builder)
AutoScalingGroupProps.Builder.public final IVpc getVpc()
AutoScalingGroupPropsgetVpc in interface AutoScalingGroupPropspublic final CloudFormationInit getInit()
AutoScalingGroupProps
If you specify init, you must also specify signals to configure
the number of instances to wait for and the timeout for waiting for the
init process.
Default: - no CloudFormation init
getInit in interface AutoScalingGroupPropspublic final ApplyCloudFormationInitOptions getInitOptions()
AutoScalingGroupPropsDescribes the configsets to use and the timeout to wait
Default: - default options
getInitOptions in interface AutoScalingGroupPropspublic final InstanceType getInstanceType()
AutoScalingGroupProps
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - Do not provide any instance type
getInstanceType in interface AutoScalingGroupPropspublic final ILaunchTemplate getLaunchTemplate()
AutoScalingGroupPropsLaunch configuration related settings and MixedInstancesPolicy must not be specified when a launch template is specified.
Default: - Do not provide any launch template
getLaunchTemplate in interface AutoScalingGroupPropspublic final IMachineImage getMachineImage()
AutoScalingGroupProps
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - Do not provide any machine image
getMachineImage in interface AutoScalingGroupPropspublic final MixedInstancesPolicy getMixedInstancesPolicy()
AutoScalingGroupPropsLaunch configuration related settings and Launch Template must not be specified when a MixedInstancesPolicy is specified.
Default: - Do not provide any MixedInstancesPolicy
getMixedInstancesPolicy in interface AutoScalingGroupPropspublic final Boolean getRequireImdsv2()
AutoScalingGroupPropsDefault: false
getRequireImdsv2 in interface AutoScalingGroupPropspublic final IRole getRole()
AutoScalingGroupProps
The role must be assumable by the service principal ec2.amazonaws.com:
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: A role will automatically be created, it can be accessed via the `role` property
Example:
Role role = Role.Builder.create(this, "MyRole")
.assumedBy(new ServicePrincipal("ec2.amazonaws.com"))
.build();
getRole in interface AutoScalingGroupPropspublic final ISecurityGroup getSecurityGroup()
AutoScalingGroupProps
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - A SecurityGroup will be created if none is specified.
getSecurityGroup in interface AutoScalingGroupPropspublic final UserData getUserData()
AutoScalingGroupPropsThe UserData may still be mutated after creation.
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - A UserData object appropriate for the MachineImage's Operating System is created.
getUserData in interface AutoScalingGroupPropspublic final Boolean getAllowAllOutbound()
CommonAutoScalingGroupPropsDefault: true
getAllowAllOutbound in interface CommonAutoScalingGroupPropspublic final Boolean getAssociatePublicIpAddress()
CommonAutoScalingGroupProps
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - Use subnet setting.
getAssociatePublicIpAddress in interface CommonAutoScalingGroupPropspublic final String getAutoScalingGroupName()
CommonAutoScalingGroupPropsThis name must be unique per Region per account.
Default: - Auto generated by CloudFormation
getAutoScalingGroupName in interface CommonAutoScalingGroupPropspublic final List<BlockDevice> getBlockDevices()
CommonAutoScalingGroupPropsEach instance that is launched has an associated root device volume, either an Amazon EBS volume or an instance store volume. You can use block device mappings to specify additional EBS volumes or instance store volumes to attach to an instance when it is launched.
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - Uses the block device mapping of the AMI
getBlockDevices in interface CommonAutoScalingGroupPropspublic final Duration getCooldown()
CommonAutoScalingGroupPropsDefault: Duration.minutes(5)
getCooldown in interface CommonAutoScalingGroupPropspublic final Number getDesiredCapacity()
CommonAutoScalingGroupPropsIf this is set to a number, every deployment will reset the amount of instances to this number. It is recommended to leave this value blank.
Default: minCapacity, and leave unchanged during deployment
public final List<GroupMetrics> getGroupMetrics()
CommonAutoScalingGroupProps
To report all group metrics use GroupMetrics.all()
Group metrics are reported in a granularity of 1 minute at no additional charge.
Default: - no group metrics will be reported
getGroupMetrics in interface CommonAutoScalingGroupPropspublic final HealthCheck getHealthCheck()
CommonAutoScalingGroupPropsDefault: - HealthCheck.ec2 with no grace period
getHealthCheck in interface CommonAutoScalingGroupPropspublic final Boolean getIgnoreUnmodifiedSizeProperties()
CommonAutoScalingGroupPropsOnly used if the ASG has scheduled actions (which may scale your ASG up or down regardless of cdk deployments). If true, the size of the group will only be reset if it has been changed in the CDK app. If false, the sizes will always be changed back to what they were in the CDK app on deployment.
Default: true
getIgnoreUnmodifiedSizeProperties in interface CommonAutoScalingGroupPropspublic final Monitoring getInstanceMonitoring()
CommonAutoScalingGroupPropsWhen detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, CloudWatch generates metrics every 5 minutes.
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - Monitoring.DETAILED
public final String getKeyName()
CommonAutoScalingGroupProps
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: - No SSH access will be possible.
getKeyName in interface CommonAutoScalingGroupPropspublic final Number getMaxCapacity()
CommonAutoScalingGroupPropsDefault: desiredCapacity
getMaxCapacity in interface CommonAutoScalingGroupPropspublic final Duration getMaxInstanceLifetime()
CommonAutoScalingGroupPropsThe maximum duration applies to all current and future instances in the group. As an instance approaches its maximum duration, it is terminated and replaced, and cannot be used again.
You must specify a value of at least 604,800 seconds (7 days). To clear a previously set value, leave this property undefined.
Default: none
getMaxInstanceLifetime in interface CommonAutoScalingGroupPropspublic final Number getMinCapacity()
CommonAutoScalingGroupPropsDefault: 1
getMinCapacity in interface CommonAutoScalingGroupPropspublic final Boolean getNewInstancesProtectedFromScaleIn()
CommonAutoScalingGroupPropsBy default, Auto Scaling can terminate an instance at any time after launch when scaling in an Auto Scaling Group, subject to the group's termination policy. However, you may wish to protect newly-launched instances from being scaled in if they are going to run critical applications that should not be prematurely terminated.
This flag must be enabled if the Auto Scaling Group will be associated with an ECS Capacity Provider with managed termination protection.
Default: false
getNewInstancesProtectedFromScaleIn in interface CommonAutoScalingGroupPropspublic final List<NotificationConfiguration> getNotifications()
CommonAutoScalingGroupPropsDefault: - No fleet change notifications will be sent.
public final Signals getSignals()
CommonAutoScalingGroupProps
Use this to pause the CloudFormation deployment to wait for the instances
in the AutoScalingGroup to report successful startup during
creation and updates. The UserData script needs to invoke cfn-signal
with a success or failure code after it is done setting up the instance.
Without waiting for signals, the CloudFormation deployment will proceed as soon as the AutoScalingGroup has been created or updated but before the instances in the group have been started.
For example, to have instances wait for an Elastic Load Balancing health check before they signal success, add a health-check verification by using the cfn-init helper script. For an example, see the verify_instance_health command in the Auto Scaling rolling updates sample template:
https://github.com/awslabs/aws-cloudformation-templates/blob/master/aws/services/AutoScaling/AutoScalingRollingUpdates.yaml
Default: - Do not wait for signals
getSignals in interface CommonAutoScalingGroupPropspublic final String getSpotPrice()
CommonAutoScalingGroupPropsSpot Instances are launched when the price you specify exceeds the current Spot market price.
launchTemplate and mixedInstancesPolicy must not be specified when this property is specified
Default: none
getSpotPrice in interface CommonAutoScalingGroupPropspublic final List<TerminationPolicy> getTerminationPolicies()
CommonAutoScalingGroupPropsThe policies are executed in the order that you list them.
Default: - `TerminationPolicy.DEFAULT`
getTerminationPolicies in interface CommonAutoScalingGroupPropspublic final UpdatePolicy getUpdatePolicy()
CommonAutoScalingGroupPropsThis is applied when any of the settings on the ASG are changed that affect how the instances should be created (VPC, instance type, startup scripts, etc.). It indicates how the existing instances should be replaced with new instances matching the new config. By default, nothing is done and only new instances are launched with the new config.
Default: - `UpdatePolicy.rollingUpdate()` if using `init`, `UpdatePolicy.none()` otherwise
getUpdatePolicy in interface CommonAutoScalingGroupPropspublic final SubnetSelection getVpcSubnets()
CommonAutoScalingGroupPropsDefault: - All Private subnets.
getVpcSubnets in interface CommonAutoScalingGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.