Skip to content

/AWS1/CL_SE2GETCONFSETRESPONSE

Information about a configuration set.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CONFIGURATIONSETNAME TYPE /AWS1/SE2CONFIGURATIONSETNAME /AWS1/SE2CONFIGURATIONSETNAME

The name of the configuration set.

IO_TRACKINGOPTIONS TYPE REF TO /AWS1/CL_SE2TRACKINGOPTIONS /AWS1/CL_SE2TRACKINGOPTIONS

An object that defines the open and click tracking options for emails that you send using the configuration set.

IO_DELIVERYOPTIONS TYPE REF TO /AWS1/CL_SE2DELIVERYOPTIONS /AWS1/CL_SE2DELIVERYOPTIONS

An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

IO_REPUTATIONOPTIONS TYPE REF TO /AWS1/CL_SE2REPUTATIONOPTIONS /AWS1/CL_SE2REPUTATIONOPTIONS

An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.

IO_SENDINGOPTIONS TYPE REF TO /AWS1/CL_SE2SENDINGOPTIONS /AWS1/CL_SE2SENDINGOPTIONS

An object that defines whether or not Amazon SES can send email that you send using the configuration set.

IT_TAGS TYPE /AWS1/CL_SE2TAG=>TT_TAGLIST TT_TAGLIST

An array of objects that define the tags (keys and values) that are associated with the configuration set.

IO_SUPPRESSIONOPTIONS TYPE REF TO /AWS1/CL_SE2SUPPRESSIONOPTIONS /AWS1/CL_SE2SUPPRESSIONOPTIONS

An object that contains information about the suppression list preferences for your account.

IO_VDMOPTIONS TYPE REF TO /AWS1/CL_SE2VDMOPTIONS /AWS1/CL_SE2VDMOPTIONS

An object that contains information about the VDM preferences for your configuration set.


Queryable Attributes

ConfigurationSetName

The name of the configuration set.

Accessible with the following methods

Method Description
GET_CONFIGURATIONSETNAME() Getter for CONFIGURATIONSETNAME, with configurable default
ASK_CONFIGURATIONSETNAME() Getter for CONFIGURATIONSETNAME w/ exceptions if field has n
HAS_CONFIGURATIONSETNAME() Determine if CONFIGURATIONSETNAME has a value

TrackingOptions

An object that defines the open and click tracking options for emails that you send using the configuration set.

Accessible with the following methods

Method Description
GET_TRACKINGOPTIONS() Getter for TRACKINGOPTIONS

DeliveryOptions

An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

Accessible with the following methods

Method Description
GET_DELIVERYOPTIONS() Getter for DELIVERYOPTIONS

ReputationOptions

An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.

Accessible with the following methods

Method Description
GET_REPUTATIONOPTIONS() Getter for REPUTATIONOPTIONS

SendingOptions

An object that defines whether or not Amazon SES can send email that you send using the configuration set.

Accessible with the following methods

Method Description
GET_SENDINGOPTIONS() Getter for SENDINGOPTIONS

Tags

An array of objects that define the tags (keys and values) that are associated with the configuration set.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

SuppressionOptions

An object that contains information about the suppression list preferences for your account.

Accessible with the following methods

Method Description
GET_SUPPRESSIONOPTIONS() Getter for SUPPRESSIONOPTIONS

VdmOptions

An object that contains information about the VDM preferences for your configuration set.

Accessible with the following methods

Method Description
GET_VDMOPTIONS() Getter for VDMOPTIONS