Interface ICfnMasterMixinProps
Properties for CfnMasterPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnMasterMixinProps
Syntax (vb)
Public Interface ICfnMasterMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html
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.Mixins.Preview.AWS.GuardDuty.Mixins;
var cfnMasterMixinProps = new CfnMasterMixinProps {
DetectorId = "detectorId",
InvitationId = "invitationId",
MasterId = "masterId"
};
Synopsis
Properties
| DetectorId | The unique ID of the detector of the GuardDuty member account. |
| InvitationId | The ID of the invitation that is sent to the account designated as a member account. |
| MasterId | The AWS account ID of the account designated as the GuardDuty administrator account. |
Properties
DetectorId
The unique ID of the detector of the GuardDuty member account.
string? DetectorId { get; }
Property Value
Remarks
To find the detectorId in the current Region, see the
Settings page in the GuardDuty console, or run the ListDetectors API.
InvitationId
The ID of the invitation that is sent to the account designated as a member account.
string? InvitationId { get; }
Property Value
Remarks
You can find the invitation ID by running the ListInvitations in the GuardDuty API Reference .
MasterId
The AWS account ID of the account designated as the GuardDuty administrator account.
string? MasterId { get; }