Specifies whether MFA Delete is enabled on this S3 Bucket.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public S3BucketVersioningConfig WithEnableMfaDelete( bool fEnabled )

- fEnabled (Boolean)
- True to enable MfaDelete on the S3 Bucket

The S3 Versioning Configuration object with EnableMfaDelete modified

If this property is set, please ensure that the
SetBucketVersioningRequest's MfaCodes property is set with
the Serial of and Token on the MFA device.