Skip to content

Commit 4ca430c

Browse files
authored
Merge pull request ekristen#390 from ma3574/ec2-vpc-endpoint-connection-tags
feat(ec2-vpc-endpoint-connection): add tags to properties
2 parents 2019c48 + f9c7101 commit 4ca430c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/ec2-vpc-endpoint-connection.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func (l *EC2VPCEndpointConnectionLister) List(_ context.Context, o interface{})
5252
VPCEndpointID: endpointConnection.VpcEndpointId,
5353
State: endpointConnection.VpcEndpointState,
5454
Owner: endpointConnection.VpcEndpointOwner,
55+
Tags: endpointConnection.Tags,
5556
})
5657
}
5758

@@ -71,6 +72,7 @@ type EC2VPCEndpointConnection struct {
7172
VPCEndpointID *string
7273
State *string
7374
Owner *string
75+
Tags []*ec2.Tag
7476
}
7577

7678
func (r *EC2VPCEndpointConnection) Filter() error {

0 commit comments

Comments
 (0)