FunctionArgs

data class FunctionArgs(val autoPublish: Output<Boolean>? = null, val functionCode: Output<String>? = null, val functionConfig: Output<FunctionConfigArgs>? = null, val functionMetadata: Output<FunctionMetadataArgs>? = null, val name: Output<String>? = null) : ConvertibleToJava<FunctionArgs>

Resource Type definition for AWS::CloudFront::Function

Constructors

Link copied to clipboard
fun FunctionArgs(autoPublish: Output<Boolean>? = null, functionCode: Output<String>? = null, functionConfig: Output<FunctionConfigArgs>? = null, functionMetadata: Output<FunctionMetadataArgs>? = null, name: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val autoPublish: Output<Boolean>? = null
Link copied to clipboard
val functionCode: Output<String>? = null
Link copied to clipboard
val functionConfig: Output<FunctionConfigArgs>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null