alexcasalboni / alexcasalboni/ssm-cache-python
Integrate history/versioning data
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 209
- Fork
- 20
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
SSM returns this data:
```json
{
"Name": "...",
"LastModifiedDate": "...",
"Value": "...",
"Version": 3,
"Type": "String",
"ARN": "..."
}
```
We could integrate fields such as `Version` and `LastModifiedData` in the `SSMParameter` class. It would allow you to integrate them into refreshing logics or other customizations.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.