
io.burkard.cdk.services.lex.cfnBot.ObfuscationSettingProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.lex.cfnBot
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object ObfuscationSettingProperty {
def apply(
obfuscationSettingType: String
): software.amazon.awscdk.services.lex.CfnBot.ObfuscationSettingProperty =
(new software.amazon.awscdk.services.lex.CfnBot.ObfuscationSettingProperty.Builder)
.obfuscationSettingType(obfuscationSettingType)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy