diff --git a/lib/convection/model/template/resource_property/aws_s3_cors_configuration_rule.rb b/lib/convection/model/template/resource_property/aws_s3_cors_configuration_rule.rb index 5031767..c0d57f2 100644 --- a/lib/convection/model/template/resource_property/aws_s3_cors_configuration_rule.rb +++ b/lib/convection/model/template/resource_property/aws_s3_cors_configuration_rule.rb @@ -6,7 +6,7 @@ class Template class ResourceProperty # Represents an {http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-cors-corsrule.html # Amazon S3 Cors Configuration Rule} - class S3CorsConfiguration < ResourceProperty + class S3CorsConfigurationRule < ResourceProperty property :allowed_headers, 'AllowedHeaders', :type => :list property :allowed_methods, 'AllowedMethods', :type => :list property :allowed_origins, 'AllowedOrigins', :type => :list