Skip to content

Commit

Permalink
Adds 'ErrorOutputPrefix' to *S3DestinationConfiguration (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-cn authored and markpeek committed Jun 23, 2019
1 parent ddf147e commit f0036aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/firehose.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class S3DestinationConfiguration(AWSProperty):
'CloudWatchLoggingOptions': (CloudWatchLoggingOptions, False),
'CompressionFormat': (basestring, True),
'EncryptionConfiguration': (EncryptionConfiguration, False),
'ErrorOutputPrefix': (basestring, False),
'Prefix': (basestring, False),
'RoleARN': (basestring, True),
}
Expand All @@ -170,6 +171,7 @@ class ExtendedS3DestinationConfiguration(AWSProperty):
'CloudWatchLoggingOptions': (CloudWatchLoggingOptions, False),
'CompressionFormat': (basestring, True),
'EncryptionConfiguration': (EncryptionConfiguration, False),
'ErrorOutputPrefix': (basestring, False),
'Prefix': (basestring, True),
'ProcessingConfiguration': (ProcessingConfiguration, False),
'RoleARN': (basestring, True),
Expand Down

0 comments on commit f0036aa

Please sign in to comment.