[−][src]Struct rusoto_firehose::CreateDeliveryStreamInput
Fields
delivery_stream_name: String
The name of the delivery stream. This name must be unique per AWS account in the same AWS Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.
delivery_stream_type: Option<String>
The delivery stream type. This parameter can be one of the following values:
-
DirectPut
: Provider applications access the delivery stream directly. -
KinesisStreamAsSource
: The delivery stream uses a Kinesis data stream as a source.
elasticsearch_destination_configuration: Option<ElasticsearchDestinationConfiguration>
The destination in Amazon ES. You can specify only one destination.
extended_s3_destination_configuration: Option<ExtendedS3DestinationConfiguration>
The destination in Amazon S3. You can specify only one destination.
kinesis_stream_source_configuration: Option<KinesisStreamSourceConfiguration>
When a Kinesis data stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.
redshift_destination_configuration: Option<RedshiftDestinationConfiguration>
The destination in Amazon Redshift. You can specify only one destination.
splunk_destination_configuration: Option<SplunkDestinationConfiguration>
The destination in Splunk. You can specify only one destination.
A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
Trait Implementations
impl PartialEq<CreateDeliveryStreamInput> for CreateDeliveryStreamInput
[src]
fn eq(&self, other: &CreateDeliveryStreamInput) -> bool
[src]
fn ne(&self, other: &CreateDeliveryStreamInput) -> bool
[src]
impl Default for CreateDeliveryStreamInput
[src]
impl Clone for CreateDeliveryStreamInput
[src]
fn clone(&self) -> CreateDeliveryStreamInput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CreateDeliveryStreamInput
[src]
impl Serialize for CreateDeliveryStreamInput
[src]
Auto Trait Implementations
impl Send for CreateDeliveryStreamInput
impl Sync for CreateDeliveryStreamInput
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self