Get Version Result
data class GetVersionResult(val functionArn: String? = null, val policy: Any? = null, val version: String? = null)
Properties
Link copied to clipboard
The ARN of the version.
Link copied to clipboard
The resource policy of your function Search the CloudFormation User Guide for AWS::Lambda::Version
for more information about the expected schema for this property.