/dhall-aws-cloudformation/cloudformation/AWS::CloudFront::Distribution/CustomErrorResponse.dhall

Copy path to clipboard

Source

{ Type =
{ ErrorCachingMinTTL : Optional Double
, ErrorCode : Integer
, ResponseCode : Optional Integer
, ResponsePagePath : Optional (./../../Fn.dhall).CfnText
}
, default =
{ ErrorCachingMinTTL = None Double
, ResponseCode = None Integer
, ResponsePagePath = None (./../../Fn.dhall).CfnText
}
}