io.burkard.cdk.services.ec2.cfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.scala Maven / Gradle / Ivy
The newest version!
package io.burkard.cdk.services.ec2.cfnClientVpnEndpoint
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object DirectoryServiceAuthenticationRequestProperty {
def apply(
directoryId: String
): software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty =
(new software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Builder)
.directoryId(directoryId)
.build()
}