| Modifier and Type | Method and Description |
|---|---|
CfnIPSet.Builder |
activate(Boolean activate)
Indicates whether or not uses the `IPSet` .
|
CfnIPSet.Builder |
activate(IResolvable activate)
Indicates whether or not uses the `IPSet` .
|
CfnIPSet |
build() |
static CfnIPSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIPSet.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.
|
CfnIPSet.Builder |
format(String format)
The format of the file that contains the IPSet.
|
CfnIPSet.Builder |
location(String location)
The URI of the file that contains the IPSet.
|
CfnIPSet.Builder |
name(String name)
The user-friendly name to identify the IPSet.
|
CfnIPSet.Builder |
tags(List<? extends CfnTag> tags)
`AWS::GuardDuty::IPSet.Tags`.
|
@Stability(value=Stable) public static CfnIPSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnIPSet.Builder.@Stability(value=Stable) public CfnIPSet.Builder activate(Boolean activate)
activate - Indicates whether or not uses the `IPSet` . This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder activate(IResolvable activate)
activate - Indicates whether or not uses the `IPSet` . This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty account that you want to create an IPSet for. This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder format(String format)
format - The format of the file that contains the IPSet. This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder location(String location)
location - The URI of the file that contains the IPSet. This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder name(String name)
Allowed characters are alphanumerics, spaces, hyphens (-), and underscores (_).
name - The user-friendly name to identify the IPSet. This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::GuardDuty::IPSet.Tags`. This parameter is required.thisCopyright © 2022. All rights reserved.