Uses of Interface
software.amazon.awscdk.interfaces.ses.IConfigurationSetRef
Packages that use IConfigurationSetRef
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of IConfigurationSetRef in software.amazon.awscdk.interfaces.ses
Subinterfaces of IConfigurationSetRef in software.amazon.awscdk.interfaces.sesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConfigurationSetRef.Classes in software.amazon.awscdk.interfaces.ses that implement IConfigurationSetRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IConfigurationSetRef in software.amazon.awscdk.services.ses
Subinterfaces of IConfigurationSetRef in software.amazon.awscdk.services.sesModifier and TypeInterfaceDescriptioninterfaceA configuration set.static interfaceInternal default implementation forIConfigurationSet.Classes in software.amazon.awscdk.services.ses that implement IConfigurationSetRefModifier and TypeClassDescriptionclassConfiguration sets let you create groups of rules that you can apply to the emails you send using Amazon SES.classA 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 IConfigurationSetRefModifier and TypeMethodDescriptionstatic IConfigurationSetRefCfnConfigurationSet.fromConfigurationSetName(software.constructs.Construct scope, String id, String configurationSetName) Creates a new IConfigurationSetRef from a configurationSetName.ConfigurationSetEventDestinationProps.getConfigurationSet()The configuration set that contains the event destination.final IConfigurationSetRefConfigurationSetEventDestinationProps.Jsii$Proxy.getConfigurationSet()default IConfigurationSetRefEmailIdentityProps.getConfigurationSet()The configuration set to associate with the email identity.final IConfigurationSetRefEmailIdentityProps.Jsii$Proxy.getConfigurationSet()Methods in software.amazon.awscdk.services.ses with parameters of type IConfigurationSetRefModifier and TypeMethodDescriptionstatic StringCfnConfigurationSet.arnForConfigurationSet(IConfigurationSetRef resource) ConfigurationSetEventDestination.Builder.configurationSet(IConfigurationSetRef configurationSet) The configuration set that contains the event destination.ConfigurationSetEventDestinationProps.Builder.configurationSet(IConfigurationSetRef configurationSet) Sets the value ofConfigurationSetEventDestinationProps.getConfigurationSet()EmailIdentity.Builder.configurationSet(IConfigurationSetRef configurationSet) The configuration set to associate with the email identity.EmailIdentityProps.Builder.configurationSet(IConfigurationSetRef configurationSet) Sets the value ofEmailIdentityProps.getConfigurationSet()CfnConfigurationSetEventDestination.Builder.configurationSetName(IConfigurationSetRef configurationSetName) The name of the configuration set that contains the event destination.CfnConfigurationSetEventDestinationProps.Builder.configurationSetName(IConfigurationSetRef configurationSetName) Sets the value ofCfnConfigurationSetEventDestinationProps.getConfigurationSetName()