Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

AWS Secrets Manager Redshift Serverless Integration #1305

@jbingham17

Description

@jbingham17

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions