Class GetLoadBalancerPlainArgs


  • public final class GetLoadBalancerPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • arn

        public java.util.Optional<java.lang.String> arn()
        Returns:
        Full ARN of the load balancer.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Unique name of the load balancer.
      • tags

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.String>> tags()
        Returns:
        Mapping of tags, each pair of which must exactly match a pair on the desired load balancer. > **NOTE:** When both `arn` and `name` are specified, `arn` takes precedence. `tags` has lowest precedence.