Skip to content

Commit

Permalink
autogenerated maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Nov 24, 2020
1 parent 10d0950 commit 452b4bc
Show file tree
Hide file tree
Showing 78 changed files with 44,073 additions and 961 deletions.
340 changes: 310 additions & 30 deletions src/cfnlint/data/AdditionalSpecs/Policies.json

Large diffs are not rendered by default.

1,057 changes: 1,024 additions & 33 deletions src/cfnlint/data/CloudSpecs/af-south-1.json

Large diffs are not rendered by default.

779 changes: 773 additions & 6 deletions src/cfnlint/data/CloudSpecs/ap-east-1.json

Large diffs are not rendered by default.

1,199 changes: 1,167 additions & 32 deletions src/cfnlint/data/CloudSpecs/ap-northeast-1.json

Large diffs are not rendered by default.

1,184 changes: 1,165 additions & 19 deletions src/cfnlint/data/CloudSpecs/ap-northeast-2.json

Large diffs are not rendered by default.

216 changes: 214 additions & 2 deletions src/cfnlint/data/CloudSpecs/ap-northeast-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,31 @@
}
}
},
"AWS::CloudFront::KeyGroup.KeyGroupConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keygroup-keygroupconfig.html",
"Properties": {
"Comment": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keygroup-keygroupconfig.html#cfn-cloudfront-keygroup-keygroupconfig-comment",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"Items": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keygroup-keygroupconfig.html#cfn-cloudfront-keygroup-keygroupconfig-items",
"DuplicatesAllowed": true,
"PrimitiveItemType": "String",
"Required": true,
"Type": "List",
"UpdateType": "Mutable"
},
"Name": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keygroup-keygroupconfig.html#cfn-cloudfront-keygroup-keygroupconfig-name",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
}
}
},
"AWS::CloudFront::OriginRequestPolicy.CookiesConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-originrequestpolicy-cookiesconfig.html",
"Properties": {
Expand Down Expand Up @@ -1102,6 +1127,35 @@
}
}
},
"AWS::CloudFront::PublicKey.PublicKeyConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-publickey-publickeyconfig.html",
"Properties": {
"CallerReference": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-publickey-publickeyconfig.html#cfn-cloudfront-publickey-publickeyconfig-callerreference",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
},
"Comment": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-publickey-publickeyconfig.html#cfn-cloudfront-publickey-publickeyconfig-comment",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"EncodedKey": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-publickey-publickeyconfig.html#cfn-cloudfront-publickey-publickeyconfig-encodedkey",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
},
"Name": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-publickey-publickeyconfig.html#cfn-cloudfront-publickey-publickeyconfig-name",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
}
}
},
"AWS::CloudFront::RealtimeLogConfig.EndPoint": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-realtimelogconfig-endpoint.html",
"Properties": {
Expand Down Expand Up @@ -2737,6 +2791,17 @@
}
}
},
"AWS::EC2::LaunchTemplate.EnclaveOptions": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-enclaveoptions.html",
"Properties": {
"Enabled": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-enclaveoptions.html#cfn-ec2-launchtemplate-launchtemplatedata-enclaveoptions-enabled",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Mutable"
}
}
},
"AWS::EC2::LaunchTemplate.HibernationOptions": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-hibernationoptions.html",
"Properties": {
Expand Down Expand Up @@ -2856,6 +2921,12 @@
"Type": "List",
"UpdateType": "Mutable"
},
"EnclaveOptions": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-enclaveoptions",
"Required": false,
"Type": "EnclaveOptions",
"UpdateType": "Mutable"
},
"HibernationOptions": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions",
"Required": false,
Expand Down Expand Up @@ -6754,7 +6825,7 @@
"Required": false,
"UpdateType": "Mutable",
"Value": {
"ValueType": "AvailabilityZone"
"ValueType": "AvailabilityZoneWithAll"
}
},
"Id": {
Expand Down Expand Up @@ -9575,7 +9646,7 @@
}
}
},
"ResourceSpecificationVersion": "20.3.0",
"ResourceSpecificationVersion": "21.0.0",
"ResourceTypes": {
"AWS::ApplicationAutoScaling::ScalableTarget": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html",
Expand Down Expand Up @@ -10434,6 +10505,25 @@
}
}
},
"AWS::CloudFront::KeyGroup": {
"Attributes": {
"Id": {
"PrimitiveType": "String"
},
"LastModifiedTime": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html",
"Properties": {
"KeyGroupConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html#cfn-cloudfront-keygroup-keygroupconfig",
"Required": true,
"Type": "KeyGroupConfig",
"UpdateType": "Mutable"
}
}
},
"AWS::CloudFront::OriginRequestPolicy": {
"Attributes": {
"Id": {
Expand All @@ -10453,6 +10543,25 @@
}
}
},
"AWS::CloudFront::PublicKey": {
"Attributes": {
"CreatedTime": {
"PrimitiveType": "String"
},
"Id": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html",
"Properties": {
"PublicKeyConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html#cfn-cloudfront-publickey-publickeyconfig",
"Required": true,
"Type": "PublicKeyConfig",
"UpdateType": "Mutable"
}
}
},
"AWS::CloudFront::RealtimeLogConfig": {
"Attributes": {
"Arn": {
Expand Down Expand Up @@ -15141,6 +15250,12 @@
"Required": true,
"UpdateType": "Mutable"
},
"KeySpec": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyspec",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"KeyUsage": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage",
"PrimitiveType": "String",
Expand Down Expand Up @@ -19021,6 +19136,7 @@
},
"AWS::KinesisAnalyticsV2::Application.RuntimeEnvironment": {
"AllowedValues": [
"FLINK-1_11",
"FLINK-1_6",
"FLINK-1_8",
"SQL-1_0"
Expand Down Expand Up @@ -19334,6 +19450,102 @@
]
}
},
"AvailabilityZoneWithAll": {
"AllowedValues": [
"all",
"af-south-1a",
"af-south-1b",
"af-south-1c",
"ap-east-1a",
"ap-east-1b",
"ap-east-1c",
"ap-northeast-1a",
"ap-northeast-1b",
"ap-northeast-1c",
"ap-northeast-1d",
"ap-northeast-2a",
"ap-northeast-2b",
"ap-northeast-2c",
"ap-northeast-2d",
"ap-northeast-3a",
"ap-south-1a",
"ap-south-1b",
"ap-south-1c",
"ap-southeast-1a",
"ap-southeast-1b",
"ap-southeast-1c",
"ap-southeast-2a",
"ap-southeast-2b",
"ap-southeast-2c",
"ca-central-1a",
"ca-central-1b",
"ca-central-1d",
"cn-north-1a",
"cn-north-1b",
"cn-northwest-1a",
"cn-northwest-1b",
"cn-northwest-1c",
"eu-central-1a",
"eu-central-1b",
"eu-central-1c",
"eu-north-1a",
"eu-north-1b",
"eu-north-1c",
"eu-south-1a",
"eu-south-1b",
"eu-south-1c",
"eu-west-1a",
"eu-west-1b",
"eu-west-1c",
"eu-west-2a",
"eu-west-2b",
"eu-west-2c",
"eu-west-3a",
"eu-west-3b",
"eu-west-3c",
"me-south-1a",
"me-south-1b",
"me-south-1c",
"sa-east-1a",
"sa-east-1b",
"sa-east-1c",
"us-east-1a",
"us-east-1b",
"us-east-1c",
"us-east-1d",
"us-east-1e",
"us-east-1f",
"us-east-2a",
"us-east-2b",
"us-east-2c",
"us-gov-east-1a",
"us-gov-east-1b",
"us-gov-east-1c",
"us-gov-west-1a",
"us-gov-west-1b",
"us-gov-west-1c",
"us-west-1a",
"us-west-1b",
"us-west-1c",
"us-west-2a",
"us-west-2b",
"us-west-2c",
"us-west-2d",
"us-west-2-lax-1a",
"us-west-2-lax-1b"
],
"GetAtt": {
"AWS::EC2::Instance": "AvailabilityZone",
"AWS::EC2::Subnet": "AvailabilityZone",
"AWS::OpsWorks::Instance": "AvailabilityZone"
},
"Ref": {
"Parameters": [
"String",
"AvailabilityZone"
]
}
},
"AvailabilityZones": {
"GetAtt": {},
"Ref": {
Expand Down
Loading

0 comments on commit 452b4bc

Please sign in to comment.