| Package | Description |
|---|---|
| software.amazon.awscdk.services.guardduty |
Amazon GuardDuty Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.activate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.activate(IResolvable activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
static CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.format(String format)
The format of the file that contains the ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.location(String location)
The URI of the file that contains the ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.name(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.tags(List<? extends CfnTag> tags)
`AWS::GuardDuty::ThreatIntelSet.Tags`.
|
Copyright © 2022. All rights reserved.