Get Function Configuration Result
data class GetFunctionConfigurationResult(val code: String? = null, val dataSourceName: String? = null, val description: String? = null, val functionArn: String? = null, val functionId: String? = null, val functionVersion: String? = null, val maxBatchSize: Int? = null, val name: String? = null, val requestMappingTemplate: String? = null, val responseMappingTemplate: String? = null, val runtime: FunctionConfigurationAppSyncRuntime? = null, val syncConfig: FunctionConfigurationSyncConfig? = null)
Constructors
Link copied to clipboard
fun GetFunctionConfigurationResult(code: String? = null, dataSourceName: String? = null, description: String? = null, functionArn: String? = null, functionId: String? = null, functionVersion: String? = null, maxBatchSize: Int? = null, name: String? = null, requestMappingTemplate: String? = null, responseMappingTemplate: String? = null, runtime: FunctionConfigurationAppSyncRuntime? = null, syncConfig: FunctionConfigurationSyncConfig? = null)