Add physical_resource_id to Route53.RecordSet. Closes #595.
This commit is contained in:
parent
e2774f3404
commit
7dcfa85fb8
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ class RecordSet(object):
|
|||
except KeyError:
|
||||
pass
|
||||
|
||||
@property
|
||||
def physical_resource_id(self):
|
||||
return self.name
|
||||
|
||||
def to_xml(self):
|
||||
template = Template("""<ResourceRecordSet>
|
||||
<Name>{{ record_set.name }}</Name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue