Cloud Module Resources
Resources for configuration and management Aidbox integration with cloud providers.
Overview
Cloud module includes the following resource types:
AwsAccount
AzureAccount
AzureContainer
GcpServiceAccount
AwsAccount
access-key-id
0..1
string
AWS access key identifier for authentication.
host
0..1
string
AWS host endpoint for the service.
secret-access-key
0..1
string
AWS secret access key for authentication.
path-style
0..1
boolean
Whether to use path-style addressing for S3 requests.
_source
0..1
string
System Property. DO NOT USE IT.
region
0..1
string
AWS region where the resources are located.
use-ssl
0..1
boolean
Whether to use SSL for secure connections.
AzureAccount
key
0..1
string
Azure storage account key for authentication.
_source
0..1
string
System Property. DO NOT USE IT.
AzureContainer
storage
0..1
string
Azure storage account name.
extension
0..1
string
File extension for content stored in the container.
container
0..1
string
Name of the Azure storage container.
account
0..1
Reference
Reference to the Azure account credentials.
Allowed references: AzureAccount
_source
0..1
string
System Property. DO NOT USE IT.
GcpServiceAccount
private-key
0..1
string
Private key for GCP service account authentication.
service-account-email
0..1
string
Email address of the GCP service account.
_source
0..1
string
System Property. DO NOT USE IT.
Last updated
Was this helpful?