_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 )[] )[] ) ) |
voice_channel_response
Provides information about the status and settings of the voice channel for an application. | STRUCT( "application_id" VARCHAR, "creation_date" VARCHAR, "enabled" BOOLEAN, "has_credential" BOOLEAN, "id" VARCHAR, "is_archived" BOOLEAN, "last_modified_by" VARCHAR, "last_modified_date" VARCHAR, "platform" VARCHAR, "version" BIGINT ) |
Show child fields- voice_channel_response.application_id
The unique identifier for the application that the voice channel applies to.
- voice_channel_response.creation_date
The date and time, in ISO 8601 format, when the voice channel was enabled.
- voice_channel_response.enabled
Specifies whether the voice channel is enabled for the application.
- voice_channel_response.has_credential
(Not used) This property is retained only for backward compatibility.
- voice_channel_response.id
(Deprecated) An identifier for the voice channel. This property is retained only for backward compatibility.
- voice_channel_response.is_archived
Specifies whether the voice channel is archived.
- voice_channel_response.last_modified_by
The user who last modified the voice channel.
- voice_channel_response.last_modified_date
The date and time, in ISO 8601 format, when the voice channel was last modified.
- voice_channel_response.platform
The type of messaging or notification platform for the channel. For the voice channel, this value is VOICE.
- voice_channel_response.version
The current version of the voice channel.
|