Skip to content

Commit 41e22d2

Browse files
Update opensearchservice-vpcendpoints.go
Adding id to properties.
1 parent ade341a commit 41e22d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/opensearchservice-vpcendpoints.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func (o *OSVPCEndpoint) Remove() error {
6767

6868
func (o *OSVPCEndpoint) Properties() types.Properties {
6969
properties := types.NewProperties()
70+
properties.Set("VpcEndpointId", o.vpcEndpointId)
7071
return properties
7172
}
7273

0 commit comments

Comments
 (0)