Endpoint Group Args
constructor(acceleratorId: Output<String>? = null, description: Output<String>? = null, endpointConfigurations: Output<List<EndpointGroupEndpointConfigurationArgs>>? = null, endpointGroupRegion: Output<String>? = null, endpointGroupType: Output<String>? = null, endpointProtocolVersion: Output<String>? = null, endpointRequestProtocol: Output<String>? = null, healthCheckEnabled: Output<Boolean>? = null, healthCheckIntervalSeconds: Output<Int>? = null, healthCheckPath: Output<String>? = null, healthCheckPort: Output<Int>? = null, healthCheckProtocol: Output<String>? = null, listenerId: Output<String>? = null, name: Output<String>? = null, portOverrides: Output<EndpointGroupPortOverridesArgs>? = null, tags: Output<Map<String, String>>? = null, thresholdCount: Output<Int>? = null, trafficPercentage: Output<Int>? = null)