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