| Package | Description |
|---|---|
| software.amazon.awscdk.services.guardduty |
Amazon GuardDuty Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnMember.Builder |
CfnMember.Builder.create(software.constructs.Construct scope,
String id) |
CfnMember.Builder |
CfnMember.Builder.detectorId(String detectorId)
The ID of the detector associated with the service to add the member to.
|
CfnMember.Builder |
CfnMember.Builder.disableEmailNotification(Boolean disableEmailNotification)
Specifies whether or not to disable email notification for the member account that you invite.
|
CfnMember.Builder |
CfnMember.Builder.disableEmailNotification(IResolvable disableEmailNotification)
Specifies whether or not to disable email notification for the member account that you invite.
|
CfnMember.Builder |
CfnMember.Builder.email(String email)
The email address associated with the member account.
|
CfnMember.Builder |
CfnMember.Builder.memberId(String memberId)
The AWS account ID of the account to designate as a member.
|
CfnMember.Builder |
CfnMember.Builder.message(String message)
The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
|
CfnMember.Builder |
CfnMember.Builder.status(String status)
You can use the `Status` property to update the status of the relationship between the member account and its administrator account.
|
Copyright © 2022. All rights reserved.