SubjectAltNamesArgs

fun SubjectAltNamesArgs(customSans: Output<List<X509ExtensionArgs>>? = null, dnsNames: Output<List<String>>? = null, emailAddresses: Output<List<String>>? = null, ipAddresses: Output<List<String>>? = null, uris: Output<List<String>>? = null)