AWSFirehoseDestinationDescription
Objective-C
@interface AWSFirehoseDestinationDescription
Swift
class AWSFirehoseDestinationDescription
Describes the destination for a delivery stream.
Required parameters: [DestinationId]
-
The destination in the Serverless offering for Amazon OpenSearch Service.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseAmazonOpenSearchServerlessDestinationDescription *_Nullable amazonOpenSearchServerlessDestinationDescription;
Swift
var amazonOpenSearchServerlessDestinationDescription: AWSFirehoseAmazonOpenSearchServerlessDestinationDescription? { get set }
-
The destination in Amazon OpenSearch Service.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseAmazonopensearchserviceDestinationDescription *_Nullable amazonopensearchserviceDestinationDescription;
Swift
var amazonopensearchserviceDestinationDescription: AWSFirehoseAmazonopensearchserviceDestinationDescription? { get set }
-
The ID of the destination.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationId;
Swift
var destinationId: String? { get set }
-
The destination in Amazon ES.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseElasticsearchDestinationDescription *_Nullable elasticsearchDestinationDescription;
Swift
var elasticsearchDestinationDescription: AWSFirehoseElasticsearchDestinationDescription? { get set }
-
The destination in Amazon S3.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseExtendedS3DestinationDescription *_Nullable extendedS3DestinationDescription;
Swift
var extendedS3DestinationDescription: AWSFirehoseExtendedS3DestinationDescription? { get set }
-
Describes the specified HTTP endpoint destination.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseHttpEndpointDestinationDescription *_Nullable httpEndpointDestinationDescription;
Swift
var httpEndpointDestinationDescription: AWSFirehoseHttpEndpointDestinationDescription? { get set }
-
The destination in Amazon Redshift.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseRedshiftDestinationDescription *_Nullable redshiftDestinationDescription;
Swift
var redshiftDestinationDescription: AWSFirehoseRedshiftDestinationDescription? { get set }
-
[Deprecated] The destination in Amazon S3.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseS3DestinationDescription *_Nullable s3DestinationDescription;
Swift
var s3DestinationDescription: AWSFirehoseS3DestinationDescription? { get set }
-
Optional description for the destination
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseSnowflakeDestinationDescription *_Nullable snowflakeDestinationDescription;
Swift
var snowflakeDestinationDescription: AWSFirehoseSnowflakeDestinationDescription? { get set }
-
The destination in Splunk.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseSplunkDestinationDescription *_Nullable splunkDestinationDescription;
Swift
var splunkDestinationDescription: AWSFirehoseSplunkDestinationDescription? { get set }