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 classAn implementation forCfnLaunchConfiguration.MetadataOptionsPropertyMethods 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()voidCfnLaunchConfiguration.setMetadataOptions(CfnLaunchConfiguration.MetadataOptionsProperty value) The metadata options for the instances.