aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

GetAtt for DomainEndpointV2 in the OpenSearchDomain resource is not returning any value #1920

Open nomzamomabusela opened 8 months ago

nomzamomabusela commented 8 months ago

Name of the resource

Other

Resource Name

AWS::OpenSearchService::Domain

Issue Description

Attempting to retrieve the attribute of DomainEndpointV2 and it does not return any value according to the documentation DomainEndpointV2 is a return value of OpenSearch Domain instead we are getting the following error Attribute 'DomainEndpointV2' does not exist

Expected Behavior

When running GetAtt for the DomainEndpointV2 i am expecting a value to be returned

Observed Behavior

Attribute 'DomainEndpointV2' does not exist

Test Cases

When retrieving the attribute of DomainEndpoint the value is returned however retrieving attribute of DomainEndpointV2 is unsuccessful

Other Details

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html

nitin342 commented 7 months ago

I second this. Also having this issue.