AWS cloudformation - Redshift Cluster subnet group

0

Hi Is there a possibility to provide Cluster subnet group name. it allow for other services like DMS and RDS, is there way to provide Cluster subnet group name for Redshift. Please let know.

Type: AWS::Redshift::ClusterSubnetGroup
Properties: 
  Description: String
  SubnetIds: 
    - String
  Tags: 
    - Tag
已提问 2 年前293 查看次数
1 回答
0

Looks like there is currently no way to set a custom name natively with CloudFormation. You can get the auto-generated name value, though, by calling Ref. You could also open an issue on the CloudFormation roadmap to get this supported -> https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues?q=is%3Aissue+is%3Aopen+redshift

Cheers

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则