interface ThreatIntelSetReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.GuardDuty.ThreatIntelSetReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#ThreatIntelSetReference | 
|  Java | software.amazon.awscdk.services.guardduty.ThreatIntelSetReference | 
|  Python | aws_cdk.aws_guardduty.ThreatIntelSetReference | 
|  TypeScript | aws-cdk-lib»aws_guardduty»ThreatIntelSetReference | 
A reference to a ThreatIntelSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_guardduty as guardduty } from 'aws-cdk-lib';
const threatIntelSetReference: guardduty.ThreatIntelSetReference = {
  detectorId: 'detectorId',
  threatIntelSetId: 'threatIntelSetId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| detector | string | The DetectorId of the ThreatIntelSet resource. | 
| threat | string | The Id of the ThreatIntelSet resource. | 
detectorId
Type:
string
The DetectorId of the ThreatIntelSet resource.
threatIntelSetId
Type:
string
The Id of the ThreatIntelSet resource.
