Pem Certificate List Args
data class PemCertificateListArgs(val certificates: Output<List<String>>, val type: Output<String>) : ConvertibleToJava<PemCertificateListArgs>
A list of PEM formatted certificates.
A list of PEM formatted certificates.