GetFunctionEphemeralStorage constructor
const
GetFunctionEphemeralStorage({
- 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,
});