_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 )[] )[] ) ) |
authentication_profile
The authentication profile object being described. | STRUCT( "id" VARCHAR, "arn" VARCHAR, "name" VARCHAR, "description" VARCHAR, "allowed_ips" VARCHAR[], "blocked_ips" VARCHAR[], "is_default" BOOLEAN, "created_time" TIMESTAMP_S, "last_modified_time" TIMESTAMP_S, "last_modified_region" VARCHAR, "periodic_session_duration" BIGINT, "max_session_duration" BIGINT ) |
Show child fields- authentication_profile.allowed_ips[]
- authentication_profile.arn
The Amazon Resource Name (ARN) for the authentication profile.
- authentication_profile.blocked_ips[]
- authentication_profile.created_time
The timestamp when the authentication profile was created.
- authentication_profile.description
The description for the authentication profile.
- authentication_profile.id
A unique identifier for the authentication profile.
- authentication_profile.is_default
Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile.
- authentication_profile.last_modified_region
The Amazon Web Services Region where the authentication profile was last modified.
- authentication_profile.last_modified_time
The timestamp when the authentication profile was last modified.
- authentication_profile.max_session_duration
The long lived session duration for users logged in to Amazon Connect, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
- authentication_profile.name
The name for the authentication profile.
- authentication_profile.periodic_session_duration
The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
|