Uses of Interface
software.amazon.awscdk.interfaces.lambda.IVersionRef
Packages that use IVersionRef
Package
Description
AWS Lambda Construct Library
Amazon Simple Notification Service Construct Library
AWS Step Functions Construct Library
-
Uses of IVersionRef in software.amazon.awscdk.interfaces.lambda
Subinterfaces of IVersionRef in software.amazon.awscdk.interfaces.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVersionRef.Classes in software.amazon.awscdk.interfaces.lambda that implement IVersionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVersionRef in software.amazon.awscdk.services.cloudfront.experimental
Classes in software.amazon.awscdk.services.cloudfront.experimental that implement IVersionRef -
Uses of IVersionRef in software.amazon.awscdk.services.lambda
Subinterfaces of IVersionRef in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIVersion.Classes in software.amazon.awscdk.services.lambda that implement IVersionRefModifier and TypeClassDescriptionclassTheAWS::Lambda::Versionresource creates a version from the current code and configuration of a function.static final classA proxy class which represents a concrete javascript instance of this type.classTag the current state of a Function with a Version number.Methods in software.amazon.awscdk.services.lambda with parameters of type IVersionRefModifier and TypeMethodDescriptionCfnEventSourceMapping.Builder.functionName(IVersionRef functionName) The name or ARN of the Lambda function.CfnEventSourceMappingProps.Builder.functionName(IVersionRef functionName) Sets the value ofCfnEventSourceMappingProps.getFunctionName()CfnPermission.Builder.functionName(IVersionRef functionName) The name or ARN of the Lambda function, version, or alias.CfnPermissionProps.Builder.functionName(IVersionRef functionName) Sets the value ofCfnPermissionProps.getFunctionName() -
Uses of IVersionRef in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns with parameters of type IVersionRefModifier and TypeMethodDescriptionCfnSubscription.Builder.endpoint(IVersionRef endpoint) The subscription's endpoint.CfnSubscriptionProps.Builder.endpoint(IVersionRef endpoint) Sets the value ofCfnSubscriptionProps.getEndpoint() -
Uses of IVersionRef in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions with parameters of type IVersionRefModifier and TypeMethodDescriptionCfnStateMachine.Builder.definitionString(IVersionRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachineProps.Builder.definitionString(IVersionRef definitionString) Sets the value ofCfnStateMachineProps.getDefinitionString()