Struct aws_sdk_applicationinsights::model::configuration_event::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConfigurationEvent
Implementations
The resource monitored by Application Insights.
The resource monitored by Application Insights.
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
The timestamp of the event.
The timestamp of the event.
The details of the event in plain text.
The details of the event in plain text.
The name of the resource Application Insights attempted to configure.
The name of the resource Application Insights attempted to configure.
Consumes the builder and constructs a ConfigurationEvent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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