FunctionConfiguration
public struct FunctionConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the DataSource.
Declaration
Swift
public let dataSourceName: String?
-
The Function description.
Declaration
Swift
public let description: String?
-
The ARN of the Function object.
Declaration
Swift
public let functionArn: String?
-
A unique ID representing the Function object.
Declaration
Swift
public let functionId: String?
-
The version of the request mapping template. Currently only the 2018-05-29 version of the template is supported.
Declaration
Swift
public let functionVersion: String?
-
The name of the Function object.
Declaration
Swift
public let name: String?
-
The Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.
Declaration
Swift
public let requestMappingTemplate: String?
-
The Function response mapping template.
Declaration
Swift
public let responseMappingTemplate: String?
-
init(dataSourceName:description:functionArn:functionId:functionVersion:name:requestMappingTemplate:responseMappingTemplate:)
Undocumented
Declaration
Swift
public init(dataSourceName: String? = nil, description: String? = nil, functionArn: String? = nil, functionId: String? = nil, functionVersion: String? = nil, name: String? = nil, requestMappingTemplate: String? = nil, responseMappingTemplate: String? = nil)