Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(aws_redshiftserverless): CfnNamespace missing adminPasswordSecretArn property #29930

Open
2 tasks
dossy opened this issue Apr 23, 2024 · 2 comments
Open
2 tasks
Labels
@aws-cdk/aws-secretsmanager Related to AWS Secrets Manager feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2

Comments

@dossy
Copy link

dossy commented Apr 23, 2024

Describe the feature

CfnNamespace is missing attrNamespaceAdminPasswordSecretArn which is listed in NamespaceProperty.

Use Case

I need the Secret ARN that Redshift Serverless has created when manageAdminPassword = true, so that I can use the ARN in subsequent code.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.138.0

Environment details (OS name and version, etc.)

macOS 13.6.4

@dossy dossy added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 23, 2024
@github-actions github-actions bot added the @aws-cdk/aws-secretsmanager Related to AWS Secrets Manager label Apr 23, 2024
@pahud
Copy link
Contributor

pahud commented Apr 23, 2024

Looking at the return values of that resource in the CFN document, it does not have that attribute returned so I believe it's a limit of CFN.

Please cut a ticket to cloudformation-coverage-roadmap to help the cfn team prioritize. Meanwhile, I'll cut an internal ticket for that as well.

@pahud
Copy link
Contributor

pahud commented Apr 23, 2024

internal tracking: V1360162562

@pahud pahud added needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-secretsmanager Related to AWS Secrets Manager feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2
Projects
None yet
Development

No branches or pull requests

2 participants