aws-cloudformation/cloudformation-coverage-roadmap

AWS::RedshiftServerless::Namespace - Support for SecretARN return value when "ManageAdminPassword" is set as true

Opened this issue · 0 comments

Name of the resource

AWS::RedshiftServerless::Namespace

Resource name

No response

Description

When we create RedshiftServerless Namespace having "ManageAdminPassword" property as true, in the backend it creates a Secrets Manager's secret to store the credentials. I want that secret's ARN value in the "Return values" of the resource type "AWS::RedshiftServerless::Namespace".

I can understand that there is a separate API call of "CreateSecret" that happens in this process and secret's ARN is not a specific property of Redshift Serverless Namespace. Hence, I am creating this as a feature request if it can be supported.

Other Details

No response