Package-level declarations

Types

enum CodeSigningConfigCodeSigningPoliciesUntrustedArtifactOnDeployment : Enum<CodeSigningConfigCodeSigningPoliciesUntrustedArtifactOnDeployment> , ConvertibleToJava<CodeSigningConfigCodeSigningPoliciesUntrustedArtifactOnDeployment>

Indicates how Lambda operations involve updating the code artifact will operate. Default to Warn if not provided

enum EventSourceMappingDocumentDbEventSourceConfigFullDocument : Enum<EventSourceMappingDocumentDbEventSourceConfigFullDocument> , ConvertibleToJava<EventSourceMappingDocumentDbEventSourceConfigFullDocument>

Include full document in change stream response. The default option will only send the changes made to documents to Lambda. If you want the complete document sent to Lambda, set this to UpdateLookup.

enum EventSourceMappingFunctionResponseTypesItem : Enum<EventSourceMappingFunctionResponseTypesItem> , ConvertibleToJava<EventSourceMappingFunctionResponseTypesItem>
enum EventSourceMappingSourceAccessConfigurationType : Enum<EventSourceMappingSourceAccessConfigurationType> , ConvertibleToJava<EventSourceMappingSourceAccessConfigurationType>

The type of source access configuration.

Link copied to clipboard
enum FunctionArchitecturesItem : Enum<FunctionArchitecturesItem> , ConvertibleToJava<FunctionArchitecturesItem>
Link copied to clipboard
enum FunctionPackageType : Enum<FunctionPackageType> , ConvertibleToJava<FunctionPackageType>

PackageType.

enum FunctionRuntimeManagementConfigUpdateRuntimeOn : Enum<FunctionRuntimeManagementConfigUpdateRuntimeOn> , ConvertibleToJava<FunctionRuntimeManagementConfigUpdateRuntimeOn>

Trigger for runtime update

Link copied to clipboard
enum FunctionSnapStartApplyOn : Enum<FunctionSnapStartApplyOn> , ConvertibleToJava<FunctionSnapStartApplyOn>

Applying SnapStart setting on function resource type.

Link copied to clipboard
enum FunctionSnapStartResponseApplyOn : Enum<FunctionSnapStartResponseApplyOn> , ConvertibleToJava<FunctionSnapStartResponseApplyOn>

Applying SnapStart setting on function resource type.

enum FunctionSnapStartResponseOptimizationStatus : Enum<FunctionSnapStartResponseOptimizationStatus> , ConvertibleToJava<FunctionSnapStartResponseOptimizationStatus>

Indicates whether SnapStart is activated for the specified function version.

Link copied to clipboard
enum FunctionTracingConfigMode : Enum<FunctionTracingConfigMode> , ConvertibleToJava<FunctionTracingConfigMode>

The tracing mode.

Link copied to clipboard
enum PermissionFunctionUrlAuthType : Enum<PermissionFunctionUrlAuthType> , ConvertibleToJava<PermissionFunctionUrlAuthType>

The type of authentication that your function URL uses. Set to AWS_IAM if you want to restrict access to authenticated users only. Set to NONE if you want to bypass IAM authentication to create a public endpoint.

Link copied to clipboard
enum UrlAllowMethodsItem : Enum<UrlAllowMethodsItem> , ConvertibleToJava<UrlAllowMethodsItem>
Link copied to clipboard
enum UrlAuthType : Enum<UrlAuthType> , ConvertibleToJava<UrlAuthType>

Can be either AWS_IAM if the requests are authorized via IAM, or NONE if no authorization is configured on the Function URL.

Link copied to clipboard
enum UrlInvokeMode : Enum<UrlInvokeMode> , ConvertibleToJava<UrlInvokeMode>

The invocation mode for the function’s URL. Set to BUFFERED if you want to buffer responses before returning them to the client. Set to RESPONSE_STREAM if you want to stream responses, allowing faster time to first byte and larger response payload sizes. If not set, defaults to BUFFERED.