![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.iotanalytics.cfnDataset.OutputFileUriValueProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.iotanalytics.cfnDataset
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object OutputFileUriValueProperty {
def apply(
fileName: String
): software.amazon.awscdk.services.iotanalytics.CfnDataset.OutputFileUriValueProperty =
(new software.amazon.awscdk.services.iotanalytics.CfnDataset.OutputFileUriValueProperty.Builder)
.fileName(fileName)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy