Get Function Result
data class GetFunctionResult(val architectures: List<FunctionArchitecturesItem>? = null, val arn: String? = null, val codeSigningConfigArn: String? = null, val deadLetterConfig: FunctionDeadLetterConfig? = null, val description: String? = null, val environment: FunctionEnvironment? = null, val ephemeralStorage: FunctionEphemeralStorage? = null, val fileSystemConfigs: List<FunctionFileSystemConfig>? = null, val handler: String? = null, val imageConfig: FunctionImageConfig? = null, val kmsKeyArn: String? = null, val layers: List<String>? = null, val memorySize: Int? = null, val packageType: FunctionPackageType? = null, val reservedConcurrentExecutions: Int? = null, val role: String? = null, val runtime: String? = null, val runtimeManagementConfig: FunctionRuntimeManagementConfig? = null, val snapStartResponse: FunctionSnapStartResponse? = null, val tags: List<FunctionTag>? = null, val timeout: Int? = null, val tracingConfig: FunctionTracingConfig? = null, val vpcConfig: FunctionVpcConfig? = null)
Constructors
Link copied to clipboard
fun GetFunctionResult(architectures: List<FunctionArchitecturesItem>? = null, arn: String? = null, codeSigningConfigArn: String? = null, deadLetterConfig: FunctionDeadLetterConfig? = null, description: String? = null, environment: FunctionEnvironment? = null, ephemeralStorage: FunctionEphemeralStorage? = null, fileSystemConfigs: List<FunctionFileSystemConfig>? = null, handler: String? = null, imageConfig: FunctionImageConfig? = null, kmsKeyArn: String? = null, layers: List<String>? = null, memorySize: Int? = null, packageType: FunctionPackageType? = null, reservedConcurrentExecutions: Int? = null, role: String? = null, runtime: String? = null, runtimeManagementConfig: FunctionRuntimeManagementConfig? = null, snapStartResponse: FunctionSnapStartResponse? = null, tags: List<FunctionTag>? = null, timeout: Int? = null, tracingConfig: FunctionTracingConfig? = null, vpcConfig: FunctionVpcConfig? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Connection settings for an Amazon EFS file system. To connect a function to a file system, a mount target must be available in every Availability Zone that your function connects to. If your template contains an AWS::EFS::MountTarget resource, you must also specify a DependsOn attribute to ensure that the mount target is created or updated before the function.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard