AWSFirehoseAmazonOpenSearchServerlessDestinationUpdate
Objective-C
@interface AWSFirehoseAmazonOpenSearchServerlessDestinationUpdate
Swift
class AWSFirehoseAmazonOpenSearchServerlessDestinationUpdate
Describes an update for a destination in the Serverless offering for Amazon OpenSearch Service.
-
The buffering options. If no value is specified, AmazonopensearchBufferingHints object default values are used.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseAmazonOpenSearchServerlessBufferingHints *_Nullable bufferingHints;
Swift
var bufferingHints: AWSFirehoseAmazonOpenSearchServerlessBufferingHints? { get set }
-
Describes the Amazon CloudWatch logging options for your delivery stream.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseCloudWatchLoggingOptions *_Nullable cloudWatchLoggingOptions;
Swift
var cloudWatchLoggingOptions: AWSFirehoseCloudWatchLoggingOptions? { get set }
-
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionEndpoint;
Swift
var collectionEndpoint: String? { get set }
-
The Serverless offering for Amazon OpenSearch Service index name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }
-
Describes a data processing configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseProcessingConfiguration *_Nullable processingConfiguration;
Swift
var processingConfiguration: AWSFirehoseProcessingConfiguration? { get set }
-
The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseAmazonOpenSearchServerlessRetryOptions *_Nullable retryOptions;
Swift
var retryOptions: AWSFirehoseAmazonOpenSearchServerlessRetryOptions? { get set }
-
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleARN;
Swift
var roleARN: String? { get set }
-
Describes an update for a destination in Amazon S3.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseS3DestinationUpdate *_Nullable s3Update;
Swift
var s3Update: AWSFirehoseS3DestinationUpdate? { get set }