Skip to main content

AWSCloudFrontDistributionCustomErrorResponse

No description

type AWSCloudFrontDistributionCustomErrorResponse {
errorCode: Int!
cachingMinimumTtl: Int64!
responseCode: String!
responsePagePath: String!
}

Fields

AWSCloudFrontDistributionCustomErrorResponse.errorCode ● Int! non-null scalar

The HTTP status code for which you want to specify a custom error page and/or a caching duration

AWSCloudFrontDistributionCustomErrorResponse.cachingMinimumTtl ● Int64! non-null scalar

The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in Code

AWSCloudFrontDistributionCustomErrorResponse.responseCode ● String! non-null scalar

The HTTP status code that you want CloudFront to return to the viewer along with the custom error page

AWSCloudFrontDistributionCustomErrorResponse.responsePagePath ● String! non-null scalar

The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by errorCode

Member of

AWSCloudFrontDistribution object