AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a destination in Amazon S3.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.S3DestinationDescription

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class S3DestinationDescription

The S3DestinationDescription type exposes the following members

Constructors

NameDescription
Public Method S3DestinationDescription()

Properties

NameTypeDescription
Public Property BucketARN System.String

Gets and sets the property BucketARN.

The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

Public Property BufferingHints Amazon.KinesisFirehose.Model.BufferingHints

Gets and sets the property BufferingHints.

The buffering option. If no value is specified, BufferingHints object default values are used.

Public Property CloudWatchLoggingOptions Amazon.KinesisFirehose.Model.CloudWatchLoggingOptions

Gets and sets the property CloudWatchLoggingOptions.

The Amazon CloudWatch logging options for your delivery stream.

Public Property CompressionFormat Amazon.KinesisFirehose.CompressionFormat

Gets and sets the property CompressionFormat.

The compression format. If no value is specified, the default is UNCOMPRESSED.

Public Property EncryptionConfiguration Amazon.KinesisFirehose.Model.EncryptionConfiguration

Gets and sets the property EncryptionConfiguration.

The encryption configuration. If no value is specified, the default is no encryption.

Public Property ErrorOutputPrefix System.String

Gets and sets the property ErrorOutputPrefix.

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.

Public Property Prefix System.String

Gets and sets the property Prefix.

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.

Public Property RoleARN System.String

Gets and sets the property RoleARN.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5