GetFunctionResult

data class GetFunctionResult(val arn: String, val code: String, val comment: String, val etag: String, val id: String, val lastModifiedTime: String, val name: String, val runtime: String, val stage: String, val status: String)

A collection of values returned by getFunction.

Constructors

Link copied to clipboard
constructor(arn: String, code: String, comment: String, etag: String, id: String, lastModifiedTime: String, name: String, runtime: String, stage: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN identifying your CloudFront Function.

Link copied to clipboard

Source code of the function

Link copied to clipboard

Comment.

Link copied to clipboard

ETag hash of the function

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

When this resource was last modified.

Link copied to clipboard
Link copied to clipboard

Identifier of the function's runtime.

Link copied to clipboard
Link copied to clipboard

Status of the function. Can be UNPUBLISHED, UNASSOCIATED or ASSOCIATED.