AwsLambdaFunctionCodeLocationPropertiesArgs

data class AwsLambdaFunctionCodeLocationPropertiesArgs(val imageUri: Output<String>? = null, val location: Output<String>? = null, val repositoryType: Output<String>? = null, val resolvedImageUri: Output<String>? = null) : ConvertibleToJava<AwsLambdaFunctionCodeLocationPropertiesArgs>

Definition of awsLambdaFunctionCodeLocation

Constructors

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

Properties

Link copied to clipboard
val imageUri: Output<String>? = null

URI of a container image in the Amazon ECR registry.

Link copied to clipboard
val location: Output<String>? = null

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

Link copied to clipboard
val repositoryType: Output<String>? = null

The service that's hosting the file.

Link copied to clipboard
val resolvedImageUri: Output<String>? = null

The resolved URI for the image.

Functions

Link copied to clipboard
open override fun toJava(): AwsLambdaFunctionCodeLocationPropertiesArgs