Content Path Map Args
data class ContentPathMapArgs(val contentType: Output<Either<String, ContentType>>? = null, val path: Output<String>? = null) : ConvertibleToJava<ContentPathMapArgs>
The mapping of content type to a repo path.