@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.735Z") @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()
`AWS::GuardDuty::Master.DetectorId`.
|
default String |
getInvitationId()
`AWS::GuardDuty::Master.InvitationId`.
|
String |
getMasterId()
`AWS::GuardDuty::Master.MasterId`.
|
@Stability(value=Stable) @NotNull String getDetectorId()
@Stability(value=Stable) @Nullable default String getInvitationId()
@Stability(value=Stable) @NotNull String getMasterId()
@Stability(value=Stable) static CfnMasterProps.Builder builder()
CfnMasterProps.Builder of CfnMasterPropsCopyright © 2021. All rights reserved.