@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.873Z") @Stability(value=Stable) public interface CfnDetectorProps 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.*;
CfnDetectorProps cfnDetectorProps = CfnDetectorProps.builder()
.enable(false)
// the properties below are optional
.dataSources(CFNDataSourceConfigurationsProperty.builder()
.s3Logs(CFNS3LogsConfigurationProperty.builder()
.enable(false)
.build())
.build())
.findingPublishingFrequency("findingPublishingFrequency")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorProps.Builder
A builder for
CfnDetectorProps |
static class |
CfnDetectorProps.Jsii$Proxy
An implementation for
CfnDetectorProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorProps.Builder |
builder() |
default Object |
getDataSources()
`AWS::GuardDuty::Detector.DataSources`.
|
Object |
getEnable()
`AWS::GuardDuty::Detector.Enable`.
|
default String |
getFindingPublishingFrequency()
`AWS::GuardDuty::Detector.FindingPublishingFrequency`.
|
@Stability(value=Stable) @Nullable default Object getDataSources()
@Stability(value=Stable) @NotNull Object getEnable()
@Stability(value=Stable) @Nullable default String getFindingPublishingFrequency()
@Stability(value=Stable) static CfnDetectorProps.Builder builder()
CfnDetectorProps.Builder of CfnDetectorPropsCopyright © 2021. All rights reserved.