Show / Hide Table of Contents

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

string

Remarks

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-detectorid

InvitationId

The ID of the invitation that is sent to the account designated as a member account.

string? InvitationId { get; }
Property Value

string

Remarks

You can find the invitation ID by running the ListInvitations in the GuardDuty API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-invitationid

MasterId

The AWS account ID of the account designated as the GuardDuty administrator account.

string? MasterId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html#cfn-guardduty-master-masterid

Back to top Generated by DocFX