Creates a configuration set. You can create up to 100 configuration sets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetCreate |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The name of the configuration set. This parameter is required. The name can be up to 50 characters in length and must be unique. |
XXX |
| IpPoolId |
string |
No |
The ID of the IP pool to associate. This parameter is optional. |
XXX |
| Description |
string |
No |
The description. The description can be up to 50 characters in length. |
XXX |
| IsPublicChannelBackoff |
boolean |
No |
Specifies whether to fall back to the public channel for sending when the associated dedicated IP pool encounters issues.
|
|
| ValidationOption |
object |
No |
The address validation options. |
|
| Enabled |
boolean |
No |
Specifies whether to enable the address validation feature.
|
|
| ForbiddenStatusList |
array |
No |
The list of recipient address validation primary statuses to block. Before sending, the system pre-validates the recipient address. Emails whose validation primary status matches an entry in this list are rejected. |
|
|
string |
No |
The recipient address validation primary status to block. Valid values:
If an unknown value is passed, an InvalidParameter error is returned. |
INVALID |
|
| ForbiddenSubStatusList |
array |
No |
The list of recipient address validation sub-statuses to block. This provides finer-grained blocking control than the primary statuses. It takes effect as a union with ForbiddenStatusList, meaning that an email is blocked if it matches either list. |
|
|
string |
No |
The address validation sub-status to block. Valid values:
If an unknown value is passed, an InvalidParameter error is returned. |
DISPOSABLE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
XXX |
| Id |
string |
The configuration set ID. |
XXX |
Examples
Success response
JSON format
{
"RequestId": "XXX",
"Id": "XXX"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.