Struct aws_sdk_lexmodelsv2::model::S3BucketLogDestination
source · [−]#[non_exhaustive]pub struct S3BucketLogDestination {
pub kms_key_arn: Option<String>,
pub s3_bucket_arn: Option<String>,
pub log_prefix: Option<String>,
}Expand description
Specifies an Amazon S3 bucket for logging audio conversations
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.kms_key_arn: Option<String>The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
s3_bucket_arn: Option<String>The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
log_prefix: Option<String>The S3 prefix to assign to audio log files.
Implementations
The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
The S3 prefix to assign to audio log files.
Creates a new builder-style object to manufacture S3BucketLogDestination
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 S3BucketLogDestination
impl Send for S3BucketLogDestination
impl Sync for S3BucketLogDestination
impl Unpin for S3BucketLogDestination
impl UnwindSafe for S3BucketLogDestination
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