Struct aws_sdk_s3control::model::storage_lens_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for StorageLensConfiguration
Implementations
A container for the Amazon S3 Storage Lens configuration ID.
A container for the Amazon S3 Storage Lens configuration ID.
A container for all the account-level configurations of your S3 Storage Lens configuration.
A container for all the account-level configurations of your S3 Storage Lens configuration.
A container for what is included in this configuration. This container can only be valid
if there is no Exclude
container submitted, and it's not empty.
A container for what is included in this configuration. This container can only be valid
if there is no Exclude
container submitted, and it's not empty.
A container for what is excluded in this configuration. This container can only be valid
if there is no Include
container submitted, and it's not empty.
A container for what is excluded in this configuration. This container can only be valid
if there is no Include
container submitted, and it's not empty.
A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.
A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.
A container for whether the S3 Storage Lens configuration is enabled.
A container for whether the S3 Storage Lens configuration is enabled.
A container for the Amazon Web Services organization for this S3 Storage Lens configuration.
A container for the Amazon Web Services organization for this S3 Storage Lens configuration.
The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is
read-only and follows the following format:
arn:aws:s3:us-east-1:example-account-id:storage-lens/your-dashboard-name
The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is
read-only and follows the following format:
arn:aws:s3:us-east-1:example-account-id:storage-lens/your-dashboard-name
Consumes the builder and constructs a StorageLensConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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