|
1 | 1 | {
|
2 |
| - "$version": "103.0.0", |
| 2 | + "$version": "105.0.0", |
3 | 3 | "PropertyTypes": {
|
4 | 4 | "AWS::CloudFront::CachePolicy.CachePolicyConfig": {
|
5 | 5 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cachepolicy-cachepolicyconfig.html",
|
|
1635 | 1635 | }
|
1636 | 1636 | }
|
1637 | 1637 | },
|
| 1638 | + "AWS::CloudFront::ResponseHeadersPolicy.RemoveHeader": { |
| 1639 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-removeheader.html", |
| 1640 | + "Properties": { |
| 1641 | + "Header": { |
| 1642 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-removeheader.html#cfn-cloudfront-responseheaderspolicy-removeheader-header", |
| 1643 | + "PrimitiveType": "String", |
| 1644 | + "Required": true, |
| 1645 | + "UpdateType": "Mutable" |
| 1646 | + } |
| 1647 | + } |
| 1648 | + }, |
| 1649 | + "AWS::CloudFront::ResponseHeadersPolicy.RemoveHeadersConfig": { |
| 1650 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-removeheadersconfig.html", |
| 1651 | + "Properties": { |
| 1652 | + "Items": { |
| 1653 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-removeheadersconfig.html#cfn-cloudfront-responseheaderspolicy-removeheadersconfig-items", |
| 1654 | + "DuplicatesAllowed": false, |
| 1655 | + "ItemType": "RemoveHeader", |
| 1656 | + "Required": true, |
| 1657 | + "Type": "List", |
| 1658 | + "UpdateType": "Mutable" |
| 1659 | + } |
| 1660 | + } |
| 1661 | + }, |
1638 | 1662 | "AWS::CloudFront::ResponseHeadersPolicy.ResponseHeadersPolicyConfig": {
|
1639 | 1663 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-responseheaderspolicyconfig.html",
|
1640 | 1664 | "Properties": {
|
|
1662 | 1686 | "Required": true,
|
1663 | 1687 | "UpdateType": "Mutable"
|
1664 | 1688 | },
|
| 1689 | + "RemoveHeadersConfig": { |
| 1690 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-responseheaderspolicyconfig.html#cfn-cloudfront-responseheaderspolicy-responseheaderspolicyconfig-removeheadersconfig", |
| 1691 | + "Required": false, |
| 1692 | + "Type": "RemoveHeadersConfig", |
| 1693 | + "UpdateType": "Mutable" |
| 1694 | + }, |
1665 | 1695 | "SecurityHeadersConfig": {
|
1666 | 1696 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-responseheaderspolicyconfig.html#cfn-cloudfront-responseheaderspolicy-responseheaderspolicyconfig-securityheadersconfig",
|
1667 | 1697 | "Required": false,
|
|
0 commit comments