@Stability(value=Stable) public static final class CfnRuleGroup.RulesSourceListProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.RulesSourceListProperty>
CfnRuleGroup.RulesSourceListProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.RulesSourceListProperty |
build()
Builds the configured instance.
|
CfnRuleGroup.RulesSourceListProperty.Builder |
generatedRulesType(String generatedRulesType)
Sets the value of
CfnRuleGroup.RulesSourceListProperty.getGeneratedRulesType() |
CfnRuleGroup.RulesSourceListProperty.Builder |
targets(List<String> targets)
Sets the value of
CfnRuleGroup.RulesSourceListProperty.getTargets() |
CfnRuleGroup.RulesSourceListProperty.Builder |
targetTypes(List<String> targetTypes)
Sets the value of
CfnRuleGroup.RulesSourceListProperty.getTargetTypes() |
@Stability(value=Stable) public CfnRuleGroup.RulesSourceListProperty.Builder generatedRulesType(String generatedRulesType)
CfnRuleGroup.RulesSourceListProperty.getGeneratedRulesType()generatedRulesType - Whether you want to allow or deny access to the domains in your target list. This parameter is required.this@Stability(value=Stable) public CfnRuleGroup.RulesSourceListProperty.Builder targets(List<String> targets)
CfnRuleGroup.RulesSourceListProperty.getTargets()targets - The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:. This parameter is required.
abc.example.com matches only the domain abc.example.com .. '. For example, .example.com matches example.com and matches all subdomains of example.com , such as abc.example.com and www.example.com .this@Stability(value=Stable) public CfnRuleGroup.RulesSourceListProperty.Builder targetTypes(List<String> targetTypes)
CfnRuleGroup.RulesSourceListProperty.getTargetTypes()targetTypes - The types of targets to inspect for. This parameter is required.
Valid values are TLS_SNI and HTTP_HOST .this@Stability(value=Stable) public CfnRuleGroup.RulesSourceListProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.RulesSourceListProperty>CfnRuleGroup.RulesSourceListPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.