ElasticsearchDestinationDescription
public struct ElasticsearchDestinationDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The buffering options.
Declaration
Swift
public let bufferingHints: ElasticsearchBufferingHints?
-
The Amazon CloudWatch logging options.
Declaration
Swift
public let cloudWatchLoggingOptions: CloudWatchLoggingOptions?
-
The endpoint to use when communicating with the cluster. Kinesis Data Firehose uses either this ClusterEndpoint or the DomainARN field to send data to Amazon ES.
Declaration
Swift
public let clusterEndpoint: String?
-
The ARN of the Amazon ES domain. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces. Kinesis Data Firehose uses either ClusterEndpoint or DomainARN to send data to Amazon ES.
Declaration
Swift
public let domainARN: String?
-
The Elasticsearch index name.
Declaration
Swift
public let indexName: String?
-
The Elasticsearch index rotation period
Declaration
Swift
public let indexRotationPeriod: ElasticsearchIndexRotationPeriod?
-
The data processing configuration.
Declaration
Swift
public let processingConfiguration: ProcessingConfiguration?
-
The Amazon ES retry options.
Declaration
Swift
public let retryOptions: ElasticsearchRetryOptions?
-
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Declaration
Swift
public let roleARN: String?
-
The Amazon S3 backup mode.
Declaration
Swift
public let s3BackupMode: ElasticsearchS3BackupMode?
-
The Amazon S3 destination.
Declaration
Swift
public let s3DestinationDescription: S3DestinationDescription?
-
The Elasticsearch type name. This applies to Elasticsearch 6.x and lower versions. For Elasticsearch 7.x, there’s no value for TypeName.
Declaration
Swift
public let typeName: String?
-
The details of the VPC of the Amazon ES destination.
Declaration
Swift
public let vpcConfigurationDescription: VpcConfigurationDescription?
-
init(bufferingHints:cloudWatchLoggingOptions:clusterEndpoint:domainARN:indexName:indexRotationPeriod:processingConfiguration:retryOptions:roleARN:s3BackupMode:s3DestinationDescription:typeName:vpcConfigurationDescription:)
Undocumented
Declaration
Swift
public init(bufferingHints: ElasticsearchBufferingHints? = nil, cloudWatchLoggingOptions: CloudWatchLoggingOptions? = nil, clusterEndpoint: String? = nil, domainARN: String? = nil, indexName: String? = nil, indexRotationPeriod: ElasticsearchIndexRotationPeriod? = nil, processingConfiguration: ProcessingConfiguration? = nil, retryOptions: ElasticsearchRetryOptions? = nil, roleARN: String? = nil, s3BackupMode: ElasticsearchS3BackupMode? = nil, s3DestinationDescription: S3DestinationDescription? = nil, typeName: String? = nil, vpcConfigurationDescription: VpcConfigurationDescription? = nil)