Show / Hide Table of Contents

Class ThreatIntelSetReference

A reference to a ThreatIntelSet resource.

Inheritance
object
ThreatIntelSetReference
Implements
IThreatIntelSetReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

ThreatIntelSetId

The Id of the ThreatIntelSet resource.

public string ThreatIntelSetId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IThreatIntelSetReference
Back to top Generated by DocFX