Struct aws_sdk_mediapackage::model::S3Destination
source ·
[−]#[non_exhaustive]pub struct S3Destination {
pub bucket_name: Option<String>,
pub manifest_key: Option<String>,
pub role_arn: Option<String>,
}
Expand description
Configuration parameters for where in an S3 bucket to place the harvested content
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.bucket_name: Option<String>
The name of an S3 bucket within which harvested content will be exported
manifest_key: Option<String>
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
role_arn: Option<String>
The IAM role used to write to the specified S3 bucket
Implementations
The name of an S3 bucket within which harvested content will be exported
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
Creates a new builder-style object to manufacture S3Destination
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 S3Destination
impl Send for S3Destination
impl Sync for S3Destination
impl Unpin for S3Destination
impl UnwindSafe for S3Destination
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