cURL
curl --request POST \ --url https://api.eu.bronto.io/encryption-keys \ --header 'Content-Type: application/json' \ --header 'X-BRONTO-API-KEY: <api-key>' \ --data ' { "name": "<string>", "provider": "AWS_KMS", "aws_kms": { "alias_arn": "<string>", "region": "<string>" } } '
{ "org_id": "<string>", "id": "<string>", "name": "<string>", "provider": "AWS_KMS", "status": "KEY_STATUS_UNSPECIFIED", "aws_kms": { "alias_arn": "<string>", "region": "<string>" } }
User-friendly display name for the encryption key.
Key provider (currently only AWS_KMS supported).
AWS_KMS
AWS KMS key configuration.
Show child attributes
Encryption key created successfully
Organization ID
Key ID
User-facing name for this key
KEY_STATUS_UNSPECIFIED
CREATED
ACTIVE
DISABLED