All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.ses.cfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.ses.cfnConfigurationSetEventDestination

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object KinesisFirehoseDestinationProperty {

  def apply(
    deliveryStreamArn: String,
    iamRoleArn: String
  ): software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty =
    (new software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder)
      .deliveryStreamArn(deliveryStreamArn)
      .iamRoleArn(iamRoleArn)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy