Requested attribute Endpoint.Address does not exist in schema for AWS::Redshift::Cluster #14524
Labels
@aws-cdk/aws-redshift
Related to Amazon Redshift
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
needs-reproduction
This issue needs reproduction.
p2
❓ General Issue
The Question
I deployed a Redshift cluster and I would like to export the hostname of the endpoint like this:
However I get the error:
Requested attribute Endpoint.Address does not exist in schema for AWS::Redshift::Cluster
The same stack was deployed some days ago in another account without problems. According to the documentation this property is valid for the class Endpoint [1] and the Endpoint.Address attribute still exists in CloudFormation [2].
[1] https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-redshift.Endpoint.html
[2] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html#aws-resource-redshift-cluster-return-values
Environment
Other information
This issue is only for Endpoint exports. I don't get any problems with other exports like:
The text was updated successfully, but these errors were encountered: