cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
[AWS::Redshift::ClusterSubnetGroup] - [Coverage] - Missing ClusterSubnetGroupName property
Name of the resource
AWS::Redshift::ClusterSubnetGroup
Resource name
No response
Description
When creating a Redshift cluster subnet group (outside of CloudFormation), the group name is one of the allowed properties. CloudFormation doesn't have this as an available option, leading to groups being created with auto-generated names rather than desired, intentional names.
Other Details
Also of note, in my simple test, ClusterSubnetGroupName was not rejected as an invalid property. However the group was still created with an auto-generated name and not the value passed in via ClusterSubnetGroupName