GroundStationArgs

constructor(altitudeMeters: Output<Double>? = null, capabilities: Output<List<Either<String, Capability>>>? = null, city: Output<String>? = null, globalCommunicationsSite: Output<GroundStationsPropertiesGlobalCommunicationsSiteArgs>? = null, groundStationName: Output<String>? = null, latitudeDegrees: Output<Double>? = null, location: Output<String>? = null, longitudeDegrees: Output<Double>? = null, providerName: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)