You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Firehose::Types::HttpEndpointConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HttpEndpointConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  url: "HttpEndpointUrl", # required
  name: "HttpEndpointName",
  access_key: "HttpEndpointAccessKey",
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_keyString

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

Returns:

  • (String)

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

#nameString

The name of the HTTP endpoint selected as the destination.

Returns:

  • (String)

    The name of the HTTP endpoint selected as the destination.

#urlString

The URL of the HTTP endpoint selected as the destination.

Returns:

  • (String)

    The URL of the HTTP endpoint selected as the destination.