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
demandé il y a 2 ans293 vues
1 réponse
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

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions