Uses of Interface
software.amazon.awscdk.services.lambda.ICapacityProvider
Packages that use ICapacityProvider
-
Uses of ICapacityProvider in software.amazon.awscdk.services.lambda
Subinterfaces of ICapacityProvider in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICapacityProvider.Classes in software.amazon.awscdk.services.lambda that implement ICapacityProviderModifier and TypeClassDescriptionclassA Lambda capacity provider that manages compute resources for Lambda functions.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return ICapacityProviderModifier and TypeMethodDescriptionstatic ICapacityProviderCapacityProvider.fromCapacityProviderArn(software.constructs.Construct scope, String id, String capacityProviderArn) Import an existing capacity provider by ARN.static ICapacityProviderCapacityProvider.fromCapacityProviderAttributes(software.constructs.Construct scope, String id, CapacityProviderAttributes attrs) Import an existing capacity provider using its attributes.static ICapacityProviderCapacityProvider.fromCapacityProviderName(software.constructs.Construct scope, String id, String capacityProviderName) Import an existing capacity provider by name.