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