@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.876Z") @Stability(value=Stable) public interface CfnMemberProps 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.*;
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() |
String |
getDetectorId()
`AWS::GuardDuty::Member.DetectorId`.
|
default Object |
getDisableEmailNotification()
`AWS::GuardDuty::Member.DisableEmailNotification`.
|
String |
getEmail()
`AWS::GuardDuty::Member.Email`.
|
String |
getMemberId()
`AWS::GuardDuty::Member.MemberId`.
|
default String |
getMessage()
`AWS::GuardDuty::Member.Message`.
|
default String |
getStatus()
`AWS::GuardDuty::Member.Status`.
|
@Stability(value=Stable) @NotNull String getDetectorId()
@Stability(value=Stable) @Nullable default Object getDisableEmailNotification()
@Stability(value=Stable) @NotNull String getEmail()
@Stability(value=Stable) @NotNull String getMemberId()
@Stability(value=Stable) @Nullable default String getMessage()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) static CfnMemberProps.Builder builder()
CfnMemberProps.Builder of CfnMemberPropsCopyright © 2021. All rights reserved.