@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:35.419Z") @Stability(value=Stable) public interface CfnMasterProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getDetectorId()
The unique ID of the detector of the GuardDuty member account.
|
default String |
getInvitationId()
The ID of the invitation that is sent to the account designated as a member account.
|
String |
getMasterId()
The AWS account ID of the account designated as the administrator account.
|
@Stability(value=Stable) @NotNull String getDetectorId()
@Stability(value=Stable) @NotNull String getMasterId()
@Stability(value=Stable) @Nullable default String getInvitationId()
You can find the invitation ID by using the ListInvitation action of the API.
@Stability(value=Stable) static CfnMasterProps.Builder builder()
CfnMasterProps.Builder of CfnMasterPropsCopyright © 2022. All rights reserved.