Which of the following is the correct JSON snippet to define an AWS Config rule that checks if S3 buckets have versioning enabled?
A{\"ConfigRuleName\": \"s3-bucket-versioning-enabled\", \"Source\": {\"Owner\": \"AWS\", \"SourceIdentifier\": \"S3_BUCKET_VERSIONING_ENABLED\"}}
B{\"ConfigRuleName\": \"s3-bucket-public-access\", \"Source\": {\"Owner\": \"AWS\", \"SourceIdentifier\": \"S3_BUCKET_PUBLIC_READ_PROHIBITED\"}}
C{\"ConfigRuleName\": \"ec2-instance-type-check\", \"Source\": {\"Owner\": \"AWS\", \"SourceIdentifier\": \"EC2_INSTANCE_TYPE_CHECK\"}}
D{\"ConfigRuleName\": \"iam-password-policy\", \"Source\": {\"Owner\": \"AWS\", \"SourceIdentifier\": \"IAM_PASSWORD_POLICY\"}}