Alibaba Cloud
getListeners
This data source provides the Global Accelerator (GA) Listeners of the current Alibaba Cloud user.
NOTE: Available in v1.111.0+.
Example Usage
using Pulumi;
using AliCloud = Pulumi.AliCloud;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(AliCloud.Ga.GetListeners.InvokeAsync(new AliCloud.Ga.GetListenersArgs
{
AcceleratorId = "example_value",
Ids =
{
"example_value",
},
NameRegex = "the_resource_name",
}));
this.FirstGaListenerId = example.Apply(example => example.Listeners?[0]?.Id);
}
[Output("firstGaListenerId")]
public Output<string> FirstGaListenerId { get; set; }
}
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/ga"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := ga.GetListeners(ctx, &ga.GetListenersArgs{
AcceleratorId: "example_value",
Ids: []string{
"example_value",
},
NameRegex: pulumi.StringRef("the_resource_name"),
}, nil)
if err != nil {
return err
}
ctx.Export("firstGaListenerId", example.Listeners[0].Id)
return nil
})
}
Coming soon!
import pulumi
import pulumi_alicloud as alicloud
example = alicloud.ga.get_listeners(accelerator_id="example_value",
ids=["example_value"],
name_regex="the_resource_name")
pulumi.export("firstGaListenerId", example.listeners[0].id)
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const example = alicloud.ga.getListeners({
acceleratorId: "example_value",
ids: ["example_value"],
nameRegex: "the_resource_name",
});
export const firstGaListenerId = example.then(example => example.listeners?[0]?.id);
Coming soon!
Using getListeners
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getListeners(args: GetListenersArgs, opts?: InvokeOptions): Promise<GetListenersResult>
function getListenersOutput(args: GetListenersOutputArgs, opts?: InvokeOptions): Output<GetListenersResult>
def get_listeners(accelerator_id: Optional[str] = None,
ids: Optional[Sequence[str]] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetListenersResult
def get_listeners_output(accelerator_id: Optional[pulumi.Input[str]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetListenersResult]
func GetListeners(ctx *Context, args *GetListenersArgs, opts ...InvokeOption) (*GetListenersResult, error)
func GetListenersOutput(ctx *Context, args *GetListenersOutputArgs, opts ...InvokeOption) GetListenersResultOutput
> Note: This function is named GetListeners
in the Go SDK.
public static class GetListeners
{
public static Task<GetListenersResult> InvokeAsync(GetListenersArgs args, InvokeOptions? opts = null)
public static Output<GetListenersResult> Invoke(GetListenersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetListenersResult> getListeners(GetListenersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: alicloud:ga/getListeners:getListeners
Arguments:
# Arguments dictionary
The following arguments are supported:
- Accelerator
Id string The accelerator id.
- Ids List<string>
A list of Listener IDs.
- Name
Regex string A regex string to filter results by Listener name.
- Output
File string - Status string
The status of the listener.
- Accelerator
Id string The accelerator id.
- Ids []string
A list of Listener IDs.
- Name
Regex string A regex string to filter results by Listener name.
- Output
File string - Status string
The status of the listener.
- accelerator
Id String The accelerator id.
- ids List<String>
A list of Listener IDs.
- name
Regex String A regex string to filter results by Listener name.
- output
File String - status String
The status of the listener.
- accelerator
Id string The accelerator id.
- ids string[]
A list of Listener IDs.
- name
Regex string A regex string to filter results by Listener name.
- output
File string - status string
The status of the listener.
- accelerator_
id str The accelerator id.
- ids Sequence[str]
A list of Listener IDs.
- name_
regex str A regex string to filter results by Listener name.
- output_
file str - status str
The status of the listener.
- accelerator
Id String The accelerator id.
- ids List<String>
A list of Listener IDs.
- name
Regex String A regex string to filter results by Listener name.
- output
File String - status String
The status of the listener.
getListeners Result
The following output properties are available:
- Accelerator
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Listeners
List<Pulumi.
Ali Cloud. Ga. Outputs. Get Listeners Listener> - Names List<string>
- Name
Regex string - Output
File string - Status string
- Accelerator
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Ids []string
- Listeners
[]Get
Listeners Listener - Names []string
- Name
Regex string - Output
File string - Status string
- accelerator
Id String - id String
The provider-assigned unique ID for this managed resource.
- ids List<String>
- listeners
List<Get
Listeners Listener> - names List<String>
- name
Regex String - output
File String - status String
- accelerator
Id string - id string
The provider-assigned unique ID for this managed resource.
- ids string[]
- listeners
Get
Listeners Listener[] - names string[]
- name
Regex string - output
File string - status string
- accelerator_
id str - id str
The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- listeners
Sequence[Get
Listeners Listener] - names Sequence[str]
- name_
regex str - output_
file str - status str
- accelerator
Id String - id String
The provider-assigned unique ID for this managed resource.
- ids List<String>
- listeners List<Property Map>
- names List<String>
- name
Regex String - output
File String - status String
Supporting Types
GetListenersListener
- Certificates
List<Pulumi.
Ali Cloud. Ga. Inputs. Get Listeners Listener Certificate> The certificates of the listener.
- Client
Affinity string The clientAffinity of the listener.
- Description string
The description of the listener.
- Id string
The ID of the Listener.
- Listener
Id string The listenerId of the listener.
- Name string
The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
- Port
Ranges List<Pulumi.Ali Cloud. Ga. Inputs. Get Listeners Listener Port Range> The portRanges of the listener.
- Protocol string
Type of network transport protocol monitored.
- Status string
The status of the listener.
- Certificates
[]Get
Listeners Listener Certificate The certificates of the listener.
- Client
Affinity string The clientAffinity of the listener.
- Description string
The description of the listener.
- Id string
The ID of the Listener.
- Listener
Id string The listenerId of the listener.
- Name string
The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
- Port
Ranges []GetListeners Listener Port Range The portRanges of the listener.
- Protocol string
Type of network transport protocol monitored.
- Status string
The status of the listener.
- certificates
List<Get
Listeners Listener Certificate> The certificates of the listener.
- client
Affinity String The clientAffinity of the listener.
- description String
The description of the listener.
- id String
The ID of the Listener.
- listener
Id String The listenerId of the listener.
- name String
The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
- port
Ranges List<GetListeners Listener Port Range> The portRanges of the listener.
- protocol String
Type of network transport protocol monitored.
- status String
The status of the listener.
- certificates
Get
Listeners Listener Certificate[] The certificates of the listener.
- client
Affinity string The clientAffinity of the listener.
- description string
The description of the listener.
- id string
The ID of the Listener.
- listener
Id string The listenerId of the listener.
- name string
The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
- port
Ranges GetListeners Listener Port Range[] The portRanges of the listener.
- protocol string
Type of network transport protocol monitored.
- status string
The status of the listener.
- certificates
Sequence[Get
Listeners Listener Certificate] The certificates of the listener.
- client_
affinity str The clientAffinity of the listener.
- description str
The description of the listener.
- id str
The ID of the Listener.
- listener_
id str The listenerId of the listener.
- name str
The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
- port_
ranges Sequence[GetListeners Listener Port Range] The portRanges of the listener.
- protocol str
Type of network transport protocol monitored.
- status str
The status of the listener.
- certificates List<Property Map>
The certificates of the listener.
- client
Affinity String The clientAffinity of the listener.
- description String
The description of the listener.
- id String
The ID of the Listener.
- listener
Id String The listenerId of the listener.
- name String
The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
- port
Ranges List<Property Map> The portRanges of the listener.
- protocol String
Type of network transport protocol monitored.
- status String
The status of the listener.
GetListenersListenerCertificate
GetListenersListenerPortRange
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
alicloud
Terraform Provider.