AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.FunctionCodeLocation

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class FunctionCodeLocation

The FunctionCodeLocation type exposes the following members

Constructors

NameDescription
Public Method FunctionCodeLocation()

Properties

NameTypeDescription
Public Property ImageUri System.String

Gets and sets the property ImageUri.

URI of a container image in the Amazon ECR registry.

Public Property Location System.String

Gets and sets the property Location.

A presigned URL that you can use to download the deployment package.

Public Property RepositoryType System.String

Gets and sets the property RepositoryType.

The service that's hosting the file.

Public Property ResolvedImageUri System.String

Gets and sets the property ResolvedImageUri.

The resolved URI for the image.

Public Property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer