Version

class Version : KotlinCustomResource

Resource Type definition for AWS::Lambda::Version

Properties

Link copied to clipboard
val codeSha256: Output<String>?

Only publish a version if the hash value matches the value that's specified. Use this option to avoid publishing a version if the function code has changed since you last updated it. Updates are not supported for this property.

Link copied to clipboard
val description: Output<String>?

A description for the version to override the description in the function configuration. Updates are not supported for this property.

Link copied to clipboard
val functionArn: Output<String>

The ARN of the version.

Link copied to clipboard
val functionName: Output<String>

The name of the Lambda function.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Specifies a provisioned concurrency configuration for a function's version. Updates are not supported for this property.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies the runtime management configuration of a function. Displays runtimeVersionArn only for Manual.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version number.