Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudFormation Resource Specification 6.3.0 #1155

Merged
merged 2 commits into from
Oct 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/cfnlint/data/AdditionalSpecs/RdsProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,6 @@
"db.x1e.xlarge"
],
"ap-northeast-3": [
"db.m4.10xlarge",
"db.m4.2xlarge",
"db.m4.4xlarge",
"db.m4.large",
Expand Down
69 changes: 68 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-east-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8591,6 +8591,35 @@
}
}
},
"AWS::Events::EventBusPolicy.Condition": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html",
"Properties": {
"Key": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-key",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable",
"Value": {
"ValueType": "AWS::Events::EventBusPolicy.Condition.Key"
}
},
"Type": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-type",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable",
"Value": {
"ValueType": "AWS::Events::EventBusPolicy.Condition.Type"
}
},
"Value": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-eventbuspolicy-condition.html#cfn-events-eventbuspolicy-condition-value",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
}
}
},
"AWS::Events::Rule.AwsVpcConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-awsvpcconfiguration.html",
"Properties": {
Expand Down Expand Up @@ -12373,7 +12402,7 @@
}
}
},
"ResourceSpecificationVersion": "6.2.0",
"ResourceSpecificationVersion": "6.3.0",
"ResourceTypes": {
"AWS::ApiGateway::Account": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
Expand Down Expand Up @@ -19778,6 +19807,44 @@
}
}
},
"AWS::Events::EventBusPolicy": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html",
"Properties": {
"Action": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable",
"Value": {
"ValueType": "AWS::Events::EventBusPolicy.Action"
}
},
"Condition": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-condition",
"Required": false,
"Type": "Condition",
"UpdateType": "Mutable"
},
"EventBusName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"Principal": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
},
"StatementId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
}
}
},
"AWS::Events::Rule": {
"Attributes": {
"Arn": {
Expand Down
562 changes: 561 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-northeast-1.json

Large diffs are not rendered by default.

562 changes: 561 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-northeast-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cfnlint/data/CloudSpecs/ap-northeast-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12840,7 +12840,7 @@
}
}
},
"ResourceSpecificationVersion": "6.2.0",
"ResourceSpecificationVersion": "6.3.0",
"ResourceTypes": {
"AWS::ApiGateway::Account": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
Expand Down
591 changes: 590 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-south-1.json

Large diffs are not rendered by default.

562 changes: 561 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-southeast-1.json

Large diffs are not rendered by default.

400 changes: 399 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-southeast-2.json

Large diffs are not rendered by default.

555 changes: 554 additions & 1 deletion src/cfnlint/data/CloudSpecs/ca-central-1.json

Large diffs are not rendered by default.

168 changes: 167 additions & 1 deletion src/cfnlint/data/CloudSpecs/cn-north-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13356,7 +13356,7 @@
}
}
},
"ResourceSpecificationVersion": "6.2.0",
"ResourceSpecificationVersion": "6.3.0",
"ResourceTypes": {
"AWS::ApiGateway::Account": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
Expand Down Expand Up @@ -15813,6 +15813,13 @@
"Required": false,
"UpdateType": "Mutable"
},
"EnabledMfas": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-enabledmfas",
"PrimitiveItemType": "String",
"Required": false,
"Type": "List",
"UpdateType": "Mutable"
},
"LambdaConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-lambdaconfig",
"Required": false,
Expand Down Expand Up @@ -16000,6 +16007,29 @@
}
}
},
"AWS::Cognito::UserPoolDomain": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html",
"Properties": {
"CustomDomainConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-customdomainconfig",
"Required": false,
"Type": "CustomDomainConfigType",
"UpdateType": "Mutable"
},
"Domain": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-domain",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"UserPoolId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html#cfn-cognito-userpooldomain-userpoolid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
}
}
},
"AWS::Cognito::UserPoolGroup": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html",
"Properties": {
Expand Down Expand Up @@ -16035,6 +16065,136 @@
}
}
},
"AWS::Cognito::UserPoolIdentityProvider": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html",
"Properties": {
"AttributeMapping": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping",
"PrimitiveType": "Json",
"Required": false,
"UpdateType": "Mutable"
},
"IdpIdentifiers": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-idpidentifiers",
"PrimitiveItemType": "String",
"Required": false,
"Type": "List",
"UpdateType": "Mutable"
},
"ProviderDetails": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails",
"PrimitiveType": "Json",
"Required": false,
"UpdateType": "Mutable"
},
"ProviderName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"ProviderType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"UserPoolId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
}
}
},
"AWS::Cognito::UserPoolResourceServer": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html",
"Properties": {
"Identifier": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-identifier",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"Name": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-name",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
},
"Scopes": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-scopes",
"ItemType": "ResourceServerScopeType",
"Required": false,
"Type": "List",
"UpdateType": "Mutable"
},
"UserPoolId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html#cfn-cognito-userpoolresourceserver-userpoolid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
}
}
},
"AWS::Cognito::UserPoolRiskConfigurationAttachment": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html",
"Properties": {
"AccountTakeoverRiskConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoverriskconfiguration",
"Required": false,
"Type": "AccountTakeoverRiskConfigurationType",
"UpdateType": "Mutable"
},
"ClientId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-clientid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"CompromisedCredentialsRiskConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsriskconfiguration",
"Required": false,
"Type": "CompromisedCredentialsRiskConfigurationType",
"UpdateType": "Mutable"
},
"RiskExceptionConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-riskexceptionconfiguration",
"Required": false,
"Type": "RiskExceptionConfigurationType",
"UpdateType": "Mutable"
},
"UserPoolId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html#cfn-cognito-userpoolriskconfigurationattachment-userpoolid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
}
}
},
"AWS::Cognito::UserPoolUICustomizationAttachment": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html",
"Properties": {
"CSS": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-css",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"ClientId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-clientid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"UserPoolId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html#cfn-cognito-userpooluicustomizationattachment-userpoolid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
}
}
},
"AWS::Cognito::UserPoolUser": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html",
"Properties": {
Expand Down Expand Up @@ -20592,6 +20752,12 @@
"Type": "Condition",
"UpdateType": "Mutable"
},
"EventBusName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"Principal": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal",
"PrimitiveType": "String",
Expand Down
8 changes: 7 additions & 1 deletion src/cfnlint/data/CloudSpecs/cn-northwest-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11986,7 +11986,7 @@
}
}
},
"ResourceSpecificationVersion": "6.2.0",
"ResourceSpecificationVersion": "6.3.0",
"ResourceTypes": {
"AWS::ApiGateway::Account": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
Expand Down Expand Up @@ -18773,6 +18773,12 @@
"Type": "Condition",
"UpdateType": "Mutable"
},
"EventBusName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"Principal": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal",
"PrimitiveType": "String",
Expand Down
Loading