Struct aws_sdk_firehose::model::HttpEndpointConfiguration [−][src]
#[non_exhaustive]pub struct HttpEndpointConfiguration {
pub url: Option<String>,
pub name: Option<String>,
pub access_key: Option<String>,
}Expand description
Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.url: Option<String>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.
name: Option<String>The name of the HTTP endpoint selected as the destination.
access_key: Option<String>The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
Implementations
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.
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
Creates a new builder-style object to manufacture HttpEndpointConfiguration
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HttpEndpointConfiguration
impl Send for HttpEndpointConfiguration
impl Sync for HttpEndpointConfiguration
impl Unpin for HttpEndpointConfiguration
impl UnwindSafe for HttpEndpointConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more