Struct aws_sdk_kafka::input::UpdateMonitoringInput
source · [−]#[non_exhaustive]pub struct UpdateMonitoringInput {
pub cluster_arn: Option<String>,
pub current_version: Option<String>,
pub enhanced_monitoring: Option<EnhancedMonitoring>,
pub open_monitoring: Option<OpenMonitoringInfo>,
pub logging_info: Option<LoggingInfo>,
}
Expand description
Request body for UpdateMonitoring.
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.cluster_arn: Option<String>
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
current_version: Option<String>
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
enhanced_monitoring: Option<EnhancedMonitoring>
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
open_monitoring: Option<OpenMonitoringInfo>
The settings for open monitoring.
logging_info: Option<LoggingInfo>
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMonitoring, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMonitoring, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateMonitoring
>
Creates a new builder-style object to manufacture UpdateMonitoringInput
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
The settings for open monitoring.
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 UpdateMonitoringInput
impl Send for UpdateMonitoringInput
impl Sync for UpdateMonitoringInput
impl Unpin for UpdateMonitoringInput
impl UnwindSafe for UpdateMonitoringInput
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