AWS - CloudFormation
You wrote this Resources section snippet:
What is the error in this configuration?
{
"MyBucket": {
"Type": "AWS::S3::Bucket",
"Properties": {
"BucketName": 12345
}
}
}What is the error in this configuration?
