Skip to content

Delete Protect Configuration Rule Set Number Override

pinpointsmsvoicev2_delete_protect_configuration_rule_set_number_override R Documentation

Permanently delete the protect configuration rule set number override

Description

Permanently delete the protect configuration rule set number override.

Usage

pinpointsmsvoicev2_delete_protect_configuration_rule_set_number_override(
  ProtectConfigurationId, DestinationPhoneNumber)

Arguments

ProtectConfigurationId

[required] The unique identifier for the protect configuration.

DestinationPhoneNumber

[required] The destination phone number in E.164 format.

Value

A list with the following syntax:

list(
  ProtectConfigurationArn = "string",
  ProtectConfigurationId = "string",
  DestinationPhoneNumber = "string",
  CreatedTimestamp = as.POSIXct(
    "2015-01-01"
  ),
  Action = "ALLOW"|"BLOCK",
  IsoCountryCode = "string",
  ExpirationTimestamp = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$delete_protect_configuration_rule_set_number_override(
  ProtectConfigurationId = "string",
  DestinationPhoneNumber = "string"
)