_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 )[] )[] ) ) |
sip_rules
List of SIP rules and rule details. | STRUCT( "sip_rule_id" VARCHAR, "name" VARCHAR, "disabled" BOOLEAN, "trigger_type" VARCHAR, "trigger_value" VARCHAR, "target_applications" STRUCT( "sip_media_application_id" VARCHAR, "priority" BIGINT, "aws_region" VARCHAR )[], "created_timestamp" TIMESTAMP_S, "updated_timestamp" TIMESTAMP_S )[] |
Show child fields- sip_rules[]
Show child fields- sip_rules[].created_timestamp
The time at which the SIP rule was created, in ISO 8601 format.
- sip_rules[].disabled
Indicates whether the SIP rule is enabled or disabled. You must disable a rule before you can delete it.
- sip_rules[].name
The name of the SIP rule.
- sip_rules[].sip_rule_id
The SIP rule ID.
- sip_rules[].target_applications[]
Show child fields- sip_rules[].target_applications[].aws_region
The AWS Region of the target application.
- sip_rules[].target_applications[].priority
Priority of the SIP media application in the target list.
- sip_rules[].target_applications[].sip_media_application_id
The SIP media application ID.
- sip_rules[].trigger_type
The type of trigger assigned to the SIP rule in TriggerValue, currently RequestUriHostname or ToPhoneNumber.
- sip_rules[].trigger_value
If TriggerType is RequestUriHostname, then the value can be the outbound host name of the Amazon Chime Voice Connector. If TriggerType is ToPhoneNumber, then the value can be a customer-owned phone number in E164 format. SipRule is triggered when a SIP rule requests host name or ToPhoneNumber matches in the incoming SIP request.
- sip_rules[].updated_timestamp
The time at which the SIP rule was last updated, in ISO 8601 format.
|