Struct aws_sdk_evidently::model::ProjectDataDeliveryConfig
source · [−]#[non_exhaustive]pub struct ProjectDataDeliveryConfig {
pub s3_destination: Option<S3DestinationConfig>,
pub cloud_watch_logs: Option<CloudWatchLogsDestinationConfig>,
}Expand description
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
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.s3_destination: Option<S3DestinationConfig>If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
cloud_watch_logs: Option<CloudWatchLogsDestinationConfig>If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
Implementations
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
Creates a new builder-style object to manufacture ProjectDataDeliveryConfig
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 ProjectDataDeliveryConfig
impl Send for ProjectDataDeliveryConfig
impl Sync for ProjectDataDeliveryConfig
impl Unpin for ProjectDataDeliveryConfig
impl UnwindSafe for ProjectDataDeliveryConfig
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