Uses of Enum
software.amazon.awscdk.services.ec2.LaunchTemplateHttpTokens
Packages that use LaunchTemplateHttpTokens
-
Uses of LaunchTemplateHttpTokens in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return LaunchTemplateHttpTokensModifier and TypeMethodDescriptiondefault LaunchTemplateHttpTokensLaunchTemplateProps.getHttpTokens()The state of token usage for your instance metadata requests.final LaunchTemplateHttpTokensLaunchTemplateProps.Jsii$Proxy.getHttpTokens()static LaunchTemplateHttpTokensReturns the enum constant of this type with the specified name.static LaunchTemplateHttpTokens[]LaunchTemplateHttpTokens.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type LaunchTemplateHttpTokensModifier and TypeMethodDescriptionLaunchTemplate.Builder.httpTokens(LaunchTemplateHttpTokens httpTokens) The state of token usage for your instance metadata requests.LaunchTemplateProps.Builder.httpTokens(LaunchTemplateHttpTokens httpTokens) Sets the value ofLaunchTemplateProps.getHttpTokens()