@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.747Z") @Stability(value=Stable) public interface CfnThreatIntelSetProps 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.*;
CfnThreatIntelSetProps cfnThreatIntelSetProps = CfnThreatIntelSetProps.builder()
.activate(false)
.detectorId("detectorId")
.format("format")
.location("location")
// the properties below are optional
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnThreatIntelSetProps.Builder
A builder for
CfnThreatIntelSetProps |
static class |
CfnThreatIntelSetProps.Jsii$Proxy
An implementation for
CfnThreatIntelSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnThreatIntelSetProps.Builder |
builder() |
Object |
getActivate()
`AWS::GuardDuty::ThreatIntelSet.Activate`.
|
String |
getDetectorId()
`AWS::GuardDuty::ThreatIntelSet.DetectorId`.
|
String |
getFormat()
`AWS::GuardDuty::ThreatIntelSet.Format`.
|
String |
getLocation()
`AWS::GuardDuty::ThreatIntelSet.Location`.
|
default String |
getName()
`AWS::GuardDuty::ThreatIntelSet.Name`.
|
@Stability(value=Stable) @NotNull Object getActivate()
@Stability(value=Stable) @NotNull String getDetectorId()
@Stability(value=Stable) @NotNull String getFormat()
@Stability(value=Stable) @NotNull String getLocation()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnThreatIntelSetProps.Builder builder()
CfnThreatIntelSetProps.Builder of CfnThreatIntelSetPropsCopyright © 2021. All rights reserved.