GetFunctionEphemeralStorage constructor

const GetFunctionEphemeralStorage({
  1. required Input<int> size,
})

Creates a new GetFunctionEphemeralStorage. size Size of the Lambda function ephemeral storage (/tmp) in MB.

Implementation

const GetFunctionEphemeralStorage({
  required this.size,
});