#[non_exhaustive]pub struct CustomerManagedDatastoreS3Storage { /* private fields */ }Expand description
S3-customer-managed; When you choose customer-managed storage, the retentionPeriod parameter is ignored. You can't change the choice of Amazon S3 storage after your data store is created.
Implementations§
source§impl CustomerManagedDatastoreS3Storage
impl CustomerManagedDatastoreS3Storage
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The name of the Amazon S3 bucket where your data is stored.
sourcepub fn key_prefix(&self) -> Option<&str>
pub fn key_prefix(&self) -> Option<&str>
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
source§impl CustomerManagedDatastoreS3Storage
impl CustomerManagedDatastoreS3Storage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomerManagedDatastoreS3Storage.
Trait Implementations§
source§impl Clone for CustomerManagedDatastoreS3Storage
impl Clone for CustomerManagedDatastoreS3Storage
source§fn clone(&self) -> CustomerManagedDatastoreS3Storage
fn clone(&self) -> CustomerManagedDatastoreS3Storage
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 more