Name of cloud provider.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProviderName", "title": "Provider Name", "description": "Name of cloud provider.", "type": "string", "example": "aws", "enum": [ "aws", "azure", "gcp" ], "x-speakeasy-unknown-values": "allow" }