-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
opensearch create-vpc-endpoint no longer returns VpcEndpoint .Endpoint #8898
Comments
Thank for reaching out. Can you provide debug logs (with any sensitive info redacted) by adding |
|
my |
@petererererer if you try I could reproduce the behavior you described for create-vpc-endpoint, where |
yes |
Ok thanks for following up — I've reached out to the OpenSearch team internally regarding this issue and will try to find out more information. Will share any updates here. |
Describe the bug
The struct returned by
create-vpc-endpoint
no longer includesEndpoint
(see docs) which is blocking resource creation for my team because we use a CDKAwsCustomResource
to wrap this call.Expected Behavior
The
Endpoint
field should exist in the responseCurrent Behavior
The
Endpoint
field does not exist in the responseExample from attempting to deploy the CDK custom resource:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
This behavior changed sometime since 2024-07-30 because the command worked as expected at that time.
CLI version used
2.17.10
Environment details (OS name and version, etc.)
Linux/5.10
The text was updated successfully, but these errors were encountered: