create_contact_list
(**kwargs)¶Creates a contact list.
See also: AWS API Documentation
Request Syntax
response = client.create_contact_list(
ContactListName='string',
Topics=[
{
'TopicName': 'string',
'DisplayName': 'string',
'Description': 'string',
'DefaultSubscriptionStatus': 'OPT_IN'|'OPT_OUT'
},
],
Description='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
The name of the contact list.
An interest group, theme, or label within a list. A contact list can have multiple topics.
An interest group, theme, or label within a list. Lists can have multiple topics.
The name of the topic.
The name of the topic the contact will see.
A description of what the topic is about, which the contact will see.
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
The tags associated with a contact list.
An object that defines the tags that are associated with a resource. A tag is a label that you optionally define and associate with a resource. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.
Each tag consists of a required tag key and an associated tag value , both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:
aws:
prefix is reserved for use by Amazon Web Services; you can’t use it in any tag keys or values that you define. In addition, you can't edit or remove tag keys or values that use this prefix. Tags that use this prefix don’t count against the limit of 50 tags per resource.One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.
The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want a resource to have a specific tag value, don't specify a value for this parameter. If you don't specify a value, Amazon SES sets the value to an empty string.
dict
Response Syntax
{}
Response Structure
Exceptions
SESV2.Client.exceptions.BadRequestException
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.AlreadyExistsException
SESV2.Client.exceptions.LimitExceededException