AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Details about a function's deployment package.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class FunctionCodeLocation
The FunctionCodeLocation type exposes the following members
Name | Description | |
---|---|---|
![]() |
FunctionCodeLocation() |
Name | Type | Description | |
---|---|---|---|
![]() |
ImageUri | System.String |
Gets and sets the property ImageUri. URI of a container image in the Amazon ECR registry. |
![]() |
Location | System.String |
Gets and sets the property Location. A presigned URL that you can use to download the deployment package. |
![]() |
RepositoryType | System.String |
Gets and sets the property RepositoryType. The service that's hosting the file. |
![]() |
ResolvedImageUri | System.String |
Gets and sets the property ResolvedImageUri. The resolved URI for the image. |
![]() |
SourceKMSKeyArn | System.String |
Gets and sets the property SourceKMSKeyArn. The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5