Skip to content

Commit 3b06fa9

Browse files
authored
Merge pull request #19 from jihyungSong/master
Add supported_providers in metadata
2 parents 1e9ecae + 9ea981a commit 3b06fa9

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)