#[non_exhaustive]pub struct AwsElasticsearchDomainLogPublishingOptions { /* private fields */ }
Expand description
configures the CloudWatch Logs to publish for the Elasticsearch domain.
Implementations§
source§impl AwsElasticsearchDomainLogPublishingOptions
impl AwsElasticsearchDomainLogPublishingOptions
sourcepub fn index_slow_logs(
&self
) -> Option<&AwsElasticsearchDomainLogPublishingOptionsLogConfig>
pub fn index_slow_logs(
&self
) -> Option<&AwsElasticsearchDomainLogPublishingOptionsLogConfig>
Configures the OpenSearch index logs publishing.
sourcepub fn search_slow_logs(
&self
) -> Option<&AwsElasticsearchDomainLogPublishingOptionsLogConfig>
pub fn search_slow_logs(
&self
) -> Option<&AwsElasticsearchDomainLogPublishingOptionsLogConfig>
Configures the OpenSearch search slow log publishing.
sourcepub fn audit_logs(
&self
) -> Option<&AwsElasticsearchDomainLogPublishingOptionsLogConfig>
pub fn audit_logs(
&self
) -> Option<&AwsElasticsearchDomainLogPublishingOptionsLogConfig>
The log configuration.
source§impl AwsElasticsearchDomainLogPublishingOptions
impl AwsElasticsearchDomainLogPublishingOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsElasticsearchDomainLogPublishingOptions
.
Trait Implementations§
source§impl Clone for AwsElasticsearchDomainLogPublishingOptions
impl Clone for AwsElasticsearchDomainLogPublishingOptions
source§fn clone(&self) -> AwsElasticsearchDomainLogPublishingOptions
fn clone(&self) -> AwsElasticsearchDomainLogPublishingOptions
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 moresource§impl PartialEq<AwsElasticsearchDomainLogPublishingOptions> for AwsElasticsearchDomainLogPublishingOptions
impl PartialEq<AwsElasticsearchDomainLogPublishingOptions> for AwsElasticsearchDomainLogPublishingOptions
source§fn eq(&self, other: &AwsElasticsearchDomainLogPublishingOptions) -> bool
fn eq(&self, other: &AwsElasticsearchDomainLogPublishingOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.