Load Balancer Pool Args
constructor(accountId: Output<String>? = null, checkRegions: Output<List<String>>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, latitude: Output<Double>? = null, loadShedding: Output<LoadBalancerPoolLoadSheddingArgs>? = null, longitude: Output<Double>? = null, minimumOrigins: Output<Int>? = null, monitor: Output<String>? = null, name: Output<String>? = null, notificationEmail: Output<String>? = null, notificationFilter: Output<LoadBalancerPoolNotificationFilterArgs>? = null, originSteering: Output<LoadBalancerPoolOriginSteeringArgs>? = null, origins: Output<List<LoadBalancerPoolOriginArgs>>? = null)