Class ThreatIntelSetReference
A reference to a ThreatIntelSet resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.GuardDuty
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ThreatIntelSetReference : IThreatIntelSetReference
Syntax (vb)
Public Class ThreatIntelSetReference Implements IThreatIntelSetReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GuardDuty;
var threatIntelSetReference = new ThreatIntelSetReference {
DetectorId = "detectorId",
ThreatIntelSetId = "threatIntelSetId"
};
Synopsis
Constructors
ThreatIntelSetReference() | A reference to a ThreatIntelSet resource. |
Properties
DetectorId | The DetectorId of the ThreatIntelSet resource. |
ThreatIntelSetId | The Id of the ThreatIntelSet resource. |
Constructors
ThreatIntelSetReference()
A reference to a ThreatIntelSet resource.
public ThreatIntelSetReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GuardDuty;
var threatIntelSetReference = new ThreatIntelSetReference {
DetectorId = "detectorId",
ThreatIntelSetId = "threatIntelSetId"
};
Properties
DetectorId
The DetectorId of the ThreatIntelSet resource.
public string DetectorId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
ThreatIntelSetId
The Id of the ThreatIntelSet resource.
public string ThreatIntelSetId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated