Rsa Key Type Args
data class RsaKeyTypeArgs(val maxModulusSize: Output<String>? = null, val minModulusSize: Output<String>? = null) : ConvertibleToJava<RsaKeyTypeArgs>
Describes an RSA key that may be used in a Certificate issued from a CaPool.