Sha256: eb8f54a946a4cab97af287ab143486bb5bdb8d055d2eba7cde5606499929c699
Contents?: true
Size: 676 Bytes
Versions: 92
Compression:
Stored size: 676 Bytes
Contents
require_relative '../resource_property' module Convection module Model class Template class ResourceProperty # Represents a {http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributionconfig-customerrorresponse.html # CloudFront DistributionConfig Restrictions GeoRestriction Embedded Property Type} class CloudFrontCustomErrorResponse < ResourceProperty property :min_ttl, 'ErrorCachingMinTTL' property :error_code, 'ErrorCode' property :response_code, 'ResponseCode' property :response_page_path, 'ResponsePagePath' end end end end end
Version data entries
92 entries across 92 versions & 1 rubygems