Implement CloudFormation's physical_resource_id for Data Pipeline
This commit is contained in:
parent
8623483c0f
commit
dafddb094b
2 changed files with 9 additions and 1 deletions
|
|
@ -30,6 +30,10 @@ class Pipeline(object):
|
|||
self.objects = []
|
||||
self.status = "PENDING"
|
||||
|
||||
@property
|
||||
def physical_resource_id(self):
|
||||
return self.pipeline_id
|
||||
|
||||
def to_meta_json(self):
|
||||
return {
|
||||
"id": self.pipeline_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue