Skip to content

aws.mailmanager.get_ingress_point

Example SQL Queries

SELECT * FROM
aws.mailmanager.get_ingress_point
WHERE
"ingress_point_id" = 'VALUE';

Description

Fetch ingress endpoint resource attributes.

Table Definition

Column NameColumn Data Type
ingress_point_id Required Input Column

The identifier of an ingress endpoint resource.

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.

a_record

The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.

VARCHAR
created_timestamp

The timestamp of when the ingress endpoint was created.

TIMESTAMP_S
ingress_point_arn

The Amazon Resource Name (ARN) of the ingress endpoint resource.

VARCHAR
ingress_point_auth_configuration

The authentication configuration of the ingress endpoint resource.

STRUCT(
"ingress_point_password_configuration" STRUCT(
"previous_smtp_password_expiry_timestamp" TIMESTAMP_S,
"previous_smtp_password_version" VARCHAR,
"smtp_password_version" VARCHAR
),
"secret_arn" VARCHAR
)
Show child fields
ingress_point_auth_configuration.ingress_point_password_configuration

The ingress endpoint password configuration for the ingress endpoint resource.

Show child fields
ingress_point_auth_configuration.ingress_point_password_configuration.previous_smtp_password_expiry_timestamp

The previous password expiry timestamp of the ingress endpoint resource.

ingress_point_auth_configuration.ingress_point_password_configuration.previous_smtp_password_version

The previous password version of the ingress endpoint resource.

ingress_point_auth_configuration.ingress_point_password_configuration.smtp_password_version

The current password expiry timestamp of the ingress endpoint resource.

ingress_point_auth_configuration.secret_arn

The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.

ingress_point_name

A user friendly name for the ingress endpoint.

VARCHAR
last_updated_timestamp

The timestamp of when the ingress endpoint was last updated.

TIMESTAMP_S
rule_set_id

The identifier of a rule set resource associated with the ingress endpoint.

VARCHAR
status

The status of the ingress endpoint resource.

VARCHAR
traffic_policy_id

The identifier of the traffic policy resource associated with the ingress endpoint.

VARCHAR
type

The type of ingress endpoint.

VARCHAR