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