We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade341a commit 41e22d2Copy full SHA for 41e22d2
resources/opensearchservice-vpcendpoints.go
@@ -67,6 +67,7 @@ func (o *OSVPCEndpoint) Remove() error {
67
68
func (o *OSVPCEndpoint) Properties() types.Properties {
69
properties := types.NewProperties()
70
+ properties.Set("VpcEndpointId", o.vpcEndpointId)
71
return properties
72
}
73
0 commit comments