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