AwsLambdaFunctionCodeLocationPropertiesResponse

data class AwsLambdaFunctionCodeLocationPropertiesResponse(val imageUri: String? = null, val location: String? = null, val repositoryType: String? = null, val resolvedImageUri: String? = null)

Definition of awsLambdaFunctionCodeLocation

Constructors

constructor(imageUri: String? = null, location: String? = null, repositoryType: String? = null, resolvedImageUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageUri: String? = null

URI of a container image in the Amazon ECR registry.

Link copied to clipboard
val location: String? = null

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

Link copied to clipboard
val repositoryType: String? = null

The service that's hosting the file.

Link copied to clipboard

The resolved URI for the image.