Unify and manage your data

Get data storage details for shield encryption

Learn about getting the details of the Reltio data storages that you need to use to enable Reltio Shield.

For information on Reltio Shield documentation, see topic Authenticate with Reltio Shield.

Request

GET {ApplicationURL}/tenants/{tenant_id}/dataStorages/dynamoDB

Permissions

ResourcePrivilege
Shield.encrypt.statusREAD
Table 1. Parameters
NameRequiredDescription
HeadersContent-TypeYesThe parameter headers must be "Content-Type: application/json".
PathVariabletenant_id YesRepresents the Tenant Id (name).

Response

GET {ApplicationURL}/tenants/{tenant_id}/dataStorages/dynamoDB
{
    "dataStorages": [
        {
            "id": "dynamodb_data_dst",
            "type": "DynamoDB",
            "awsRegion": "eu-west-1",
            "awsIAMExternalRole": "arn:aws:iam::123456789012:role/reltio.platform.crossaccount-dynamodb"
            "backupAwsIAMRole": "arn:aws:iam::123456789012:role/service/aws_backup/ReltioAWSBackup"
        },
		{
            "id": "matching.dynamodb",
            "type": "DynamoDB",
            "awsRegion": "eu-west-1",
            "awsIAMExternalRole": "arn:aws:iam::123456789012:role/reltio.platform.role.crossaccount-matching-dynamodb-rp"
            "backupAwsIAMRole": "arn:aws:iam::123456789012:role/service/aws_backup/ReltioAWSBackup"
        }
    ]
}