AWSLambdaImageConfigResponse
Objective-C
@interface AWSLambdaImageConfigResponse
Swift
class AWSLambdaImageConfigResponse
Response to a GetFunctionConfiguration
request.
-
Error response to
GetFunctionConfiguration
.Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaImageConfigError *_Nullable error;
Swift
var error: AWSLambdaImageConfigError? { get set }
-
Configuration values that override the container image Dockerfile.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaImageConfig *_Nullable imageConfig;
Swift
var imageConfig: AWSLambdaImageConfig? { get set }