Uses of Enum Class
software.amazon.awscdk.services.synthetics.alpha.RuntimeFamily
-
Uses of RuntimeFamily in software.amazon.awscdk.services.synthetics.alpha
Methods in software.amazon.awscdk.services.synthetics.alpha that return RuntimeFamilyModifier and TypeMethodDescriptionRuntime.getFamily()(experimental) The Lambda runtime family.static RuntimeFamilyReturns the enum constant of this class with the specified name.static RuntimeFamily[]RuntimeFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.synthetics.alpha with parameters of type RuntimeFamilyModifier and TypeMethodDescriptionAssetCode.bind(software.constructs.Construct scope, String handler, RuntimeFamily family) (experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.abstract CodeConfigCode.bind(software.constructs.Construct scope, String handler, RuntimeFamily family) (experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.InlineCode.bind(software.constructs.Construct _scope, String handler, RuntimeFamily _family) (experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.S3Code.bind(software.constructs.Construct _scope, String _handler, RuntimeFamily _family) (experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.Constructors in software.amazon.awscdk.services.synthetics.alpha with parameters of type RuntimeFamily