Target | Protocol | Usual Ports |
|---|---|---|
AWS Glue | HTTP | 443 |
Parameter | Expected value |
|---|---|
name | Specifies the display name for the connection. |
code | Specifies the unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | Specifies the type of connector to be used for the connection. The value must be aws.glue and must not be modified. |
enabled | Specifies whether to enable or disable the connection (true or false). The default value is true. |
catalog_code | Specifies the catalog code associated with the connection (default when empty). |
alias | Specifies the list of aliases used by other connectors to generate lineage link. For example, ["localhost:1234/db","https://some-url.org"] |
secret_manager.enabled | Specifies whether to enable or disable the secret manager for the connection. This configuration works only with Scanner 73 or later and requires a functional secret manager configured in the scanner configuration file. The default value is true. |
secret_manager.key | Specifies the name of the secret. |
connection.aws.profile | Specifies the AWS profile for authentication. |
connection.aws.access_key_id | Specifies the AWS access key identifier. |
connection.aws.secret_access_key | Specifies the AWS secret access key. |
connection.aws.session_token | Specifies the AWS session token. |
connection.aws.region | Specifies the AWS region. |
connection.aws.multi_account.enabled | Specifies whether to allow a single connection to retrieve data from other AWS account data catalog. To connect to multiple accounts, configure AWS cross access between accounts. For more information, see AWS documentation. The default value is false. Since version 3.3.1 |
connection.aws.multi_account.list | Specifies which account or region to connected to. It must be a list of account:region entries, separated by a space. For example: 123456789012:eu-west-2 987654321098:eu-west-2 Since version 3.3.1 |
connection.fetch_page_size | (Advanced) Specifies the size of batch of items loaded by each request in inventory. Since version 1.0.3 |
filter | Specifies the filter based on specific characteristics. For more information, see Rich Filters. Since version 3.4.1 |
Criteria | Description |
|---|---|
database | Database name |
table | Table name |
Object | Identification Key | Description |
|---|---|---|
Dataset | code/aws region/dataset identifier | - code: Unique identifier of the connection noted in the configuration file - aws region: AWS region code - dataset identifier: Table name Database schema name S3 bucket key |
Field | code/aws region/dataset identifier/field name | - code: Unique identifier of the connection noted in the configuration file - aws region: AWS region code - dataset identifier: Database schema name S3 bucket key - field name |