You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group. ",
"type": "string",
"minLength": 1,
"maxLength": 512,
"pattern": "^[.\\-_/#A-Za-z0-9]{1,512}\\Z"
},
"RetentionInDays": {
"description": "The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653.",
"type": "integer",
"enum": [
1,
3,
5,
7,
14,
30,
60,
90,
120,
150,
180,
365,
400,
545,
731,
1827,
3653
]
},
"Arn": {
"description": "The CloudWatch log group ARN.",
"type": "string"
}
But according to the service API, CreateLogGroup also accepts:
kmsKeyId
tags
The text was updated successfully, but these errors were encountered:
Current properties according to the schema:
aws-cloudformation-resource-providers-logs/aws-logs-loggroup/aws-logs-loggroup.json
Lines 6 to 39 in 3dcd55b
But according to the service API,
CreateLogGroup
also accepts:The text was updated successfully, but these errors were encountered: