Skip to content

Commit

Permalink
Update AWS::Amplify::Domain per 2020-07-09 update
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jul 12, 2020
1 parent 587403a commit bdfe5f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions troposphere/amplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ class Domain(AWSObject):

props = {
'AppId': (basestring, True),
'AutoSubDomainCreationPatterns': ([basestring], False),
'AutoSubDomainIAMRole': (basestring, False),
'DomainName': (basestring, True),
'EnableAutoSubDomain': (boolean, False),
'SubDomainSettings': ([SubDomainSetting], True),
}

0 comments on commit bdfe5f4

Please sign in to comment.