#3114 - Allow DynamoDB table as CFN output
This commit is contained in:
parent
920d074bb9
commit
80761ebb3b
2 changed files with 40 additions and 0 deletions
|
|
@ -413,6 +413,10 @@ class Table(BaseModel):
|
|||
|
||||
raise UnformattedGetAttTemplateException()
|
||||
|
||||
@property
|
||||
def physical_resource_id(self):
|
||||
return self.name
|
||||
|
||||
@classmethod
|
||||
def create_from_cloudformation_json(
|
||||
cls, resource_name, cloudformation_json, region_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue