@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.734Z") @Stability(value=Stable) public interface CfnIPSetProps 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.*;
CfnIPSetProps cfnIPSetProps = CfnIPSetProps.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 |
CfnIPSetProps.Builder
A builder for
CfnIPSetProps |
static class |
CfnIPSetProps.Jsii$Proxy
An implementation for
CfnIPSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIPSetProps.Builder |
builder() |
Object |
getActivate()
`AWS::GuardDuty::IPSet.Activate`.
|
String |
getDetectorId()
`AWS::GuardDuty::IPSet.DetectorId`.
|
String |
getFormat()
`AWS::GuardDuty::IPSet.Format`.
|
String |
getLocation()
`AWS::GuardDuty::IPSet.Location`.
|
default String |
getName()
`AWS::GuardDuty::IPSet.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 CfnIPSetProps.Builder builder()
CfnIPSetProps.Builder of CfnIPSetPropsCopyright © 2021. All rights reserved.