Interface IMasterReference
A reference to a Master resource.
Namespace: Amazon.CDK.Interfaces.GuardDuty
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMasterReference
Syntax (vb)
Public Interface IMasterReference
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.Interfaces.GuardDuty;
var masterReference = new MasterReference {
DetectorId = "detectorId",
MasterId = "masterId"
};
Synopsis
Properties
| DetectorId | The DetectorId of the Master resource. |
| MasterId | The MasterId of the Master resource. |
Properties
DetectorId
The DetectorId of the Master resource.
string DetectorId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
MasterId
The MasterId of the Master resource.
string MasterId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated