AWSFirehoseHttpEndpointConfiguration

Objective-C

@interface AWSFirehoseHttpEndpointConfiguration

Swift

class AWSFirehoseHttpEndpointConfiguration

Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.

Required parameters: [Url]

  • The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.

    Declaration

    Objective-C

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

    Swift

    var accessKey: String? { get set }
  • The name of the HTTP endpoint selected as the destination.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • url

    The URL of the HTTP endpoint selected as the destination.

    If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.

    Declaration

    Objective-C

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

    Swift

    var url: String? { get set }