GetFunctionResult

data class GetFunctionResult(val functionArn: String? = null, val functionCode: String? = null, val functionConfig: FunctionConfig? = null, val functionMetadata: FunctionMetadata? = null, val name: String? = null, val stage: String? = null)

Constructors

Link copied to clipboard
constructor(functionArn: String? = null, functionCode: String? = null, functionConfig: FunctionConfig? = null, functionMetadata: FunctionMetadata? = null, name: String? = null, stage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val functionArn: String? = null

The ARN of the function. For example: arn:aws:cloudfront::123456789012:function/ExampleFunction . To get the function ARN, use the following syntax: !GetAtt *Function_Logical_ID* .FunctionMetadata.FunctionARN

Link copied to clipboard
val functionCode: String? = null

The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide .

Link copied to clipboard

Contains configuration information about a CloudFront function.

Link copied to clipboard

Contains metadata about a CloudFront function.

Link copied to clipboard
val name: String? = null

A name to identify the function.

Link copied to clipboard
val stage: String? = null