FunctionConfiguration constructor
FunctionConfiguration({
- String? codeSha256,
- int? codeSize,
- DeadLetterConfig? deadLetterConfig,
- String? description,
- EnvironmentResponse? environment,
- List<
FileSystemConfig> ? fileSystemConfigs, - String? functionArn,
- String? functionName,
- String? handler,
- ImageConfigResponse? imageConfigResponse,
- String? kMSKeyArn,
- String? lastModified,
- LastUpdateStatus? lastUpdateStatus,
- String? lastUpdateStatusReason,
- LastUpdateStatusReasonCode? lastUpdateStatusReasonCode,
- List<
Layer> ? layers, - String? masterArn,
- int? memorySize,
- PackageType? packageType,
- String? revisionId,
- String? role,
- Runtime? runtime,
- String? signingJobArn,
- String? signingProfileVersionArn,
- State? state,
- String? stateReason,
- StateReasonCode? stateReasonCode,
- int? timeout,
- TracingConfigResponse? tracingConfig,
- String? version,
- VpcConfigResponse? vpcConfig,
Implementation
FunctionConfiguration({
this.codeSha256,
this.codeSize,
this.deadLetterConfig,
this.description,
this.environment,
this.fileSystemConfigs,
this.functionArn,
this.functionName,
this.handler,
this.imageConfigResponse,
this.kMSKeyArn,
this.lastModified,
this.lastUpdateStatus,
this.lastUpdateStatusReason,
this.lastUpdateStatusReasonCode,
this.layers,
this.masterArn,
this.memorySize,
this.packageType,
this.revisionId,
this.role,
this.runtime,
this.signingJobArn,
this.signingProfileVersionArn,
this.state,
this.stateReason,
this.stateReasonCode,
this.timeout,
this.tracingConfig,
this.version,
this.vpcConfig,
});