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
- Struct
- Aws::Firehose::Types::HttpEndpointConfiguration
 
- Defined in:
- (unknown)
Overview
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
- 
  
    
      #access_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the HTTP endpoint selected as the destination. 
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL of the HTTP endpoint selected as the destination. 
Instance Attribute Details
#access_key ⇒ String
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
#name ⇒ String
The name of the HTTP endpoint selected as the destination.
#url ⇒ String
The URL of the HTTP endpoint selected as the destination.