
io.burkard.cdk.services.sagemaker.cfnDeviceFleet.EdgeOutputConfigProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.sagemaker.cfnDeviceFleet
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object EdgeOutputConfigProperty {
def apply(
s3OutputLocation: String,
kmsKeyId: Option[String] = None
): software.amazon.awscdk.services.sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty =
(new software.amazon.awscdk.services.sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty.Builder)
.s3OutputLocation(s3OutputLocation)
.kmsKeyId(kmsKeyId.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy