@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:46.741Z")
public interface CfnMemberProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.guardduty.*; CfnMemberProps cfnMemberProps = CfnMemberProps.builder() .detectorId("detectorId") .email("email") .memberId("memberId") // the properties below are optional .disableEmailNotification(false) .message("message") .status("status") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMemberProps.Builder
A builder for
CfnMemberProps |
static class |
CfnMemberProps.Jsii$Proxy
An implementation for
CfnMemberProps |
Modifier and Type | Method and Description |
---|---|
static CfnMemberProps.Builder |
builder() |
java.lang.String |
getDetectorId()
The ID of the detector associated with the service to add the member to.
|
default java.lang.Object |
getDisableEmailNotification()
Specifies whether or not to disable email notification for the member account that you invite.
|
java.lang.String |
getEmail()
The email address associated with the member account.
|
java.lang.String |
getMemberId()
The AWS account ID of the account to designate as a member.
|
default java.lang.String |
getMessage()
The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
|
default java.lang.String |
getStatus()
You can use the `Status` property to update the status of the relationship between the member account and its administrator account.
|
java.lang.String getDetectorId()
java.lang.String getEmail()
java.lang.String getMemberId()
default java.lang.Object getDisableEmailNotification()
default java.lang.String getMessage()
default java.lang.String getStatus()
Valid values are Created
and Invited
when using an AWS::GuardDuty::Member
resource. If the value for this property is not provided or set to Created
, a member account is created but not invited. If the value of this property is set to Invited
, a member account is created and invited.
static CfnMemberProps.Builder builder()
CfnMemberProps.Builder
of CfnMemberProps