Struct aws_sdk_macie2::model::S3Destination
source · [−]#[non_exhaustive]pub struct S3Destination {
pub bucket_name: Option<String>,
pub key_prefix: Option<String>,
pub kms_key_arn: Option<String>,
}
Expand description
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
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 the bucket.
key_prefix: Option<String>
The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
kms_key_arn: Option<String>
The Amazon Resource Name (ARN) of the KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric, customer managed KMS key that's in the same Amazon Web Services Region as the bucket.
Implementations
The name of the bucket.
The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
The Amazon Resource Name (ARN) of the KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric, customer managed KMS key that's in the same Amazon Web Services Region as the bucket.
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