Uses of Interface
software.amazon.awscdk.services.lambda.ResourceBindOptions
Packages that use ResourceBindOptions
-
Uses of ResourceBindOptions in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement ResourceBindOptionsMethods in software.amazon.awscdk.services.lambda that return ResourceBindOptionsModifier and TypeMethodDescriptionResourceBindOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type ResourceBindOptionsModifier and TypeMethodDescriptionvoid
AssetCode.bindToResource
(CfnResource resource, ResourceBindOptions options) Called after the CFN function resource has been created to allow the code class to bind to it.void
AssetImageCode.bindToResource
(CfnResource resource, ResourceBindOptions options) Called after the CFN function resource has been created to allow the code class to bind to it.void
Code.bindToResource
(CfnResource _resource, ResourceBindOptions _options) Called after the CFN function resource has been created to allow the code class to bind to it.