getFunction

Resource Type definition for AWS::CloudFront::Function

Return

null

Parameters

argument

null


suspend fun getFunction(functionArn: String): GetFunctionResult

Return

null

Parameters

functionArn

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

See also


suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.cloudfront.kotlin.inputs.GetFunctionPlainArgs.

See also