App Ingress Custom Domain Args
data class AppIngressCustomDomainArgs(val certificateBindingType: Output<String>? = null, val certificateId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<AppIngressCustomDomainArgs>