Interface CfnMasterMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMasterMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-19T12:55:21.007Z")
@Stability(Stable)
public interface CfnMasterMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnMasterPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.guardduty.*;
CfnMasterMixinProps cfnMasterMixinProps = CfnMasterMixinProps.builder()
.detectorId("detectorId")
.invitationId("invitationId")
.masterId("masterId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMasterMixinPropsstatic final classAn implementation forCfnMasterMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnMasterMixinProps.Builderbuilder()default StringThe unique ID of the detector of the GuardDuty member account.default StringThe ID of the invitation that is sent to the account designated as a member account.default StringThe AWS account ID of the account designated as the GuardDuty administrator account.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDetectorId
The unique ID of the detector of the GuardDuty member account.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- See Also:
-
getInvitationId
The ID of the invitation that is sent to the account designated as a member account.You can find the invitation ID by running the ListInvitations in the GuardDuty API Reference .
- See Also:
-
getMasterId
The AWS account ID of the account designated as the GuardDuty administrator account.- See Also:
-
builder
- Returns:
- a
CfnMasterMixinProps.BuilderofCfnMasterMixinProps
-