awsdocs / aws-cloudformation-user-guide

The open source version of the AWS CloudFormation User Guide
Other
765 stars 1.3k forks source link

AWS Secrets Manager Redshift Serverless Integration #1305

Closed jbingham17 closed 9 months ago

jbingham17 commented 1 year ago

As of right now there does not appear to be any integration to allow Secrets Manager to connect to a Redshift Serverless Namespace.

The following code should be supported:

    Type: AWS::SecretsManager::SecretTargetAttachment
    Properties:
      SecretId:
        Ref: RedshiftLoginSecret
      TargetId:
        Ref: FWRedshiftServerlessNamespace
      TargetType: AWS::RedshiftServerless::Namespace

This fails since AWS::RedshiftServerless::Namespace is not a supported TargetType

joshbean commented 9 months ago

Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the 'awsdocs' org), see the announcement on the AWS News Blog.