Uses of Enum
software.amazon.awscdk.services.ec2.LaunchTemplateHttpTokens
-
Uses of LaunchTemplateHttpTokens in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptiondefault LaunchTemplateHttpTokens
LaunchTemplateProps.getHttpTokens()
The state of token usage for your instance metadata requests.final LaunchTemplateHttpTokens
LaunchTemplateProps.Jsii$Proxy.getHttpTokens()
static LaunchTemplateHttpTokens
Returns 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.Modifier 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()