cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::Redshift::ClusterSubnetGroup] - [Coverage] - Missing ClusterSubnetGroupName property

Open kimor79 opened this issue 1 year ago • 0 comments

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

kimor79 avatar Apr 09 '25 22:04 kimor79