Uses of Interface
software.amazon.awscdk.services.autoscaling.CfnAutoScalingGroup.LaunchTemplateSpecificationProperty
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnAutoScalingGroup.LaunchTemplateSpecificationProperty in software.amazon.awscdk.services.autoscaling
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnAutoScalingGroup.LaunchTemplateSpecificationProperty
Modifier and TypeMethodDescriptionCfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnAutoScalingGroup.Builder.launchTemplate
(CfnAutoScalingGroup.LaunchTemplateSpecificationProperty launchTemplate) Information used to specify the launch template and version to use to launch instances.CfnAutoScalingGroupProps.Builder.launchTemplate
(CfnAutoScalingGroup.LaunchTemplateSpecificationProperty launchTemplate) Sets the value ofCfnAutoScalingGroupProps.getLaunchTemplate()
CfnAutoScalingGroup.LaunchTemplateOverridesProperty.Builder.launchTemplateSpecification
(CfnAutoScalingGroup.LaunchTemplateSpecificationProperty launchTemplateSpecification) CfnAutoScalingGroup.LaunchTemplateProperty.Builder.launchTemplateSpecification
(CfnAutoScalingGroup.LaunchTemplateSpecificationProperty launchTemplateSpecification) void
CfnAutoScalingGroup.setLaunchTemplate
(CfnAutoScalingGroup.LaunchTemplateSpecificationProperty value) Information used to specify the launch template and version to use to launch instances.