AWSFirehoseS3DestinationUpdate
Objective-C
@interface AWSFirehoseS3DestinationUpdateSwift
class AWSFirehoseS3DestinationUpdateDescribes an update for a destination in Amazon S3.
- 
                  
                  The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable bucketARN;Swift var bucketARN: String? { get set }
- 
                  
                  The buffering option. If no value is specified, BufferingHintsobject default values are used.DeclarationObjective-C @property (nonatomic, strong) AWSFirehoseBufferingHints *_Nullable bufferingHints;Swift var bufferingHints: AWSFirehoseBufferingHints? { get set }
- 
                  
                  The CloudWatch logging options for your delivery stream. DeclarationObjective-C @property (nonatomic, strong) AWSFirehoseCloudWatchLoggingOptions *_Nullable cloudWatchLoggingOptions;Swift var cloudWatchLoggingOptions: AWSFirehoseCloudWatchLoggingOptions? { get set }
- 
                  
                  The compression format. If no value is specified, the default is UNCOMPRESSED.The compression formats SNAPPYorZIPcannot be specified for Amazon Redshift destinations because they are not supported by the Amazon RedshiftCOPYoperation that reads from the S3 bucket.DeclarationObjective-C @property (nonatomic) AWSFirehoseCompressionFormat compressionFormat;Swift var compressionFormat: AWSFirehoseCompressionFormat { get set }
- 
                  
                  The encryption configuration. If no value is specified, the default is no encryption. DeclarationObjective-C @property (nonatomic, strong) AWSFirehoseEncryptionConfiguration *_Nullable encryptionConfiguration;Swift var encryptionConfiguration: AWSFirehoseEncryptionConfiguration? { get set }
- 
                  
                  A prefix that Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable errorOutputPrefix;Swift var errorOutputPrefix: String? { get set }
- 
                  
                  The “YYYY/MM/DD/HH” time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable prefix;Swift var prefix: String? { get set }
- 
                  
                  The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable roleARN;Swift var roleARN: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSFirehoseS3DestinationUpdate Class Reference
        AWSFirehoseS3DestinationUpdate Class Reference