Struct aws_sdk_kafka::model::OpenMonitoring
source · #[non_exhaustive]pub struct OpenMonitoring { /* private fields */ }
Expand description
JMX and Node monitoring for the MSK cluster.
Implementations§
source§impl OpenMonitoring
impl OpenMonitoring
sourcepub fn prometheus(&self) -> Option<&Prometheus>
pub fn prometheus(&self) -> Option<&Prometheus>
Prometheus settings.
source§impl OpenMonitoring
impl OpenMonitoring
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OpenMonitoring
.
Trait Implementations§
source§impl Clone for OpenMonitoring
impl Clone for OpenMonitoring
source§fn clone(&self) -> OpenMonitoring
fn clone(&self) -> OpenMonitoring
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