Distribution Custom Error Response Args
data class DistributionCustomErrorResponseArgs(val errorCachingMinTtl: Output<Int>? = null, val errorCode: Output<Int>, val responseCode: Output<Int>? = null, val responsePagePath: Output<String>? = null) : ConvertibleToJava<DistributionCustomErrorResponseArgs>
Constructors
Link copied to clipboard
fun DistributionCustomErrorResponseArgs(errorCachingMinTtl: Output<Int>? = null, errorCode: Output<Int>, responseCode: Output<Int>? = null, responsePagePath: Output<String>? = null)