interface DetectorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GuardDuty.DetectorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#DetectorReference |
Java | software.amazon.awscdk.services.guardduty.DetectorReference |
Python | aws_cdk.aws_guardduty.DetectorReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript