Uses of Interface
software.amazon.awscdk.services.ses.IConfigurationSet
Packages that use IConfigurationSet
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of IConfigurationSet in software.amazon.awscdk.services.ses
Subinterfaces of IConfigurationSet in software.amazon.awscdk.services.sesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConfigurationSet.Classes in software.amazon.awscdk.services.ses that implement IConfigurationSetModifier and TypeClassDescriptionclassA configuration set.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ses that return IConfigurationSetModifier and TypeMethodDescriptionstatic IConfigurationSetConfigurationSet.fromConfigurationSetName(software.constructs.Construct scope, String id, String configurationSetName) Use an existing configuration set.ConfigurationSetEventDestinationProps.getConfigurationSet()The configuration set that contains the event destination.final IConfigurationSetConfigurationSetEventDestinationProps.Jsii$Proxy.getConfigurationSet()default IConfigurationSetEmailIdentityProps.getConfigurationSet()The configuration set to associate with the email identity.final IConfigurationSetEmailIdentityProps.Jsii$Proxy.getConfigurationSet()Methods in software.amazon.awscdk.services.ses with parameters of type IConfigurationSetModifier and TypeMethodDescriptionConfigurationSetEventDestination.Builder.configurationSet(IConfigurationSet configurationSet) The configuration set that contains the event destination.ConfigurationSetEventDestinationProps.Builder.configurationSet(IConfigurationSet configurationSet) Sets the value ofConfigurationSetEventDestinationProps.getConfigurationSet()EmailIdentity.Builder.configurationSet(IConfigurationSet configurationSet) The configuration set to associate with the email identity.EmailIdentityProps.Builder.configurationSet(IConfigurationSet configurationSet) Sets the value ofEmailIdentityProps.getConfigurationSet()