_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 )[] )[] ) ) |
user_settings
The user settings. | STRUCT( "additional_encryption_context" MAP(VARCHAR, VARCHAR), "associated_portal_arns" VARCHAR[], "cookie_synchronization_configuration" STRUCT( "allowlist" STRUCT( "domain" VARCHAR, "name" VARCHAR, "path" VARCHAR )[], "blocklist" STRUCT( "domain" VARCHAR, "name" VARCHAR, "path" VARCHAR )[] ), "copy_allowed" VARCHAR, "customer_managed_key" VARCHAR, "deep_link_allowed" VARCHAR, "disconnect_timeout_in_minutes" BIGINT, "download_allowed" VARCHAR, "idle_disconnect_timeout_in_minutes" BIGINT, "paste_allowed" VARCHAR, "print_allowed" VARCHAR, "upload_allowed" VARCHAR, "user_settings_arn" VARCHAR ) |