_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 )[] )[] ) ) |
trust_anchor
The state of the trust anchor after a read or write operation. | STRUCT( "created_at" TIMESTAMP_S, "enabled" BOOLEAN, "name" VARCHAR, "notification_settings" STRUCT( "channel" VARCHAR, "configured_by" VARCHAR, "enabled" BOOLEAN, "event" VARCHAR, "threshold" BIGINT )[], "source" STRUCT( "source_data" STRUCT( "acm_pca_arn" VARCHAR, "x509_certificate_data" VARCHAR ), "source_type" VARCHAR ), "trust_anchor_arn" VARCHAR, "trust_anchor_id" VARCHAR, "updated_at" TIMESTAMP_S ) |
Show child fields- trust_anchor.created_at
The ISO-8601 timestamp when the trust anchor was created.
- trust_anchor.enabled
Indicates whether the trust anchor is enabled.
- trust_anchor.name
The name of the trust anchor.
- trust_anchor.notification_settings[]
Show child fields- trust_anchor.notification_settings[].channel
The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event. In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.
- trust_anchor.notification_settings[].configured_by
The principal that configured the notification setting. For default settings configured by IAM Roles Anywhere, the value is rolesanywhere.amazonaws.com, and for customized notifications settings, it is the respective account ID.
- trust_anchor.notification_settings[].enabled
Indicates whether the notification setting is enabled.
- trust_anchor.notification_settings[].event
The event to which this notification setting is applied.
- trust_anchor.notification_settings[].threshold
The number of days before a notification event.
- trust_anchor.source
The trust anchor type and its related certificate data. Show child fields- trust_anchor.source.source_data
The data field of the trust anchor depending on its type. Show child fields- trust_anchor.source.source_data.acm_pca_arn
The root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type AWS_ACM_PCA.
- trust_anchor.source.source_data.x509_certificate_data
The PEM-encoded data for the certificate anchor. Included for trust anchors of type CERTIFICATE_BUNDLE.
- trust_anchor.source.source_type
The type of the trust anchor.
- trust_anchor.trust_anchor_arn
The ARN of the trust anchor.
- trust_anchor.trust_anchor_id
The unique identifier of the trust anchor.
- trust_anchor.updated_at
The ISO-8601 timestamp when the trust anchor was last updated.
|