Skip to content

Commit a7633a7

Browse files
dylanratcliffeactions-user
authored andcommitted
Add missing docs for ELB listener (#2201)
Noticed this working on TV4 GitOrigin-RevId: c77e3bd33997440fb9d8c3da76ac1936a1347062
1 parent 345ec35 commit a7633a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎aws-source/adapters/elbv2-listener.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,10 @@ var elbv2ListenerAdapterMetadata = Metadata.Register(&sdp.AdapterMetadata{
171171
Type: "elbv2-listener",
172172
DescriptiveName: "ELB Listener",
173173
SupportedQueryMethods: &sdp.AdapterSupportedQueryMethods{
174-
Get: true,
175-
Search: true,
174+
Get: true,
175+
GetDescription: "Get an ELB listener by ARN",
176+
Search: true,
177+
SearchDescription: "Search for ELB listeners by load balancer ARN",
176178
},
177179
TerraformMappings: []*sdp.TerraformMapping{
178180
{

0 commit comments

Comments
 (0)