Uses of Enum
software.amazon.awscdk.services.ec2.HttpTokens
Packages that use HttpTokens
-
Uses of HttpTokens in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return HttpTokensModifier and TypeMethodDescriptiondefault HttpTokensInstanceProps.getHttpTokens()The state of token usage for your instance metadata requests.final HttpTokensInstanceProps.Jsii$Proxy.getHttpTokens()static HttpTokensReturns the enum constant of this type with the specified name.static HttpTokens[]HttpTokens.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 HttpTokensModifier and TypeMethodDescriptionInstance.Builder.httpTokens(HttpTokens httpTokens) The state of token usage for your instance metadata requests.InstanceProps.Builder.httpTokens(HttpTokens httpTokens) Sets the value ofInstanceProps.getHttpTokens()