FunctionVersionsByCapacityProviderListItem
Information about a function version that uses a specific capacity provider, including its ARN and current state.
Contents
- FunctionArn
-
The Amazon Resource Name (ARN) of the function version.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 10000.
Pattern:
arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST(\.PUBLISHED)?|[a-zA-Z0-9-_]+))?Required: Yes
- State
-
The current state of the function version.
Type: String
Valid Values:
Pending | Active | Inactive | Failed | Deactivating | Deactivated | ActiveNonInvocable | DeletingRequired: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: