| Column Name | Column Data Type |
virtual_cluster_id Required Input Column
The ID of the endpoint's virtual cluster. | VARCHAR |
created_after Input Column
The date and time after which the endpoints are created. | TIMESTAMP_S |
created_before Input Column
The date and time before which the endpoints are created. | TIMESTAMP_S |
states Input Column
The states of the managed endpoints. | VARCHAR[] |
Show child fields- states[]
|
types Input Column
The types of the managed endpoints. | VARCHAR[] |
Show child fields- types[]
|
_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.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
arn
The ARN of the endpoint. | VARCHAR |
certificate_arn
The certificate ARN of the endpoint. This field is under deprecation and will be removed in future. | VARCHAR |
certificate_authority
The certificate generated by emr control plane on customer behalf to secure the managed endpoint. | STRUCT( "certificate_arn" VARCHAR, "certificate_data" VARCHAR ) |
Show child fields- certificate_authority.certificate_arn
The ARN of the certificate generated for managed endpoint.
- certificate_authority.certificate_data
The base64 encoded PEM certificate data generated for managed endpoint.
|
configuration_overrides
The configuration settings that are used to override existing configurations for endpoints. | STRUCT( "application_configuration" STRUCT( "classification" VARCHAR, "properties" MAP(VARCHAR, VARCHAR) )[], "monitoring_configuration" STRUCT( "persistent_app_ui" VARCHAR, "cloud_watch_monitoring_configuration" STRUCT( "log_group_name" VARCHAR, "log_stream_name_prefix" VARCHAR ), "s3_monitoring_configuration" STRUCT( "log_uri" VARCHAR ), "container_log_rotation_configuration" STRUCT( "rotation_size" VARCHAR, "max_files_to_keep" BIGINT ) ) ) |
Show child fields- configuration_overrides.application_configuration[]
Show child fields- configuration_overrides.application_configuration[].classification
The classification within a configuration.
- configuration_overrides.application_configuration[].properties
A set of properties specified within a configuration classification.
- configuration_overrides.monitoring_configuration
The configurations for monitoring. Show child fields- configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration
Monitoring configurations for CloudWatch. Show child fields- configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_group_name
The name of the log group for log publishing.
- configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_stream_name_prefix
The specified name prefix for log streams.
- configuration_overrides.monitoring_configuration.container_log_rotation_configuration
Enable or disable container log rotation. Show child fields- configuration_overrides.monitoring_configuration.container_log_rotation_configuration.max_files_to_keep
The number of files to keep in container after rotation.
- configuration_overrides.monitoring_configuration.container_log_rotation_configuration.rotation_size
The file size at which to rotate logs. Minimum of 2KB, Maximum of 2GB.
- configuration_overrides.monitoring_configuration.persistent_app_ui
Monitoring configurations for the persistent application UI.
- configuration_overrides.monitoring_configuration.s3_monitoring_configuration
Amazon S3 configuration for monitoring log publishing. Show child fields- configuration_overrides.monitoring_configuration.s3_monitoring_configuration.log_uri
Amazon S3 destination URI for log publishing.
|
created_at
The date and time when the endpoint was created. | TIMESTAMP_S |
execution_role_arn
The execution role ARN of the endpoint. | VARCHAR |
failure_reason
The reasons why the endpoint has failed. | VARCHAR |
id
The ID of the endpoint. | VARCHAR |
name
The name of the endpoint. | VARCHAR |
release_label
The EMR release version to be used for the endpoint. | VARCHAR |
security_group
The security group configuration of the endpoint. | VARCHAR |
server_url
The server URL of the endpoint. | VARCHAR |
state
The state of the endpoint. | VARCHAR |
state_details
Additional details of the endpoint state. | VARCHAR |
subnet_ids
The subnet IDs of the endpoint. | VARCHAR[] |
Show child fields- subnet_ids[]
|
tags
The tags of the endpoint. | MAP(VARCHAR, VARCHAR) |
type
The type of the endpoint. | VARCHAR |