Ingress Profile Args
data class IngressProfileArgs(val name: Output<String>? = null, val visibility: Output<Either<String, Visibility>>? = null) : ConvertibleToJava<IngressProfileArgs>
IngressProfile represents an ingress profile.