| Modifier and Type | Method and Description |
|---|---|
CfnMaster |
build() |
static CfnMaster.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMaster.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
|
CfnMaster.Builder |
invitationId(String invitationId)
The ID of the invitation that is sent to the account designated as a member account.
|
CfnMaster.Builder |
masterId(String masterId)
The AWS account ID of the account designated as the administrator account.
|
@Stability(value=Stable) public static CfnMaster.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMaster.Builder.@Stability(value=Stable) public CfnMaster.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty member account. This parameter is required.this@Stability(value=Stable) public CfnMaster.Builder masterId(String masterId)
masterId - The AWS account ID of the account designated as the administrator account. This parameter is required.this@Stability(value=Stable) public CfnMaster.Builder invitationId(String invitationId)
You can find the invitation ID by using the ListInvitation action of the API.
invitationId - The ID of the invitation that is sent to the account designated as a member account. This parameter is required.thisCopyright © 2022. All rights reserved.