Create cloud connector Technical Preview; added in 9.2.0
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/cloud_connectors
Refer to Spaces for more information.
[Required authorization] Route required privileges: fleet-agent-policies-all OR integrations-all.
POST /api/fleet/cloud_connectors
curl \ --request POST 'https://localhost:5601/api/fleet/cloud_connectors' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true" \ --data '{"cloudProvider":"aws","name":"string","vars":{}}'