PinpointSMSVoice / Client / create_configuration_set

create_configuration_set#

PinpointSMSVoice.Client.create_configuration_set(**kwargs)#

Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it.

See also: AWS API Documentation

Request Syntax

response = client.create_configuration_set(
    ConfigurationSetName='string'
)
Parameters:

ConfigurationSetName (string) – The name that you want to give the configuration set.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – CreateConfigurationSetResponse

Exceptions