Uses of Interface
software.amazon.awscdk.services.autoscaling.CfnLaunchConfiguration.MetadataOptionsProperty
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnLaunchConfiguration.MetadataOptionsProperty in software.amazon.awscdk.services.autoscaling
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnLaunchConfiguration.MetadataOptionsProperty
Modifier and TypeMethodDescriptionCfnLaunchConfiguration.MetadataOptionsProperty.Builder.build()
Builds the configured instance.Modifier 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.