Skip to content

Commit 9ea981a

Browse files
author
jiyungSong
committed
feat: add supported_providers in metadata
1 parent f650867 commit 9ea981a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spaceone/monitoring/model/metadata/metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class MetaDataView(Model):
2323
class LogMetadata(Model):
2424
view = ModelType(MetaDataView)
2525
required_keys = ListType(StringType, default=['data.cloudtrail'])
26+
supported_providers = ListType(StringType, default=['aws'])
2627

2728
@classmethod
2829
def set_fields(cls, name='', fields=[]):

0 commit comments

Comments
 (0)