Struct aws_sdk_s3control::model::ObjectLambdaConfiguration
source · [−]#[non_exhaustive]pub struct ObjectLambdaConfiguration { /* private fields */ }Expand description
A configuration used when creating an Object Lambda Access Point.
Implementations
sourceimpl ObjectLambdaConfiguration
impl ObjectLambdaConfiguration
sourcepub fn supporting_access_point(&self) -> Option<&str>
pub fn supporting_access_point(&self) -> Option<&str>
Standard access point associated with the Object Lambda Access Point.
sourcepub fn cloud_watch_metrics_enabled(&self) -> bool
pub fn cloud_watch_metrics_enabled(&self) -> bool
A container for whether the CloudWatch metrics configuration is enabled.
sourcepub fn allowed_features(&self) -> Option<&[ObjectLambdaAllowedFeature]>
pub fn allowed_features(&self) -> Option<&[ObjectLambdaAllowedFeature]>
A container for allowed features. Valid inputs are GetObject-Range and GetObject-PartNumber.
sourcepub fn transformation_configurations(
&self
) -> Option<&[ObjectLambdaTransformationConfiguration]>
pub fn transformation_configurations(
&self
) -> Option<&[ObjectLambdaTransformationConfiguration]>
A container for transformation configurations for an Object Lambda Access Point.
sourceimpl ObjectLambdaConfiguration
impl ObjectLambdaConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ObjectLambdaConfiguration.
Trait Implementations
sourceimpl Clone for ObjectLambdaConfiguration
impl Clone for ObjectLambdaConfiguration
sourcefn clone(&self) -> ObjectLambdaConfiguration
fn clone(&self) -> ObjectLambdaConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ObjectLambdaConfiguration
impl Debug for ObjectLambdaConfiguration
sourceimpl PartialEq<ObjectLambdaConfiguration> for ObjectLambdaConfiguration
impl PartialEq<ObjectLambdaConfiguration> for ObjectLambdaConfiguration
sourcefn eq(&self, other: &ObjectLambdaConfiguration) -> bool
fn eq(&self, other: &ObjectLambdaConfiguration) -> bool
impl StructuralPartialEq for ObjectLambdaConfiguration
Auto Trait Implementations
impl RefUnwindSafe for ObjectLambdaConfiguration
impl Send for ObjectLambdaConfiguration
impl Sync for ObjectLambdaConfiguration
impl Unpin for ObjectLambdaConfiguration
impl UnwindSafe for ObjectLambdaConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more