interface ThreatIntelSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GuardDuty.ThreatIntelSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#ThreatIntelSetReference |
![]() | software.amazon.awscdk.services.guardduty.ThreatIntelSetReference |
![]() | aws_cdk.aws_guardduty.ThreatIntelSetReference |
![]() | 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.