Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLaunchTemplatePropsMixin.Builder
Packages that use CfnLaunchTemplatePropsMixin.Builder
-
Uses of CfnLaunchTemplatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnLaunchTemplatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnLaunchTemplatePropsMixin.Builder.create()CfnLaunchTemplatePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLaunchTemplatePropsMixin.Builder.launchTemplateData(CfnLaunchTemplatePropsMixin.LaunchTemplateDataProperty launchTemplateData) The information for the launch template.CfnLaunchTemplatePropsMixin.Builder.launchTemplateData(IResolvable launchTemplateData) The information for the launch template.CfnLaunchTemplatePropsMixin.Builder.launchTemplateName(String launchTemplateName) A name for the launch template.CfnLaunchTemplatePropsMixin.Builder.tagSpecifications(List<? extends Object> tagSpecifications) The tags to apply to the launch template on creation.CfnLaunchTemplatePropsMixin.Builder.tagSpecifications(IResolvable tagSpecifications) The tags to apply to the launch template on creation.CfnLaunchTemplatePropsMixin.Builder.versionDescription(String versionDescription) A description for the first version of the launch template.