AWSFirehoseAmazonOpenSearchServerlessDestinationDescription
Objective-C
@interface AWSFirehoseAmazonOpenSearchServerlessDestinationDescription
Swift
class AWSFirehoseAmazonOpenSearchServerlessDestinationDescription
The destination description in the Serverless offering for Amazon OpenSearch Service.
-
The buffering options.
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 Serverless offering for Amazon OpenSearch Service retry options.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseAmazonOpenSearchServerlessRetryOptions *_Nullable retryOptions;
Swift
var retryOptions: AWSFirehoseAmazonOpenSearchServerlessRetryOptions? { get set }
-
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleARN;
Swift
var roleARN: String? { get set }
-
The Amazon S3 backup mode.
Declaration
Objective-C
@property (nonatomic) AWSFirehoseAmazonOpenSearchServerlessS3BackupMode s3BackupMode;
Swift
var s3BackupMode: AWSFirehoseAmazonOpenSearchServerlessS3BackupMode { get set }
-
Describes a destination in Amazon S3.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseS3DestinationDescription *_Nullable s3DestinationDescription;
Swift
var s3DestinationDescription: AWSFirehoseS3DestinationDescription? { get set }
-
The details of the VPC of the Amazon ES destination.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseVpcConfigurationDescription *_Nullable vpcConfigurationDescription;
Swift
var vpcConfigurationDescription: AWSFirehoseVpcConfigurationDescription? { get set }