Struct aws_sdk_iot::input::create_security_profile_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateSecurityProfileInput
Implementations
The name you are giving to the security profile.
The name you are giving to the security profile.
A description of the security profile.
A description of the security profile.
Appends an item to behaviors
.
To override the contents of this collection use set_behaviors
.
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Adds a key-value pair to alert_targets
.
To override the contents of this collection use set_alert_targets
.
Specifies the destinations to which alerts are sent. (Alerts are always sent to the console.) Alerts are generated when a device (thing) violates a behavior.
Specifies the destinations to which alerts are sent. (Alerts are always sent to the console.) Alerts are generated when a device (thing) violates a behavior.
Appends an item to additional_metrics_to_retain
.
To override the contents of this collection use set_additional_metrics_to_retain
.
Please use CreateSecurityProfileRequest$additionalMetricsToRetainV2 instead.
A list of metrics whose data is retained (stored). By default, data is retained
for any metric used in the profile's behaviors
, but it is also retained for
any metric specified here. Can be used with custom metrics; cannot be used with dimensions.
Please use CreateSecurityProfileRequest$additionalMetricsToRetainV2 instead.
A list of metrics whose data is retained (stored). By default, data is retained
for any metric used in the profile's behaviors
, but it is also retained for
any metric specified here. Can be used with custom metrics; cannot be used with dimensions.
Appends an item to additional_metrics_to_retain_v2
.
To override the contents of this collection use set_additional_metrics_to_retain_v2
.
A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors
, but it is also retained for any metric specified here. Can be used with custom metrics; cannot be used with dimensions.
A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors
, but it is also retained for any metric specified here. Can be used with custom metrics; cannot be used with dimensions.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata that can be used to manage the security profile.
Metadata that can be used to manage the security profile.
Consumes the builder and constructs a CreateSecurityProfileInput
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