![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.pinpointemail.CfnConfigurationSetEventDestination.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.pinpointemail
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object CfnConfigurationSetEventDestination {
def apply(
internalResourceId: String,
configurationSetName: String,
eventDestinationName: String,
eventDestination: Option[software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.EventDestinationProperty] = None
)(implicit stackCtx: software.amazon.awscdk.Stack): software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination =
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.Builder
.create(stackCtx, internalResourceId)
.configurationSetName(configurationSetName)
.eventDestinationName(eventDestinationName)
.eventDestination(eventDestination.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy