Uses of Enum
software.amazon.awscdk.services.imagebuilder.alpha.HttpTokens
Packages that use HttpTokens
Package
Description
EC2 Image Builder Construct Library
-
Uses of HttpTokens in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return HttpTokensModifier and TypeMethodDescriptiondefault HttpTokensInfrastructureConfigurationProps.getHttpTokens()(experimental) Indicates whether a signed token header is required for instance metadata retrieval requests.final HttpTokensInfrastructureConfigurationProps.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.imagebuilder.alpha with parameters of type HttpTokensModifier and TypeMethodDescriptionInfrastructureConfiguration.Builder.httpTokens(HttpTokens httpTokens) (experimental) Indicates whether a signed token header is required for instance metadata retrieval requests.InfrastructureConfigurationProps.Builder.httpTokens(HttpTokens httpTokens) Sets the value ofInfrastructureConfigurationProps.getHttpTokens()