@Stability(value=Stable)
public static interface CfnTask.FilterRuleProperty
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.datasync.*;
FilterRuleProperty filterRuleProperty = FilterRuleProperty.builder()
.filterType("filterType")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTask.FilterRuleProperty.Builder
A builder for
CfnTask.FilterRuleProperty |
static class |
CfnTask.FilterRuleProperty.Jsii$Proxy
An implementation for
CfnTask.FilterRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTask.FilterRuleProperty.Builder |
builder() |
default String |
getFilterType()
The type of filter rule to apply.
|
default String |
getValue()
A single filter string that consists of the patterns to include or exclude.
|
@Stability(value=Stable) @Nullable default String getFilterType()
AWS DataSync only supports the SIMPLE_PATTERN rule type.
@Stability(value=Stable) @Nullable default String getValue()
The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2
@Stability(value=Stable) static CfnTask.FilterRuleProperty.Builder builder()
CfnTask.FilterRuleProperty.Builder of CfnTask.FilterRulePropertyCopyright © 2022. All rights reserved.