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.cfnpropertymixins.services.cloudfront
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudfront with parameters of type IVersionRefModifier and TypeMethodDescriptionCfnDistributionPropsMixin.LambdaFunctionAssociationProperty.Builder.lambdaFunctionArn(IVersionRef lambdaFunctionArn) -
Uses of IVersionRef in software.amazon.awscdk.cfnpropertymixins.services.lambda
Methods in software.amazon.awscdk.cfnpropertymixins.services.lambda with parameters of type IVersionRefModifier and TypeMethodDescriptionCfnEventSourceMappingMixinProps.Builder.functionName(IVersionRef functionName) Sets the value ofCfnEventSourceMappingMixinProps.getFunctionName()CfnEventSourceMappingPropsMixin.Builder.functionName(IVersionRef functionName) The name or ARN of the Lambda function.CfnPermissionMixinProps.Builder.functionName(IVersionRef functionName) Sets the value ofCfnPermissionMixinProps.getFunctionName()CfnPermissionPropsMixin.Builder.functionName(IVersionRef functionName) The name or ARN of the Lambda function, version, or alias. -
Uses of IVersionRef in software.amazon.awscdk.cfnpropertymixins.services.sns
Methods in software.amazon.awscdk.cfnpropertymixins.services.sns with parameters of type IVersionRefModifier and TypeMethodDescriptionCfnSubscriptionMixinProps.Builder.endpoint(IVersionRef endpoint) Sets the value ofCfnSubscriptionMixinProps.getEndpoint()CfnSubscriptionPropsMixin.Builder.endpoint(IVersionRef endpoint) The subscription's endpoint. -
Uses of IVersionRef in software.amazon.awscdk.cfnpropertymixins.services.stepfunctions
Methods in software.amazon.awscdk.cfnpropertymixins.services.stepfunctions with parameters of type IVersionRefModifier and TypeMethodDescriptionCfnStateMachineMixinProps.Builder.definitionString(IVersionRef definitionString) Sets the value ofCfnStateMachineMixinProps.getDefinitionString()CfnStateMachinePropsMixin.Builder.definitionString(IVersionRef definitionString) The Amazon States Language definition of the state machine. -
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()