Skip to content

Commit

Permalink
Add IAM Allowed Values
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard committed Jul 16, 2019
1 parent 29019eb commit 10086f6
Show file tree
Hide file tree
Showing 25 changed files with 224 additions and 21 deletions.
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-east-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17514,7 +17514,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -21797,6 +21800,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-northeast-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35352,7 +35352,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -44114,6 +44117,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-northeast-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -31719,7 +31719,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -39575,6 +39578,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-northeast-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -19087,7 +19087,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -24302,6 +24305,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-south-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30594,7 +30594,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -38849,6 +38852,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-southeast-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -32064,7 +32064,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -40047,6 +40050,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ap-southeast-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -35017,7 +35017,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -43875,6 +43878,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/ca-central-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -26849,7 +26849,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -33858,6 +33861,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/eu-central-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35123,7 +35123,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -44116,6 +44119,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/eu-north-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20232,7 +20232,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -25837,6 +25840,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/eu-west-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36894,7 +36894,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -46560,6 +46563,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/eu-west-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30036,7 +30036,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -37806,6 +37809,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/eu-west-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -23972,7 +23972,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -30696,6 +30699,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/sa-east-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -24706,7 +24706,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -31382,6 +31385,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/us-east-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36927,7 +36927,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -46611,6 +46614,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
11 changes: 10 additions & 1 deletion src/cfnlint/data/CloudSpecs/us-east-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -32706,7 +32706,10 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-status",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
"UpdateType": "Mutable",
"Value": {
"ValueType": "IamAccessKeyActive"
}
},
"UserName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html#cfn-iam-accesskey-username",
Expand Down Expand Up @@ -40871,6 +40874,12 @@
"https"
]
},
"IamAccessKeyActive": {
"AllowedValues": [
"Active",
"Inactive"
]
},
"IamAssumeRoleDocument": {
"JsonMax": 2048,
"Ref": {
Expand Down
Loading

0 comments on commit 10086f6

Please sign in to comment.