GetFunctionPlainArgs

data class GetFunctionPlainArgs(val functionArn: String) : ConvertibleToJava<GetFunctionPlainArgs>

Constructors

Link copied to clipboard
constructor(functionArn: String)

Properties

Link copied to clipboard

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

Functions

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