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

Add AmazonMQ and APIGateway allowed values #552

Merged
merged 9 commits into from
Jan 4, 2019
596 changes: 570 additions & 26 deletions src/cfnlint/data/CloudSpecs/ap-northeast-1.json

Large diffs are not rendered by default.

637 changes: 617 additions & 20 deletions src/cfnlint/data/CloudSpecs/ap-northeast-2.json

Large diffs are not rendered by default.

131 changes: 119 additions & 12 deletions src/cfnlint/data/CloudSpecs/ap-northeast-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3908,7 +3908,8 @@
"UpdateType": "Mutable"
},
"Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-tagspecifications.html#cfn-ec2-spotfleet-spotfleettagspecification-tags",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-tagspecifications.html#cfn-ec2-spotfleet-tags",
"DuplicatesAllowed": true,
"ItemType": "Tag",
"Required": false,
"Type": "List",
Expand Down Expand Up @@ -10994,7 +10995,7 @@
}
}
},
"ResourceSpecificationVersion": "2.18.0",
"ResourceSpecificationVersion": "2.18.1",
"ResourceTypes": {
"AWS::ApiGateway::Account": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
Expand Down Expand Up @@ -11113,7 +11114,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "ApiGatewayAuthorizerType"
}
}
}
},
Expand Down Expand Up @@ -11304,7 +11308,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-responsetype",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
"UpdateType": "Immutable",
"Value": {
"ValueType": "ApiGatewayResponeType"
}
},
"RestApiId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html#cfn-apigateway-gatewayresponse-restapiid",
Expand Down Expand Up @@ -11510,7 +11517,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "ApiGatewatRestApiKeySourceType"
}
},
"BinaryMediaTypes": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-binarymediatypes",
Expand Down Expand Up @@ -11729,7 +11739,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
"UpdateType": "Immutable",
"Value": {
"ValueType": "ApiGatewayUsagePlanKeyType"
}
},
"UsagePlanId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid",
Expand Down Expand Up @@ -12368,34 +12381,34 @@
}
},
"AWS::CloudFormation::Macro": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html",
"Properties": {
"Description": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"FunctionName": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
},
"LogGroupName": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"LogRoleARN": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"Name": {
"Documentation": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
Expand Down Expand Up @@ -20561,6 +20574,100 @@
]
}
},
"AmazonMQDeploymentMode": {
"AllowedValues": [
"ACTIVE_STANDBY_MULTI_AZ",
"SINGLE_INSTANCE"
]
},
"AmazonMQEngineType": {
"AllowedValues": [
"ACTIVEMQ"
]
},
"AmazonMQEngineVersion": {
"AllowedValues": [
"ActiveMQ 5.15.0",
"ActiveMQ 5.15.6",
"ActiveMQ 5.15.8"
]
},
"AmazonMQHostInstanceType": {
"AllowedValues": [
"mq.m4.large",
"mq.m5.2xlarge",
"mq.m5.4xlarge",
"mq.m5.large",
"mq.m5.xlarge",
"mq.t2.micro"
]
},
"ApiGatewatRestApiKeySourceType": {
"AllowedValues": [
"AUTHORIZER",
"HEADER"
]
},
"ApiGatewayAuthorizerType": {
"AllowedValues": [
"COGNITO_USER_POOLS",
"REQUEST",
"TOKEN"
]
},
"ApiGatewayResponeType": {
"AllowedValues": [
"ACCESS_DENIED",
"API_CONFIGURATION_ERROR",
"AUTHORIZER_FAILURE",
"AUTHORIZER_CONFIGURATION_ERROR",
"BAD_REQUEST_PARAMETERS",
"BAD_REQUEST_BODY",
"DEFAULT_4XX",
"DEFAULT_5XX",
"EXPIRED_TOKEN",
"INVALID_SIGNATURE",
"INTEGRATION_FAILURE",
"INTEGRATION_TIMEOUT",
"INVALID_API_KEY",
"MISSING_AUTHENTICATION_TOKEN",
"QUOTA_EXCEEDED",
"REQUEST_TOO_LARGE",
"RESOURCE_NOT_FOUND",
"THROTTLED",
"UNAUTHORIZED",
"UNSUPPORTED_MEDIA_TYPE"
]
},
"ApiGatewayUsagePlanKeyType": {
"AllowedValues": [
"API_KEY"
]
},
"AppSyncDataSourceType": {
"AllowedValues": [
"AMAZON_DYNAMODB",
"AMAZON_ELASTICSEARCH",
"AWS_LAMBDA",
"HTTP",
"NONE",
"RELATIONAL_DATABASE"
]
},
"AppSyncGraphQLApiAuthType": {
"AllowedValues": [
"AMAZON_COGNITO_USER_POOLS",
"API_KEY",
"AWS_IAM",
"OPENID_CONNECT"
]
},
"AppSyncResolverKind": {
"AllowedValues": [
"PIPELINE",
"UNIT"
]
},
"AvailabilityZone": {
"GetAtt": {
"AWS::EC2::Instance": "AvailabilityZone",
Expand Down
Loading