Uses of Interface
software.amazon.awscdk.services.autoscaling.CfnAutoScalingGroup.LaunchTemplateSpecificationProperty
Packages that use CfnAutoScalingGroup.LaunchTemplateSpecificationProperty
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnAutoScalingGroup.LaunchTemplateSpecificationProperty in software.amazon.awscdk.services.autoscaling
Classes in software.amazon.awscdk.services.autoscaling that implement CfnAutoScalingGroup.LaunchTemplateSpecificationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnAutoScalingGroup.LaunchTemplateSpecificationPropertyMethods in software.amazon.awscdk.services.autoscaling that return CfnAutoScalingGroup.LaunchTemplateSpecificationPropertyModifier and TypeMethodDescriptionCfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.autoscaling with parameters of type CfnAutoScalingGroup.LaunchTemplateSpecificationPropertyModifier 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) voidCfnAutoScalingGroup.setLaunchTemplate(CfnAutoScalingGroup.LaunchTemplateSpecificationProperty value) Information used to specify the launch template and version to use to launch instances.