Ejemplo n.º 1
0
 /// <summary>
 /// &gt; **Note:** `aws.alb.Listener` is known as `aws.lb.Listener`. The functionality is identical.
 ///
 /// Provides information about a Load Balancer Listener.
 ///
 /// This data source can prove useful when a module accepts an LB Listener as an
 /// input variable and needs to know the LB it is attached to, or other
 /// information specific to the listener in question.
 ///
 /// &gt; This content is derived from https://github.com/terraform-providers/terraform-provider-aws/blob/master/website/docs/d/lb_listener.html.markdown.
 /// </summary>
 public static Task <GetListenerResult> InvokeAsync(GetListenerArgs?args = null, InvokeOptions?options = null)
 => Pulumi.Deployment.Instance.InvokeAsync <GetListenerResult>("aws:elasticloadbalancingv2/getListener:getListener", args ?? InvokeArgs.Empty, options.WithVersion());
Ejemplo n.º 2
0
 /// <summary>
 /// &gt; **Note:** `aws.alb.Listener` is known as `aws.lb.Listener`. The functionality is identical.
 ///
 /// Provides information about a Load Balancer Listener.
 ///
 /// This data source can prove useful when a module accepts an LB Listener as an
 /// input variable and needs to know the LB it is attached to, or other
 /// information specific to the listener in question.
 ///
 /// {{% examples %}}
 /// {{% /examples %}}
 /// </summary>
 public static Task <GetListenerResult> InvokeAsync(GetListenerArgs?args = null, InvokeOptions?options = null)
 => Pulumi.Deployment.Instance.InvokeAsync <GetListenerResult>("aws:applicationloadbalancing/getListener:getListener", args ?? new GetListenerArgs(), options.WithVersion());