Function

class Function : KotlinCustomResource

Resource Type definition for AWS::CloudFront::Function

Properties

Link copied to clipboard
val autoPublish: Output<Boolean>?

A flag that determines whether to automatically publish the function to the LIVE stage when it’s created. To automatically publish to the LIVE stage, set this property to true .

Link copied to clipboard
val functionArn: Output<String>

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: Output<String>

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 id: Output<String>
Link copied to clipboard
val name: Output<String>

A name to identify the function.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stage: Output<String>
Link copied to clipboard
val urn: Output<String>