@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.391Z") @Stability(value=Stable) public interface CfnMemberProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull String getEmail()
@Stability(value=Stable) @NotNull String getMemberId()
@Stability(value=Stable) @Nullable default Object getDisableEmailNotification()
@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.