Struct aws_sdk_opensearch::model::LogPublishingOption
source · #[non_exhaustive]pub struct LogPublishingOption { /* private fields */ }
Expand description
Log Publishing option that is set for a given domain.
Attributes and their details:
- CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to publish logs to.
- Enabled: Whether the log publishing for a given log type is enabled or not.
Implementations§
source§impl LogPublishingOption
impl LogPublishingOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogPublishingOption
.
Trait Implementations§
source§impl Clone for LogPublishingOption
impl Clone for LogPublishingOption
source§fn clone(&self) -> LogPublishingOption
fn clone(&self) -> LogPublishingOption
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