pub struct AnalyticsConfigurationArgs {
pub bucket: Output<String>,
pub filter: Output<Option<AnalyticsConfigurationFilter>>,
pub name: Output<Option<String>>,
pub storage_class_analysis: Output<Option<AnalyticsConfigurationStorageClassAnalysis>>,
}
Fields§
§bucket: Output<String>
Name of the bucket this analytics configuration is associated with.
filter: Output<Option<AnalyticsConfigurationFilter>>
Object filtering that accepts a prefix, tags, or a logical AND of prefix and tags (documented below).
name: Output<Option<String>>
Unique identifier of the analytics configuration for the bucket.
storage_class_analysis: Output<Option<AnalyticsConfigurationStorageClassAnalysis>>
Configuration for the analytics data export (documented below).
Implementations§
source§impl AnalyticsConfigurationArgs
impl AnalyticsConfigurationArgs
sourcepub fn builder() -> AnalyticsConfigurationArgsBuilder
pub fn builder() -> AnalyticsConfigurationArgsBuilder
Create an instance of AnalyticsConfigurationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for AnalyticsConfigurationArgs
impl Clone for AnalyticsConfigurationArgs
source§fn clone(&self) -> AnalyticsConfigurationArgs
fn clone(&self) -> AnalyticsConfigurationArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AnalyticsConfigurationArgs
impl RefUnwindSafe for AnalyticsConfigurationArgs
impl Send for AnalyticsConfigurationArgs
impl Sync for AnalyticsConfigurationArgs
impl Unpin for AnalyticsConfigurationArgs
impl UnwindSafe for AnalyticsConfigurationArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)