AWSFirehoseAmazonopensearchserviceDestinationConfiguration
Objective-C
@interface AWSFirehoseAmazonopensearchserviceDestinationConfiguration
Swift
class AWSFirehoseAmazonopensearchserviceDestinationConfiguration
-
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseAmazonopensearchserviceBufferingHints *_Nullable bufferingHints;
Swift
var bufferingHints: AWSFirehoseAmazonopensearchserviceBufferingHints? { 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 }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clusterEndpoint;
Swift
var clusterEndpoint: String? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainARN;
Swift
var domainARN: String? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }
-
Declaration
Objective-C
@property (nonatomic) AWSFirehoseAmazonopensearchserviceIndexRotationPeriod indexRotationPeriod;
Swift
var indexRotationPeriod: AWSFirehoseAmazonopensearchserviceIndexRotationPeriod { get set }
-
Describes a data processing configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseProcessingConfiguration *_Nullable processingConfiguration;
Swift
var processingConfiguration: AWSFirehoseProcessingConfiguration? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseAmazonopensearchserviceRetryOptions *_Nullable retryOptions;
Swift
var retryOptions: AWSFirehoseAmazonopensearchserviceRetryOptions? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleARN;
Swift
var roleARN: String? { get set }
-
Declaration
Objective-C
@property (nonatomic) AWSFirehoseAmazonopensearchserviceS3BackupMode s3BackupMode;
Swift
var s3BackupMode: AWSFirehoseAmazonopensearchserviceS3BackupMode { get set }
-
Describes the configuration of a destination in Amazon S3.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseS3DestinationConfiguration *_Nullable s3Configuration;
Swift
var s3Configuration: AWSFirehoseS3DestinationConfiguration? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable typeName;
Swift
var typeName: String? { get set }
-
The details of the VPC of the Amazon ES destination.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseVpcConfiguration *_Nullable vpcConfiguration;
Swift
var vpcConfiguration: AWSFirehoseVpcConfiguration? { get set }