Uses of Interface
software.amazon.awscdk.services.autoscaling.CfnLaunchConfiguration.MetadataOptionsProperty
Packages that use CfnLaunchConfiguration.MetadataOptionsProperty
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnLaunchConfiguration.MetadataOptionsProperty in software.amazon.awscdk.services.autoscaling
Classes in software.amazon.awscdk.services.autoscaling that implement CfnLaunchConfiguration.MetadataOptionsPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnLaunchConfiguration.MetadataOptionsProperty
Methods in software.amazon.awscdk.services.autoscaling that return CfnLaunchConfiguration.MetadataOptionsPropertyModifier and TypeMethodDescriptionCfnLaunchConfiguration.MetadataOptionsProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.autoscaling with parameters of type CfnLaunchConfiguration.MetadataOptionsPropertyModifier and TypeMethodDescriptionCfnLaunchConfiguration.Builder.metadataOptions
(CfnLaunchConfiguration.MetadataOptionsProperty metadataOptions) The metadata options for the instances.CfnLaunchConfigurationProps.Builder.metadataOptions
(CfnLaunchConfiguration.MetadataOptionsProperty metadataOptions) Sets the value ofCfnLaunchConfigurationProps.getMetadataOptions()
void
CfnLaunchConfiguration.setMetadataOptions
(CfnLaunchConfiguration.MetadataOptionsProperty value) The metadata options for the instances.