View source: R/guardduty_operations.R
guardduty_update_threat_intel_set | R Documentation |
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
See https://www.paws-r-sdk.com/docs/guardduty_update_threat_intel_set/ for full documentation.
guardduty_update_threat_intel_set(
DetectorId,
ThreatIntelSetId,
Name = NULL,
Location = NULL,
Activate = NULL
)
DetectorId |
[required] The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update. |
ThreatIntelSetId |
[required] The unique ID that specifies the ThreatIntelSet that you want to update. |
Name |
The unique ID that specifies the ThreatIntelSet that you want to update. |
Location |
The updated URI of the file that contains the ThreateIntelSet. |
Activate |
The updated Boolean value that specifies whether the ThreateIntelSet is active or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.