interface CfnThreatIntelSetProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GuardDuty.CfnThreatIntelSetProps |
Java | software.amazon.awscdk.services.guardduty.CfnThreatIntelSetProps |
Python | aws_cdk.aws_guardduty.CfnThreatIntelSetProps |
TypeScript | @aws-cdk/aws-guardduty » CfnThreatIntelSetProps |
Properties for defining a CfnThreatIntelSet
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as guardduty from '@aws-cdk/aws-guardduty';
const cfnThreatIntelSetProps: guardduty.CfnThreatIntelSetProps = {
activate: false,
detectorId: 'detectorId',
format: 'format',
location: 'location',
// the properties below are optional
name: 'name',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
activate | boolean | IResolvable | A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet. |
detector | string | The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for. |
format | string | The format of the file that contains the ThreatIntelSet. |
location | string | The URI of the file that contains the ThreatIntelSet. |
name? | string | A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet. |
tags? | Cfn [] | The tags to be added to a new threat list resource. |
activate
Type:
boolean |
IResolvable
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
detectorId
Type:
string
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
format
Type:
string
The format of the file that contains the ThreatIntelSet.
location
Type:
string
The URI of the file that contains the ThreatIntelSet.
name?
Type:
string
(optional)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
tags?
Type:
Cfn
[]
(optional)
The tags to be added to a new threat list resource.
Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .