AWSFirehoseMSKSourceDescription

Objective-C

@interface AWSFirehoseMSKSourceDescription

Swift

class AWSFirehoseMSKSourceDescription

Details about the Amazon MSK cluster used as the source for a Firehose delivery stream.

  • The authentication configuration of the Amazon MSK cluster.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSFirehoseAuthenticationConfiguration *_Nullable authenticationConfiguration;

    Swift

    var authenticationConfiguration: AWSFirehoseAuthenticationConfiguration? { get set }
  • Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with this timestamp.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable deliveryStartTimestamp;

    Swift

    var deliveryStartTimestamp: Date? { get set }
  • The ARN of the Amazon MSK cluster.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable MSKClusterARN;

    Swift

    var mskClusterARN: String? { get set }
  • The topic name within the Amazon MSK cluster.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable topicName;

    Swift

    var topicName: String? { get set }