I know that the MFA delete on S3 Bucket can be enabled using AWS CLI or SDK, like it shown in this example.
But in case of CloudFormation template, if I want to enable MFA delete, I will have to invoke lambda with this code.
Is it possible somehow to enable the MFA delete for S3 Bucket directly from the CloudFormation template without invoking the specific lambda?