[][src]Struct rusoto_iot::MitigationActionParams

pub struct MitigationActionParams {
    pub add_things_to_thing_group_params: Option<AddThingsToThingGroupParams>,
    pub enable_io_t_logging_params: Option<EnableIoTLoggingParams>,
    pub publish_finding_to_sns_params: Option<PublishFindingToSnsParams>,
    pub replace_default_policy_version_params: Option<ReplaceDefaultPolicyVersionParams>,
    pub update_ca_certificate_params: Option<UpdateCACertificateParams>,
    pub update_device_certificate_params: Option<UpdateDeviceCertificateParams>,
}

The set of parameters for this mitigation action. You can specify only one type of parameter (in other words, you can apply only one action for each defined mitigation action).

Fields

add_things_to_thing_group_params: Option<AddThingsToThingGroupParams>

Parameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.

enable_io_t_logging_params: Option<EnableIoTLoggingParams>

Parameters to define a mitigation action that enables AWS IoT logging at a specified level of detail.

publish_finding_to_sns_params: Option<PublishFindingToSnsParams>

Parameters to define a mitigation action that publishes findings to Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.

replace_default_policy_version_params: Option<ReplaceDefaultPolicyVersionParams>

Parameters to define a mitigation action that adds a blank policy to restrict permissions.

update_ca_certificate_params: Option<UpdateCACertificateParams>

Parameters to define a mitigation action that changes the state of the CA certificate to inactive.

update_device_certificate_params: Option<UpdateDeviceCertificateParams>

Parameters to define a mitigation action that changes the state of the device certificate to inactive.

Trait Implementations

impl Clone for MitigationActionParams[src]

impl Default for MitigationActionParams[src]

impl PartialEq<MitigationActionParams> for MitigationActionParams[src]

impl Debug for MitigationActionParams[src]

impl StructuralPartialEq for MitigationActionParams[src]

impl<'de> Deserialize<'de> for MitigationActionParams[src]

impl Serialize for MitigationActionParams[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self