TrafficManagerExternalEndpointArgs

constructor(alwaysServeEnabled: Output<Boolean>? = null, customHeaders: Output<List<TrafficManagerExternalEndpointCustomHeaderArgs>>? = null, enabled: Output<Boolean>? = null, endpointLocation: Output<String>? = null, geoMappings: Output<List<String>>? = null, name: Output<String>? = null, priority: Output<Int>? = null, profileId: Output<String>? = null, subnets: Output<List<TrafficManagerExternalEndpointSubnetArgs>>? = null, target: Output<String>? = null, weight: Output<Int>? = null)