aws.pinpoint_sms_voice_v2.get_protect_configuration_country_rule_set
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.get_protect_configuration_country_rule_setWHERE"protect_configuration_id" = 'VALUE'AND "number_capability" = 'VALUE';Description
Retrieve the CountryRuleSet for the specified NumberCapability from a protect configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| number_capability Required Input Column The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects. | VARCHAR |
| protect_configuration_id Required Input Column The unique identifier for the protect configuration. | VARCHAR |
| _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( |
Show child fields
| |
| country_rule_set A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide. | MAP(VARCHAR, STRUCT( |
| protect_configuration_arn The Amazon Resource Name (ARN) of the protect configuration. | VARCHAR |