| Column Name | Column Data Type |
provider_name Required Input Column
The name of the provider. This name is typically the company name. | VARCHAR |
provider_service_name Required Input Column
The name of the product that the provider service provides. | VARCHAR |
_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
anonymized_output
Specifies whether output data from the provider is anonymized. A value of TRUE means the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value of FALSE means the output won't be anonymized and you can relate the data that comes back from the provider to your source data. | BOOLEAN |
provider_component_schema
Input schema for the provider service. | STRUCT( "provider_schema_attributes" STRUCT( "field_name" VARCHAR, "hashing" BOOLEAN, "sub_type" VARCHAR, "type" VARCHAR )[], "schemas" VARCHAR[][] ) |
Show child fields- provider_component_schema.provider_schema_attributes[]
Show child fields- provider_component_schema.provider_schema_attributes[].field_name
The field name.
- provider_component_schema.provider_schema_attributes[].hashing
The hashing attribute of the provider schema.
- provider_component_schema.provider_schema_attributes[].sub_type
The sub type of the provider schema attribute.
- provider_component_schema.provider_schema_attributes[].type
The type of the provider schema attribute.
- provider_component_schema.schemas[][]
|
provider_configuration_definition
The definition of the provider configuration. | VARCHAR |
provider_endpoint_configuration
The required configuration fields to use with the provider service. | STRUCT( "marketplace_configuration" STRUCT( "asset_id" VARCHAR, "data_set_id" VARCHAR, "listing_id" VARCHAR, "revision_id" VARCHAR ) ) |
Show child fields- provider_endpoint_configuration.marketplace_configuration
The identifiers of the provider service, from Data Exchange. Show child fields- provider_endpoint_configuration.marketplace_configuration.asset_id
The asset ID on Data Exchange.
- provider_endpoint_configuration.marketplace_configuration.data_set_id
The dataset ID on Data Exchange.
- provider_endpoint_configuration.marketplace_configuration.listing_id
The listing ID on Data Exchange.
- provider_endpoint_configuration.marketplace_configuration.revision_id
The revision ID on Data Exchange.
|
provider_entity_output_definition
The definition of the provider entity output. | VARCHAR |
provider_id_name_space_configuration
The provider configuration required for different ID namespace types. | STRUCT( "description" VARCHAR, "provider_source_configuration_definition" VARCHAR, "provider_target_configuration_definition" VARCHAR ) |
Show child fields- provider_id_name_space_configuration.description
The description of the ID namespace.
- provider_id_name_space_configuration.provider_source_configuration_definition
Configurations required for the source ID namespace.
- provider_id_name_space_configuration.provider_target_configuration_definition
Configurations required for the target ID namespace.
|
provider_intermediate_data_access_configuration
The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage. | STRUCT( "aws_account_ids" VARCHAR[], "required_bucket_actions" VARCHAR[] ) |
Show child fields- provider_intermediate_data_access_configuration.aws_account_ids[]
- provider_intermediate_data_access_configuration.required_bucket_actions[]
|
provider_job_configuration
Provider service job configurations. | VARCHAR |
provider_service_arn
The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service. | VARCHAR |
provider_service_display_name
The display name of the provider service. | VARCHAR |
provider_service_type
The type of provider service. | VARCHAR |