_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 )[] )[] ) ) |
sms_channel_response
Provides information about the status and settings of the SMS 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, "promotional_messages_per_second" BIGINT, "sender_id" VARCHAR, "short_code" VARCHAR, "transactional_messages_per_second" BIGINT, "version" BIGINT ) |
Show child fields- sms_channel_response.application_id
The unique identifier for the application that the SMS channel applies to.
- sms_channel_response.creation_date
The date and time, in ISO 8601 format, when the SMS channel was enabled.
- sms_channel_response.enabled
Specifies whether the SMS channel is enabled for the application.
- sms_channel_response.has_credential
(Not used) This property is retained only for backward compatibility.
- sms_channel_response.id
(Deprecated) An identifier for the SMS channel. This property is retained only for backward compatibility.
- sms_channel_response.is_archived
Specifies whether the SMS channel is archived.
- sms_channel_response.last_modified_by
The user who last modified the SMS channel.
- sms_channel_response.last_modified_date
The date and time, in ISO 8601 format, when the SMS channel was last modified.
- sms_channel_response.platform
The type of messaging or notification platform for the channel. For the SMS channel, this value is SMS.
- sms_channel_response.promotional_messages_per_second
The maximum number of promotional messages that you can send through the SMS channel each second.
- sms_channel_response.sender_id
The identity that displays on recipients' devices when they receive messages from the SMS channel.
- sms_channel_response.short_code
The registered short code to use when you send messages through the SMS channel.
- sms_channel_response.transactional_messages_per_second
The maximum number of transactional messages that you can send through the SMS channel each second.
- sms_channel_response.version
The current version of the SMS channel.
|