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

io.burkard.cdk.services.acmpca.cfnCertificateAuthority.AccessDescriptionProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.acmpca.cfnCertificateAuthority

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

  def apply(
    accessMethod: software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.AccessMethodProperty,
    accessLocation: software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.GeneralNameProperty
  ): software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.AccessDescriptionProperty =
    (new software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.AccessDescriptionProperty.Builder)
      .accessMethod(accessMethod)
      .accessLocation(accessLocation)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy