Class: Aws::SESV2::Types::CreateConfigurationSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

A request to create a configuration set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archiving_optionsTypes::ArchivingOptions

An object that defines the MailManager archiving options for emails that you send using the configuration set.



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.

Returns:

  • (String)


888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_optionsTypes::DeliveryOptions

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



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#message_security_optionsTypes::MessageSecurityOptions

The message security options to apply to the configuration set, such as the signing scheme used for messages that you send with the configuration set.



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#reputation_optionsTypes::ReputationOptions

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



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#sending_optionsTypes::SendingOptions

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



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#suppression_optionsTypes::SuppressionOptions

An object that contains information about the suppression list preferences for the configuration set. You can optionally include a SuppressionScope to override the tenant or account suppression scope for emails sent using this configuration set.



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_optionsTypes::TrackingOptions

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



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end

#vdm_optionsTypes::VdmOptions

An object that defines the VDM options for emails that you send using the configuration set.

Returns:



888
889
890
891
892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 888

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags,
  :suppression_options,
  :vdm_options,
  :archiving_options,
  :message_security_options)
  SENSITIVE = []
  include Aws::Structure
end