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

io.burkard.cdk.services.athena.cfnWorkGroup.ResultConfigurationProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.athena.cfnWorkGroup

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

  def apply(
    encryptionConfiguration: Option[software.amazon.awscdk.services.athena.CfnWorkGroup.EncryptionConfigurationProperty] = None,
    outputLocation: Option[String] = None
  ): software.amazon.awscdk.services.athena.CfnWorkGroup.ResultConfigurationProperty =
    (new software.amazon.awscdk.services.athena.CfnWorkGroup.ResultConfigurationProperty.Builder)
      .encryptionConfiguration(encryptionConfiguration.orNull)
      .outputLocation(outputLocation.orNull)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy