interface ThreatEntitySetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GuardDuty.ThreatEntitySetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#ThreatEntitySetReference |
![]() | software.amazon.awscdk.services.guardduty.ThreatEntitySetReference |
![]() | aws_cdk.aws_guardduty.ThreatEntitySetReference |
![]() | aws-cdk-lib » aws_guardduty » ThreatEntitySetReference |
A reference to a ThreatEntitySet 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 threatEntitySetReference: guardduty.ThreatEntitySetReference = {
detectorId: 'detectorId',
threatEntitySetId: 'threatEntitySetId',
};
Properties
Name | Type | Description |
---|---|---|
detector | string | The DetectorId of the ThreatEntitySet resource. |
threat | string | The Id of the ThreatEntitySet resource. |
detectorId
Type:
string
The DetectorId of the ThreatEntitySet resource.
threatEntitySetId
Type:
string
The Id of the ThreatEntitySet resource.