Uses of Class
software.amazon.awscdk.services.autoscaling.AutoScalingGroupProps.Builder
Packages that use AutoScalingGroupProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of AutoScalingGroupProps.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return AutoScalingGroupProps.BuilderModifier and TypeMethodDescriptionAutoScalingGroupProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofCommonAutoScalingGroupProps.getAllowAllOutbound()AutoScalingGroupProps.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress) Sets the value ofCommonAutoScalingGroupProps.getAssociatePublicIpAddress()AutoScalingGroupProps.Builder.autoScalingGroupName(String autoScalingGroupName) Sets the value ofCommonAutoScalingGroupProps.getAutoScalingGroupName()AutoScalingGroupProps.Builder.azCapacityDistributionStrategy(CapacityDistributionStrategy azCapacityDistributionStrategy) Sets the value ofCommonAutoScalingGroupProps.getAzCapacityDistributionStrategy()AutoScalingGroupProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Sets the value ofCommonAutoScalingGroupProps.getBlockDevices()AutoScalingGroupProps.builder()AutoScalingGroupProps.Builder.capacityRebalance(Boolean capacityRebalance) Sets the value ofCommonAutoScalingGroupProps.getCapacityRebalance()Sets the value ofCommonAutoScalingGroupProps.getCooldown()AutoScalingGroupProps.Builder.defaultInstanceWarmup(Duration defaultInstanceWarmup) Sets the value ofCommonAutoScalingGroupProps.getDefaultInstanceWarmup()AutoScalingGroupProps.Builder.desiredCapacity(Number desiredCapacity) Sets the value ofCommonAutoScalingGroupProps.getDesiredCapacity()AutoScalingGroupProps.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics()AutoScalingGroupProps.Builder.healthCheck(HealthCheck healthCheck) Deprecated.Use `healthChecks` insteadAutoScalingGroupProps.Builder.healthChecks(HealthChecks healthChecks) Sets the value ofCommonAutoScalingGroupProps.getHealthChecks()AutoScalingGroupProps.Builder.ignoreUnmodifiedSizeProperties(Boolean ignoreUnmodifiedSizeProperties) Sets the value ofCommonAutoScalingGroupProps.getIgnoreUnmodifiedSizeProperties()AutoScalingGroupProps.Builder.init(CloudFormationInit init) Sets the value ofAutoScalingGroupProps.getInit()AutoScalingGroupProps.Builder.initOptions(ApplyCloudFormationInitOptions initOptions) Sets the value ofAutoScalingGroupProps.getInitOptions()AutoScalingGroupProps.Builder.instanceMonitoring(Monitoring instanceMonitoring) Sets the value ofCommonAutoScalingGroupProps.getInstanceMonitoring()AutoScalingGroupProps.Builder.instanceType(InstanceType instanceType) Sets the value ofAutoScalingGroupProps.getInstanceType()Deprecated.- Use `keyPair` instead - https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2-readme.html#using-an-existing-ec2-key-pairSets the value ofCommonAutoScalingGroupProps.getKeyPair()AutoScalingGroupProps.Builder.launchTemplate(ILaunchTemplate launchTemplate) Sets the value ofAutoScalingGroupProps.getLaunchTemplate()AutoScalingGroupProps.Builder.machineImage(IMachineImage machineImage) Sets the value ofAutoScalingGroupProps.getMachineImage()AutoScalingGroupProps.Builder.maxCapacity(Number maxCapacity) Sets the value ofCommonAutoScalingGroupProps.getMaxCapacity()AutoScalingGroupProps.Builder.maxHealthyPercentage(Number maxHealthyPercentage) Sets the value ofAutoScalingGroupProps.getMaxHealthyPercentage()AutoScalingGroupProps.Builder.maxInstanceLifetime(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()AutoScalingGroupProps.Builder.migrateToLaunchTemplate(Boolean migrateToLaunchTemplate) Sets the value ofAutoScalingGroupProps.getMigrateToLaunchTemplate()AutoScalingGroupProps.Builder.minCapacity(Number minCapacity) Sets the value ofCommonAutoScalingGroupProps.getMinCapacity()AutoScalingGroupProps.Builder.minHealthyPercentage(Number minHealthyPercentage) Sets the value ofAutoScalingGroupProps.getMinHealthyPercentage()AutoScalingGroupProps.Builder.mixedInstancesPolicy(MixedInstancesPolicy mixedInstancesPolicy) Sets the value ofAutoScalingGroupProps.getMixedInstancesPolicy()AutoScalingGroupProps.Builder.newInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn) Sets the value ofCommonAutoScalingGroupProps.getNewInstancesProtectedFromScaleIn()AutoScalingGroupProps.Builder.notifications(List<? extends NotificationConfiguration> notifications) Sets the value ofCommonAutoScalingGroupProps.getNotifications()AutoScalingGroupProps.Builder.requireImdsv2(Boolean requireImdsv2) Sets the value ofAutoScalingGroupProps.getRequireImdsv2()Sets the value ofAutoScalingGroupProps.getRole()AutoScalingGroupProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofAutoScalingGroupProps.getSecurityGroup()Sets the value ofCommonAutoScalingGroupProps.getSignals()Sets the value ofCommonAutoScalingGroupProps.getSpotPrice()AutoScalingGroupProps.Builder.ssmSessionPermissions(Boolean ssmSessionPermissions) Sets the value ofCommonAutoScalingGroupProps.getSsmSessionPermissions()AutoScalingGroupProps.Builder.terminationPolicies(List<? extends TerminationPolicy> terminationPolicies) Sets the value ofCommonAutoScalingGroupProps.getTerminationPolicies()AutoScalingGroupProps.Builder.terminationPolicyCustomLambdaFunctionArn(String terminationPolicyCustomLambdaFunctionArn) AutoScalingGroupProps.Builder.updatePolicy(UpdatePolicy updatePolicy) Sets the value ofCommonAutoScalingGroupProps.getUpdatePolicy()Sets the value ofAutoScalingGroupProps.getUserData()Sets the value ofAutoScalingGroupProps.getVpc()AutoScalingGroupProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofCommonAutoScalingGroupProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.autoscaling with parameters of type AutoScalingGroupProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(AutoScalingGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAutoScalingGroupProps.Builder.