@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:46.739Z")
public interface CfnMasterProps
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.*; CfnMasterProps cfnMasterProps = CfnMasterProps.builder() .detectorId("detectorId") .masterId("masterId") // the properties below are optional .invitationId("invitationId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMasterProps.Builder
A builder for
CfnMasterProps |
static class |
CfnMasterProps.Jsii$Proxy
An implementation for
CfnMasterProps |
Modifier and Type | Method and Description |
---|---|
static CfnMasterProps.Builder |
builder() |
java.lang.String |
getDetectorId()
The unique ID of the detector of the GuardDuty member account.
|
default java.lang.String |
getInvitationId()
The ID of the invitation that is sent to the account designated as a member account.
|
java.lang.String |
getMasterId()
The AWS account ID of the account designated as the administrator account.
|
java.lang.String getDetectorId()
java.lang.String getMasterId()
default java.lang.String getInvitationId()
You can find the invitation ID by using the ListInvitation action of the API.
static CfnMasterProps.Builder builder()
CfnMasterProps.Builder
of CfnMasterProps