ProxyProtocolPolicyState constructor

const ProxyProtocolPolicyState({
  1. Input<List<String>?>? instancePorts,
  2. Input<String?>? loadBalancer,
  3. Input<String?>? region,
})

Creates a new ProxyProtocolPolicyState. instancePorts List of instance ports to which the policy loadBalancer The load balancer to which the policy region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const ProxyProtocolPolicyState({
  this.instancePorts,
  this.loadBalancer,
  this.region,
});