cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

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

Open davejay99 opened this issue 1 year ago • 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

davejay99 avatar Oct 01 '24 05:10 davejay99