Accelerate the Value of 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

Resource Privilege
Shield.encrypt.status READ
Table 1. Parameters
Name Required Description
Headers Content-Type Yes The parameter headers must be "Content-Type: application/json".
PathVariable tenant_id Yes Represents 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::634947810771:role/reltio.platform.crossaccount-dynamodb"
            "backupAwsIAMRole": "arn:aws:iam::634947810771:role/service/aws_backup/ReltioAWSBackup"
        },
		{
            "id": "matching.dynamodb",
            "type": "DynamoDB",
            "awsRegion": "eu-west-1",
            "awsIAMExternalRole": "arn:aws:iam::438691793027:role/reltio.platform.role.crossaccount-matching-dynamodb-rp"
            "backupAwsIAMRole": "arn:aws:iam::438691793027:role/service/aws_backup/ReltioAWSBackup"
        }
    ]
}