Get Protect Configuration Country Rule Set
pinpointsmsvoicev2_get_protect_configuration_country_rule_set | R Documentation |
Retrieve the CountryRuleSet for the specified NumberCapability from a protect configuration¶
Description¶
Retrieve the CountryRuleSet for the specified NumberCapability from a protect configuration.
Usage¶
pinpointsmsvoicev2_get_protect_configuration_country_rule_set(
ProtectConfigurationId, NumberCapability)
Arguments¶
ProtectConfigurationId |
[required] The unique identifier for the protect configuration. |
NumberCapability |
[required] The capability type to return the CountryRuleSet for.
Valid values are |
Value¶
A list with the following syntax:
list(
ProtectConfigurationArn = "string",
ProtectConfigurationId = "string",
NumberCapability = "SMS"|"VOICE"|"MMS",
CountryRuleSet = list(
list(
ProtectStatus = "ALLOW"|"BLOCK"
)
)
)
Request syntax¶
svc$get_protect_configuration_country_rule_set(
ProtectConfigurationId = "string",
NumberCapability = "SMS"|"VOICE"|"MMS"
)