fungusakafungus / cloudformation-jsonschema

Json schema for AWS Cloudformation
MIT License
32 stars 11 forks source link

AWS::ApiGateway::DomainName is a valid resource type #20

Open jimleuk opened 6 years ago

jimleuk commented 6 years ago

Definition

"APIGatewayDomainName": {
    "Type": "AWS::ApiGateway::DomainName",
    "Properties": {
        "DomainName": ... ,
        "CertificateArn": ...
    }
}

Error log

message: 'Value is not accepted. Valid values: ["AWS::ApiGateway::Account"]'
message: 'Property DomainName is not allowed'
message: 'Property CertificateArn is not allowed'