Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.networkfirewall

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.networkfirewall package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.networkfirewall package. 
raw docstring

build-cfn-firewall-builderclj

(build-cfn-firewall-builder builder id config)

The build-cfn-firewall-builder function updates a CfnFirewall$Builder instance using the provided configuration. The function takes the CfnFirewall$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
deleteProtectionjava.lang.Booleancdk.support/lookup-entry:delete-protection
descriptionjava.lang.Stringcdk.support/lookup-entry:description
firewallNamejava.lang.Stringcdk.support/lookup-entry:firewall-name
firewallPolicyArnjava.lang.Stringcdk.support/lookup-entry:firewall-policy-arn
firewallPolicyChangeProtectionjava.lang.Booleancdk.support/lookup-entry:firewall-policy-change-protection
subnetChangeProtectionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subnet-change-protection
subnetMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subnet-mappings
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-firewall-builder function updates a CfnFirewall$Builder instance using the provided configuration.
  The function takes the CfnFirewall$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deleteProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-protection` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `firewallName` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-name` |
| `firewallPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-policy-arn` |
| `firewallPolicyChangeProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:firewall-policy-change-protection` |
| `subnetChangeProtection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subnet-change-protection` |
| `subnetMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subnet-mappings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-firewall-policy-action-definition-property-builderclj

(build-cfn-firewall-policy-action-definition-property-builder builder id config)

The build-cfn-firewall-policy-action-definition-property-builder function updates a CfnFirewallPolicy$ActionDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$ActionDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
publishMetricActionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:publish-metric-action
The build-cfn-firewall-policy-action-definition-property-builder function updates a CfnFirewallPolicy$ActionDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$ActionDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `publishMetricAction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publish-metric-action` |
sourceraw docstring

build-cfn-firewall-policy-builderclj

(build-cfn-firewall-policy-builder builder id config)

The build-cfn-firewall-policy-builder function updates a CfnFirewallPolicy$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
firewallPolicysoftware.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$FirewallPolicyPropertycdk.support/lookup-entry:firewall-policy
firewallPolicyNamejava.lang.Stringcdk.support/lookup-entry:firewall-policy-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-firewall-policy-builder function updates a CfnFirewallPolicy$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `firewallPolicy` | software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$FirewallPolicyProperty | [[cdk.support/lookup-entry]] | `:firewall-policy` |
| `firewallPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-policy-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-firewall-policy-custom-action-property-builderclj

(build-cfn-firewall-policy-custom-action-property-builder builder id config)

The build-cfn-firewall-policy-custom-action-property-builder function updates a CfnFirewallPolicy$CustomActionProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$CustomActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionDefinitionsoftware.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$ActionDefinitionPropertycdk.support/lookup-entry:action-definition
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
The build-cfn-firewall-policy-custom-action-property-builder function updates a CfnFirewallPolicy$CustomActionProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$CustomActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actionDefinition` | software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$ActionDefinitionProperty | [[cdk.support/lookup-entry]] | `:action-definition` |
| `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` |
sourceraw docstring

build-cfn-firewall-policy-dimension-property-builderclj

(build-cfn-firewall-policy-dimension-property-builder builder id config)

The build-cfn-firewall-policy-dimension-property-builder function updates a CfnFirewallPolicy$DimensionProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$DimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-firewall-policy-dimension-property-builder function updates a CfnFirewallPolicy$DimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$DimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-firewall-policy-firewall-policy-property-builderclj

(build-cfn-firewall-policy-firewall-policy-property-builder builder id config)

The build-cfn-firewall-policy-firewall-policy-property-builder function updates a CfnFirewallPolicy$FirewallPolicyProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$FirewallPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
policyVariablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:policy-variables
statefulDefaultActionsjava.util.Listcdk.support/lookup-entry:stateful-default-actions
statefulEngineOptionssoftware.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$StatefulEngineOptionsPropertycdk.support/lookup-entry:stateful-engine-options
statefulRuleGroupReferencesjava.util.Listcdk.support/lookup-entry:stateful-rule-group-references
statelessCustomActionsjava.util.Listcdk.support/lookup-entry:stateless-custom-actions
statelessDefaultActionsjava.util.Listcdk.support/lookup-entry:stateless-default-actions
statelessFragmentDefaultActionsjava.util.Listcdk.support/lookup-entry:stateless-fragment-default-actions
statelessRuleGroupReferencesjava.util.Listcdk.support/lookup-entry:stateless-rule-group-references
tlsInspectionConfigurationArnjava.lang.Stringcdk.support/lookup-entry:tls-inspection-configuration-arn
The build-cfn-firewall-policy-firewall-policy-property-builder function updates a CfnFirewallPolicy$FirewallPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$FirewallPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `policyVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:policy-variables` |
| `statefulDefaultActions` | java.util.List | [[cdk.support/lookup-entry]] | `:stateful-default-actions` |
| `statefulEngineOptions` | software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$StatefulEngineOptionsProperty | [[cdk.support/lookup-entry]] | `:stateful-engine-options` |
| `statefulRuleGroupReferences` | java.util.List | [[cdk.support/lookup-entry]] | `:stateful-rule-group-references` |
| `statelessCustomActions` | java.util.List | [[cdk.support/lookup-entry]] | `:stateless-custom-actions` |
| `statelessDefaultActions` | java.util.List | [[cdk.support/lookup-entry]] | `:stateless-default-actions` |
| `statelessFragmentDefaultActions` | java.util.List | [[cdk.support/lookup-entry]] | `:stateless-fragment-default-actions` |
| `statelessRuleGroupReferences` | java.util.List | [[cdk.support/lookup-entry]] | `:stateless-rule-group-references` |
| `tlsInspectionConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-inspection-configuration-arn` |
sourceraw docstring

build-cfn-firewall-policy-ip-set-property-builderclj

(build-cfn-firewall-policy-ip-set-property-builder builder id config)

The build-cfn-firewall-policy-ip-set-property-builder function updates a CfnFirewallPolicy$IPSetProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$IPSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
definitionjava.util.Listcdk.support/lookup-entry:definition
The build-cfn-firewall-policy-ip-set-property-builder function updates a CfnFirewallPolicy$IPSetProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$IPSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `definition` | java.util.List | [[cdk.support/lookup-entry]] | `:definition` |
sourceraw docstring

build-cfn-firewall-policy-policy-variables-property-builderclj

(build-cfn-firewall-policy-policy-variables-property-builder builder id config)

The build-cfn-firewall-policy-policy-variables-property-builder function updates a CfnFirewallPolicy$PolicyVariablesProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$PolicyVariablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ruleVariablesjava.util.Mapcdk.support/lookup-entry:rule-variables
The build-cfn-firewall-policy-policy-variables-property-builder function updates a CfnFirewallPolicy$PolicyVariablesProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$PolicyVariablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ruleVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:rule-variables` |
sourceraw docstring

build-cfn-firewall-policy-props-builderclj

(build-cfn-firewall-policy-props-builder builder id config)

The build-cfn-firewall-policy-props-builder function updates a CfnFirewallPolicyProps$Builder instance using the provided configuration. The function takes the CfnFirewallPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
firewallPolicysoftware.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$FirewallPolicyPropertycdk.support/lookup-entry:firewall-policy
firewallPolicyNamejava.lang.Stringcdk.support/lookup-entry:firewall-policy-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-firewall-policy-props-builder function updates a CfnFirewallPolicyProps$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `firewallPolicy` | software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$FirewallPolicyProperty | [[cdk.support/lookup-entry]] | `:firewall-policy` |
| `firewallPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-policy-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-firewall-policy-publish-metric-action-property-builderclj

(build-cfn-firewall-policy-publish-metric-action-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-firewall-policy-publish-metric-action-property-builder function updates a CfnFirewallPolicy$PublishMetricActionProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$PublishMetricActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dimensionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dimensions
The build-cfn-firewall-policy-publish-metric-action-property-builder function updates a CfnFirewallPolicy$PublishMetricActionProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$PublishMetricActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` |
sourceraw docstring

build-cfn-firewall-policy-stateful-engine-options-property-builderclj

(build-cfn-firewall-policy-stateful-engine-options-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-firewall-policy-stateful-engine-options-property-builder function updates a CfnFirewallPolicy$StatefulEngineOptionsProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$StatefulEngineOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ruleOrderjava.lang.Stringcdk.support/lookup-entry:rule-order
streamExceptionPolicyjava.lang.Stringcdk.support/lookup-entry:stream-exception-policy
The build-cfn-firewall-policy-stateful-engine-options-property-builder function updates a CfnFirewallPolicy$StatefulEngineOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$StatefulEngineOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ruleOrder` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-order` |
| `streamExceptionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-exception-policy` |
sourceraw docstring

build-cfn-firewall-policy-stateful-rule-group-override-property-builderclj

(build-cfn-firewall-policy-stateful-rule-group-override-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-firewall-policy-stateful-rule-group-override-property-builder function updates a CfnFirewallPolicy$StatefulRuleGroupOverrideProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$StatefulRuleGroupOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionjava.lang.Stringcdk.support/lookup-entry:action
The build-cfn-firewall-policy-stateful-rule-group-override-property-builder function updates a CfnFirewallPolicy$StatefulRuleGroupOverrideProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$StatefulRuleGroupOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
sourceraw docstring

build-cfn-firewall-policy-stateful-rule-group-reference-property-builderclj

(build-cfn-firewall-policy-stateful-rule-group-reference-property-builder
  builder
  id
  config)

The build-cfn-firewall-policy-stateful-rule-group-reference-property-builder function updates a CfnFirewallPolicy$StatefulRuleGroupReferenceProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$StatefulRuleGroupReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
overridesoftware.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$StatefulRuleGroupOverridePropertycdk.support/lookup-entry:override
priorityjava.lang.Numbercdk.support/lookup-entry:priority
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-firewall-policy-stateful-rule-group-reference-property-builder function updates a CfnFirewallPolicy$StatefulRuleGroupReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$StatefulRuleGroupReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `override` | software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy$StatefulRuleGroupOverrideProperty | [[cdk.support/lookup-entry]] | `:override` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-firewall-policy-stateless-rule-group-reference-property-builderclj

(build-cfn-firewall-policy-stateless-rule-group-reference-property-builder
  builder
  id
  config)

The build-cfn-firewall-policy-stateless-rule-group-reference-property-builder function updates a CfnFirewallPolicy$StatelessRuleGroupReferenceProperty$Builder instance using the provided configuration. The function takes the CfnFirewallPolicy$StatelessRuleGroupReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
priorityjava.lang.Numbercdk.support/lookup-entry:priority
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-firewall-policy-stateless-rule-group-reference-property-builder function updates a CfnFirewallPolicy$StatelessRuleGroupReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewallPolicy$StatelessRuleGroupReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-firewall-props-builderclj

(build-cfn-firewall-props-builder builder id config)

The build-cfn-firewall-props-builder function updates a CfnFirewallProps$Builder instance using the provided configuration. The function takes the CfnFirewallProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
deleteProtectionjava.lang.Booleancdk.support/lookup-entry:delete-protection
descriptionjava.lang.Stringcdk.support/lookup-entry:description
firewallNamejava.lang.Stringcdk.support/lookup-entry:firewall-name
firewallPolicyArnjava.lang.Stringcdk.support/lookup-entry:firewall-policy-arn
firewallPolicyChangeProtectionjava.lang.Booleancdk.support/lookup-entry:firewall-policy-change-protection
subnetChangeProtectionjava.lang.Booleancdk.support/lookup-entry:subnet-change-protection
subnetMappingsjava.util.Listcdk.support/lookup-entry:subnet-mappings
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-firewall-props-builder function updates a CfnFirewallProps$Builder instance using the provided configuration.
  The function takes the CfnFirewallProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deleteProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-protection` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `firewallName` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-name` |
| `firewallPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-policy-arn` |
| `firewallPolicyChangeProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:firewall-policy-change-protection` |
| `subnetChangeProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:subnet-change-protection` |
| `subnetMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-mappings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-firewall-subnet-mapping-property-builderclj

(build-cfn-firewall-subnet-mapping-property-builder builder id config)

The build-cfn-firewall-subnet-mapping-property-builder function updates a CfnFirewall$SubnetMappingProperty$Builder instance using the provided configuration. The function takes the CfnFirewall$SubnetMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
The build-cfn-firewall-subnet-mapping-property-builder function updates a CfnFirewall$SubnetMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnFirewall$SubnetMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
sourceraw docstring

build-cfn-logging-configuration-builderclj

(build-cfn-logging-configuration-builder builder id config)

The build-cfn-logging-configuration-builder function updates a CfnLoggingConfiguration$Builder instance using the provided configuration. The function takes the CfnLoggingConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
firewallArnjava.lang.Stringcdk.support/lookup-entry:firewall-arn
firewallNamejava.lang.Stringcdk.support/lookup-entry:firewall-name
loggingConfigurationsoftware.amazon.awscdk.services.networkfirewall.CfnLoggingConfiguration$LoggingConfigurationPropertycdk.support/lookup-entry:logging-configuration
The build-cfn-logging-configuration-builder function updates a CfnLoggingConfiguration$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `firewallArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-arn` |
| `firewallName` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-name` |
| `loggingConfiguration` | software.amazon.awscdk.services.networkfirewall.CfnLoggingConfiguration$LoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:logging-configuration` |
sourceraw docstring

build-cfn-logging-configuration-log-destination-config-property-builderclj

(build-cfn-logging-configuration-log-destination-config-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-logging-configuration-log-destination-config-property-builder function updates a CfnLoggingConfiguration$LogDestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnLoggingConfiguration$LogDestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
logDestinationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-destination
logDestinationTypejava.lang.Stringcdk.support/lookup-entry:log-destination-type
logTypejava.lang.Stringcdk.support/lookup-entry:log-type
The build-cfn-logging-configuration-log-destination-config-property-builder function updates a CfnLoggingConfiguration$LogDestinationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$LogDestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDestination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-destination` |
| `logDestinationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-destination-type` |
| `logType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-type` |
sourceraw docstring

build-cfn-logging-configuration-logging-configuration-property-builderclj

(build-cfn-logging-configuration-logging-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-logging-configuration-logging-configuration-property-builder function updates a CfnLoggingConfiguration$LoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLoggingConfiguration$LoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
logDestinationConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-destination-configs
The build-cfn-logging-configuration-logging-configuration-property-builder function updates a CfnLoggingConfiguration$LoggingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfiguration$LoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDestinationConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-destination-configs` |
sourceraw docstring

build-cfn-logging-configuration-props-builderclj

(build-cfn-logging-configuration-props-builder builder id config)

The build-cfn-logging-configuration-props-builder function updates a CfnLoggingConfigurationProps$Builder instance using the provided configuration. The function takes the CfnLoggingConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
firewallArnjava.lang.Stringcdk.support/lookup-entry:firewall-arn
firewallNamejava.lang.Stringcdk.support/lookup-entry:firewall-name
loggingConfigurationsoftware.amazon.awscdk.services.networkfirewall.CfnLoggingConfiguration$LoggingConfigurationPropertycdk.support/lookup-entry:logging-configuration
The build-cfn-logging-configuration-props-builder function updates a CfnLoggingConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnLoggingConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `firewallArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-arn` |
| `firewallName` | java.lang.String | [[cdk.support/lookup-entry]] | `:firewall-name` |
| `loggingConfiguration` | software.amazon.awscdk.services.networkfirewall.CfnLoggingConfiguration$LoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:logging-configuration` |
sourceraw docstring

build-cfn-rule-group-action-definition-property-builderclj

(build-cfn-rule-group-action-definition-property-builder builder id config)

The build-cfn-rule-group-action-definition-property-builder function updates a CfnRuleGroup$ActionDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$ActionDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
publishMetricActionsoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup$PublishMetricActionPropertycdk.support/lookup-entry:publish-metric-action
The build-cfn-rule-group-action-definition-property-builder function updates a CfnRuleGroup$ActionDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$ActionDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `publishMetricAction` | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$PublishMetricActionProperty | [[cdk.support/lookup-entry]] | `:publish-metric-action` |
sourceraw docstring

build-cfn-rule-group-address-property-builderclj

(build-cfn-rule-group-address-property-builder builder id config)

The build-cfn-rule-group-address-property-builder function updates a CfnRuleGroup$AddressProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
addressDefinitionjava.lang.Stringcdk.support/lookup-entry:address-definition
The build-cfn-rule-group-address-property-builder function updates a CfnRuleGroup$AddressProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `addressDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:address-definition` |
sourceraw docstring

build-cfn-rule-group-builderclj

(build-cfn-rule-group-builder builder id config)

The build-cfn-rule-group-builder function updates a CfnRuleGroup$Builder instance using the provided configuration. The function takes the CfnRuleGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
capacityjava.lang.Numbercdk.support/lookup-entry:capacity
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ruleGroupsoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup$RuleGroupPropertycdk.support/lookup-entry:rule-group
ruleGroupNamejava.lang.Stringcdk.support/lookup-entry:rule-group-name
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-rule-group-builder function updates a CfnRuleGroup$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:capacity` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ruleGroup` | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$RuleGroupProperty | [[cdk.support/lookup-entry]] | `:rule-group` |
| `ruleGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-group-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-rule-group-custom-action-property-builderclj

(build-cfn-rule-group-custom-action-property-builder builder id config)

The build-cfn-rule-group-custom-action-property-builder function updates a CfnRuleGroup$CustomActionProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$CustomActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action-definition
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
The build-cfn-rule-group-custom-action-property-builder function updates a CfnRuleGroup$CustomActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$CustomActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actionDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:action-definition` |
| `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` |
sourceraw docstring

build-cfn-rule-group-dimension-property-builderclj

(build-cfn-rule-group-dimension-property-builder builder id config)

The build-cfn-rule-group-dimension-property-builder function updates a CfnRuleGroup$DimensionProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$DimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-rule-group-dimension-property-builder function updates a CfnRuleGroup$DimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$DimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-rule-group-header-property-builderclj

(build-cfn-rule-group-header-property-builder builder id config)

The build-cfn-rule-group-header-property-builder function updates a CfnRuleGroup$HeaderProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$HeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationjava.lang.Stringcdk.support/lookup-entry:destination
destinationPortjava.lang.Stringcdk.support/lookup-entry:destination-port
directionjava.lang.Stringcdk.support/lookup-entry:direction
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
sourcejava.lang.Stringcdk.support/lookup-entry:source
sourcePortjava.lang.Stringcdk.support/lookup-entry:source-port
The build-cfn-rule-group-header-property-builder function updates a CfnRuleGroup$HeaderProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$HeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
| `destinationPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-port` |
| `direction` | java.lang.String | [[cdk.support/lookup-entry]] | `:direction` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `sourcePort` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-port` |
sourceraw docstring

build-cfn-rule-group-ip-set-property-builderclj

(build-cfn-rule-group-ip-set-property-builder builder id config)

The build-cfn-rule-group-ip-set-property-builder function updates a CfnRuleGroup$IPSetProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$IPSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
definitionjava.util.Listcdk.support/lookup-entry:definition
The build-cfn-rule-group-ip-set-property-builder function updates a CfnRuleGroup$IPSetProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$IPSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `definition` | java.util.List | [[cdk.support/lookup-entry]] | `:definition` |
sourceraw docstring

build-cfn-rule-group-ip-set-reference-property-builderclj

(build-cfn-rule-group-ip-set-reference-property-builder builder id config)

The build-cfn-rule-group-ip-set-reference-property-builder function updates a CfnRuleGroup$IPSetReferenceProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$IPSetReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
referenceArnjava.lang.Stringcdk.support/lookup-entry:reference-arn
The build-cfn-rule-group-ip-set-reference-property-builder function updates a CfnRuleGroup$IPSetReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$IPSetReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `referenceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:reference-arn` |
sourceraw docstring

build-cfn-rule-group-match-attributes-property-builderclj

(build-cfn-rule-group-match-attributes-property-builder builder id config)

The build-cfn-rule-group-match-attributes-property-builder function updates a CfnRuleGroup$MatchAttributesProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$MatchAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationPortsjava.util.Listcdk.support/lookup-entry:destination-ports
destinationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destinations
protocolssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:protocols
sourcePortsjava.util.Listcdk.support/lookup-entry:source-ports
sourcesjava.util.Listcdk.support/lookup-entry:sources
tcpFlagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tcp-flags
The build-cfn-rule-group-match-attributes-property-builder function updates a CfnRuleGroup$MatchAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$MatchAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinationPorts` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-ports` |
| `destinations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destinations` |
| `protocols` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:protocols` |
| `sourcePorts` | java.util.List | [[cdk.support/lookup-entry]] | `:source-ports` |
| `sources` | java.util.List | [[cdk.support/lookup-entry]] | `:sources` |
| `tcpFlags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tcp-flags` |
sourceraw docstring

build-cfn-rule-group-port-range-property-builderclj

(build-cfn-rule-group-port-range-property-builder builder id config)

The build-cfn-rule-group-port-range-property-builder function updates a CfnRuleGroup$PortRangeProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fromPortjava.lang.Numbercdk.support/lookup-entry:from-port
toPortjava.lang.Numbercdk.support/lookup-entry:to-port
The build-cfn-rule-group-port-range-property-builder function updates a CfnRuleGroup$PortRangeProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` |
| `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
sourceraw docstring

build-cfn-rule-group-port-set-property-builderclj

(build-cfn-rule-group-port-set-property-builder builder id config)

The build-cfn-rule-group-port-set-property-builder function updates a CfnRuleGroup$PortSetProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$PortSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
definitionjava.util.Listcdk.support/lookup-entry:definition
The build-cfn-rule-group-port-set-property-builder function updates a CfnRuleGroup$PortSetProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$PortSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `definition` | java.util.List | [[cdk.support/lookup-entry]] | `:definition` |
sourceraw docstring

build-cfn-rule-group-props-builderclj

(build-cfn-rule-group-props-builder builder id config)

The build-cfn-rule-group-props-builder function updates a CfnRuleGroupProps$Builder instance using the provided configuration. The function takes the CfnRuleGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
capacityjava.lang.Numbercdk.support/lookup-entry:capacity
descriptionjava.lang.Stringcdk.support/lookup-entry:description
ruleGroupsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rule-group
ruleGroupNamejava.lang.Stringcdk.support/lookup-entry:rule-group-name
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-rule-group-props-builder function updates a CfnRuleGroupProps$Builder instance using the provided configuration.
  The function takes the CfnRuleGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:capacity` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `ruleGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rule-group` |
| `ruleGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-group-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-rule-group-publish-metric-action-property-builderclj

(build-cfn-rule-group-publish-metric-action-property-builder builder id config)

The build-cfn-rule-group-publish-metric-action-property-builder function updates a CfnRuleGroup$PublishMetricActionProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$PublishMetricActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dimensionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dimensions
The build-cfn-rule-group-publish-metric-action-property-builder function updates a CfnRuleGroup$PublishMetricActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$PublishMetricActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` |
sourceraw docstring

build-cfn-rule-group-reference-sets-property-builderclj

(build-cfn-rule-group-reference-sets-property-builder builder id config)

The build-cfn-rule-group-reference-sets-property-builder function updates a CfnRuleGroup$ReferenceSetsProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$ReferenceSetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipSetReferencessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ip-set-references
The build-cfn-rule-group-reference-sets-property-builder function updates a CfnRuleGroup$ReferenceSetsProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$ReferenceSetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ipSetReferences` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ip-set-references` |
sourceraw docstring

build-cfn-rule-group-rule-definition-property-builderclj

(build-cfn-rule-group-rule-definition-property-builder builder id config)

The build-cfn-rule-group-rule-definition-property-builder function updates a CfnRuleGroup$RuleDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$RuleDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
matchAttributessoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup$MatchAttributesPropertycdk.support/lookup-entry:match-attributes
The build-cfn-rule-group-rule-definition-property-builder function updates a CfnRuleGroup$RuleDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$RuleDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `matchAttributes` | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$MatchAttributesProperty | [[cdk.support/lookup-entry]] | `:match-attributes` |
sourceraw docstring

build-cfn-rule-group-rule-group-property-builderclj

(build-cfn-rule-group-rule-group-property-builder builder id config)

The build-cfn-rule-group-rule-group-property-builder function updates a CfnRuleGroup$RuleGroupProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$RuleGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
referenceSetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:reference-sets
ruleVariablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rule-variables
rulesSourcesoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup$RulesSourcePropertycdk.support/lookup-entry:rules-source
statefulRuleOptionssoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup$StatefulRuleOptionsPropertycdk.support/lookup-entry:stateful-rule-options
The build-cfn-rule-group-rule-group-property-builder function updates a CfnRuleGroup$RuleGroupProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$RuleGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `referenceSets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:reference-sets` |
| `ruleVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rule-variables` |
| `rulesSource` | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$RulesSourceProperty | [[cdk.support/lookup-entry]] | `:rules-source` |
| `statefulRuleOptions` | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$StatefulRuleOptionsProperty | [[cdk.support/lookup-entry]] | `:stateful-rule-options` |
sourceraw docstring

build-cfn-rule-group-rule-option-property-builderclj

(build-cfn-rule-group-rule-option-property-builder builder id config)

The build-cfn-rule-group-rule-option-property-builder function updates a CfnRuleGroup$RuleOptionProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$RuleOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keywordjava.lang.Stringcdk.support/lookup-entry:keyword
settingsjava.util.Listcdk.support/lookup-entry:settings
The build-cfn-rule-group-rule-option-property-builder function updates a CfnRuleGroup$RuleOptionProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$RuleOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `keyword` | java.lang.String | [[cdk.support/lookup-entry]] | `:keyword` |
| `settings` | java.util.List | [[cdk.support/lookup-entry]] | `:settings` |
sourceraw docstring

build-cfn-rule-group-rule-variables-property-builderclj

(build-cfn-rule-group-rule-variables-property-builder builder id config)

The build-cfn-rule-group-rule-variables-property-builder function updates a CfnRuleGroup$RuleVariablesProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$RuleVariablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipSetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ip-sets
portSetsjava.util.Mapcdk.support/lookup-entry:port-sets
The build-cfn-rule-group-rule-variables-property-builder function updates a CfnRuleGroup$RuleVariablesProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$RuleVariablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ipSets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ip-sets` |
| `portSets` | java.util.Map | [[cdk.support/lookup-entry]] | `:port-sets` |
sourceraw docstring

build-cfn-rule-group-rules-source-list-property-builderclj

(build-cfn-rule-group-rules-source-list-property-builder builder id config)

The build-cfn-rule-group-rules-source-list-property-builder function updates a CfnRuleGroup$RulesSourceListProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$RulesSourceListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
generatedRulesTypejava.lang.Stringcdk.support/lookup-entry:generated-rules-type
targetTypesjava.util.Listcdk.support/lookup-entry:target-types
targetsjava.util.Listcdk.support/lookup-entry:targets
The build-cfn-rule-group-rules-source-list-property-builder function updates a CfnRuleGroup$RulesSourceListProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$RulesSourceListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `generatedRulesType` | java.lang.String | [[cdk.support/lookup-entry]] | `:generated-rules-type` |
| `targetTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:target-types` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-cfn-rule-group-rules-source-property-builderclj

(build-cfn-rule-group-rules-source-property-builder builder id config)

The build-cfn-rule-group-rules-source-property-builder function updates a CfnRuleGroup$RulesSourceProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$RulesSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
rulesSourceListsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rules-source-list
rulesStringjava.lang.Stringcdk.support/lookup-entry:rules-string
statefulRulesjava.util.Listcdk.support/lookup-entry:stateful-rules
statelessRulesAndCustomActionssoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup$StatelessRulesAndCustomActionsPropertycdk.support/lookup-entry:stateless-rules-and-custom-actions
The build-cfn-rule-group-rules-source-property-builder function updates a CfnRuleGroup$RulesSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$RulesSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `rulesSourceList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rules-source-list` |
| `rulesString` | java.lang.String | [[cdk.support/lookup-entry]] | `:rules-string` |
| `statefulRules` | java.util.List | [[cdk.support/lookup-entry]] | `:stateful-rules` |
| `statelessRulesAndCustomActions` | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$StatelessRulesAndCustomActionsProperty | [[cdk.support/lookup-entry]] | `:stateless-rules-and-custom-actions` |
sourceraw docstring

build-cfn-rule-group-stateful-rule-options-property-builderclj

(build-cfn-rule-group-stateful-rule-options-property-builder builder id config)

The build-cfn-rule-group-stateful-rule-options-property-builder function updates a CfnRuleGroup$StatefulRuleOptionsProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$StatefulRuleOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ruleOrderjava.lang.Stringcdk.support/lookup-entry:rule-order
The build-cfn-rule-group-stateful-rule-options-property-builder function updates a CfnRuleGroup$StatefulRuleOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$StatefulRuleOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ruleOrder` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-order` |
sourceraw docstring

build-cfn-rule-group-stateful-rule-property-builderclj

(build-cfn-rule-group-stateful-rule-property-builder builder id config)

The build-cfn-rule-group-stateful-rule-property-builder function updates a CfnRuleGroup$StatefulRuleProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$StatefulRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionjava.lang.Stringcdk.support/lookup-entry:action
headersoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup$HeaderPropertycdk.support/lookup-entry:header
ruleOptionsjava.util.Listcdk.support/lookup-entry:rule-options
The build-cfn-rule-group-stateful-rule-property-builder function updates a CfnRuleGroup$StatefulRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$StatefulRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `header` | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$HeaderProperty | [[cdk.support/lookup-entry]] | `:header` |
| `ruleOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:rule-options` |
sourceraw docstring

build-cfn-rule-group-stateless-rule-property-builderclj

(build-cfn-rule-group-stateless-rule-property-builder builder id config)

The build-cfn-rule-group-stateless-rule-property-builder function updates a CfnRuleGroup$StatelessRuleProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$StatelessRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
priorityjava.lang.Numbercdk.support/lookup-entry:priority
ruleDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rule-definition
The build-cfn-rule-group-stateless-rule-property-builder function updates a CfnRuleGroup$StatelessRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$StatelessRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `ruleDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rule-definition` |
sourceraw docstring

build-cfn-rule-group-stateless-rules-and-custom-actions-property-builderclj

(build-cfn-rule-group-stateless-rules-and-custom-actions-property-builder
  builder
  id
  config)

The build-cfn-rule-group-stateless-rules-and-custom-actions-property-builder function updates a CfnRuleGroup$StatelessRulesAndCustomActionsProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$StatelessRulesAndCustomActionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customActionsjava.util.Listcdk.support/lookup-entry:custom-actions
statelessRulesjava.util.Listcdk.support/lookup-entry:stateless-rules
The build-cfn-rule-group-stateless-rules-and-custom-actions-property-builder function updates a CfnRuleGroup$StatelessRulesAndCustomActionsProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$StatelessRulesAndCustomActionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customActions` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-actions` |
| `statelessRules` | java.util.List | [[cdk.support/lookup-entry]] | `:stateless-rules` |
sourceraw docstring

build-cfn-rule-group-tcp-flag-field-property-builderclj

(build-cfn-rule-group-tcp-flag-field-property-builder builder id config)

The build-cfn-rule-group-tcp-flag-field-property-builder function updates a CfnRuleGroup$TCPFlagFieldProperty$Builder instance using the provided configuration. The function takes the CfnRuleGroup$TCPFlagFieldProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
flagsjava.util.Listcdk.support/lookup-entry:flags
masksjava.util.Listcdk.support/lookup-entry:masks
The build-cfn-rule-group-tcp-flag-field-property-builder function updates a CfnRuleGroup$TCPFlagFieldProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleGroup$TCPFlagFieldProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `flags` | java.util.List | [[cdk.support/lookup-entry]] | `:flags` |
| `masks` | java.util.List | [[cdk.support/lookup-entry]] | `:masks` |
sourceraw docstring

build-cfn-tls-inspection-configuration-address-property-builderclj

(build-cfn-tls-inspection-configuration-address-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-tls-inspection-configuration-address-property-builder function updates a CfnTLSInspectionConfiguration$AddressProperty$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
addressDefinitionjava.lang.Stringcdk.support/lookup-entry:address-definition
The build-cfn-tls-inspection-configuration-address-property-builder function updates a CfnTLSInspectionConfiguration$AddressProperty$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `addressDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:address-definition` |
sourceraw docstring

build-cfn-tls-inspection-configuration-builderclj

(build-cfn-tls-inspection-configuration-builder builder id config)

The build-cfn-tls-inspection-configuration-builder function updates a CfnTLSInspectionConfiguration$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
tlsInspectionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tls-inspection-configuration
tlsInspectionConfigurationNamejava.lang.Stringcdk.support/lookup-entry:tls-inspection-configuration-name
The build-cfn-tls-inspection-configuration-builder function updates a CfnTLSInspectionConfiguration$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tlsInspectionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tls-inspection-configuration` |
| `tlsInspectionConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-inspection-configuration-name` |
sourceraw docstring

build-cfn-tls-inspection-configuration-check-certificate-revocation-status-property-builderclj

(build-cfn-tls-inspection-configuration-check-certificate-revocation-status-property-builder
  builder
  id
  config)

The build-cfn-tls-inspection-configuration-check-certificate-revocation-status-property-builder function updates a CfnTLSInspectionConfiguration$CheckCertificateRevocationStatusProperty$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$CheckCertificateRevocationStatusProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
revokedStatusActionjava.lang.Stringcdk.support/lookup-entry:revoked-status-action
unknownStatusActionjava.lang.Stringcdk.support/lookup-entry:unknown-status-action
The build-cfn-tls-inspection-configuration-check-certificate-revocation-status-property-builder function updates a CfnTLSInspectionConfiguration$CheckCertificateRevocationStatusProperty$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$CheckCertificateRevocationStatusProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `revokedStatusAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:revoked-status-action` |
| `unknownStatusAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:unknown-status-action` |
sourceraw docstring

build-cfn-tls-inspection-configuration-port-range-property-builderclj

(build-cfn-tls-inspection-configuration-port-range-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-tls-inspection-configuration-port-range-property-builder function updates a CfnTLSInspectionConfiguration$PortRangeProperty$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fromPortjava.lang.Numbercdk.support/lookup-entry:from-port
toPortjava.lang.Numbercdk.support/lookup-entry:to-port
The build-cfn-tls-inspection-configuration-port-range-property-builder function updates a CfnTLSInspectionConfiguration$PortRangeProperty$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` |
| `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
sourceraw docstring

build-cfn-tls-inspection-configuration-props-builderclj

(build-cfn-tls-inspection-configuration-props-builder builder id config)

The build-cfn-tls-inspection-configuration-props-builder function updates a CfnTLSInspectionConfigurationProps$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
tlsInspectionConfigurationsoftware.amazon.awscdk.services.networkfirewall.CfnTLSInspectionConfiguration$TLSInspectionConfigurationPropertycdk.support/lookup-entry:tls-inspection-configuration
tlsInspectionConfigurationNamejava.lang.Stringcdk.support/lookup-entry:tls-inspection-configuration-name
The build-cfn-tls-inspection-configuration-props-builder function updates a CfnTLSInspectionConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tlsInspectionConfiguration` | software.amazon.awscdk.services.networkfirewall.CfnTLSInspectionConfiguration$TLSInspectionConfigurationProperty | [[cdk.support/lookup-entry]] | `:tls-inspection-configuration` |
| `tlsInspectionConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-inspection-configuration-name` |
sourceraw docstring

build-cfn-tls-inspection-configuration-server-certificate-configuration-property-builderclj

(build-cfn-tls-inspection-configuration-server-certificate-configuration-property-builder
  builder
  id
  config)

The build-cfn-tls-inspection-configuration-server-certificate-configuration-property-builder function updates a CfnTLSInspectionConfiguration$ServerCertificateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$ServerCertificateConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
certificateAuthorityArnjava.lang.Stringcdk.support/lookup-entry:certificate-authority-arn
checkCertificateRevocationStatussoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:check-certificate-revocation-status
scopessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scopes
serverCertificatessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:server-certificates
The build-cfn-tls-inspection-configuration-server-certificate-configuration-property-builder function updates a CfnTLSInspectionConfiguration$ServerCertificateConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$ServerCertificateConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateAuthorityArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-authority-arn` |
| `checkCertificateRevocationStatus` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:check-certificate-revocation-status` |
| `scopes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scopes` |
| `serverCertificates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:server-certificates` |
sourceraw docstring

build-cfn-tls-inspection-configuration-server-certificate-property-builderclj

(build-cfn-tls-inspection-configuration-server-certificate-property-builder
  builder
  id
  config)

The build-cfn-tls-inspection-configuration-server-certificate-property-builder function updates a CfnTLSInspectionConfiguration$ServerCertificateProperty$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$ServerCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-tls-inspection-configuration-server-certificate-property-builder function updates a CfnTLSInspectionConfiguration$ServerCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$ServerCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-tls-inspection-configuration-server-certificate-scope-property-builderclj

(build-cfn-tls-inspection-configuration-server-certificate-scope-property-builder
  builder
  id
  config)

The build-cfn-tls-inspection-configuration-server-certificate-scope-property-builder function updates a CfnTLSInspectionConfiguration$ServerCertificateScopeProperty$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$ServerCertificateScopeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationPortssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-ports
destinationsjava.util.Listcdk.support/lookup-entry:destinations
protocolssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:protocols
sourcePortsjava.util.Listcdk.support/lookup-entry:source-ports
sourcesjava.util.Listcdk.support/lookup-entry:sources
The build-cfn-tls-inspection-configuration-server-certificate-scope-property-builder function updates a CfnTLSInspectionConfiguration$ServerCertificateScopeProperty$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$ServerCertificateScopeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinationPorts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-ports` |
| `destinations` | java.util.List | [[cdk.support/lookup-entry]] | `:destinations` |
| `protocols` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:protocols` |
| `sourcePorts` | java.util.List | [[cdk.support/lookup-entry]] | `:source-ports` |
| `sources` | java.util.List | [[cdk.support/lookup-entry]] | `:sources` |
sourceraw docstring

build-cfn-tls-inspection-configuration-tls-inspection-configuration-property-builderclj

(build-cfn-tls-inspection-configuration-tls-inspection-configuration-property-builder
  builder
  id
  config)

The build-cfn-tls-inspection-configuration-tls-inspection-configuration-property-builder function updates a CfnTLSInspectionConfiguration$TLSInspectionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTLSInspectionConfiguration$TLSInspectionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
serverCertificateConfigurationsjava.util.Listcdk.support/lookup-entry:server-certificate-configurations
The build-cfn-tls-inspection-configuration-tls-inspection-configuration-property-builder function updates a CfnTLSInspectionConfiguration$TLSInspectionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTLSInspectionConfiguration$TLSInspectionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `serverCertificateConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:server-certificate-configurations` |
sourceraw docstring

cfn-firewall-builderclj

(cfn-firewall-builder scope id config)

Creates a CfnFirewall$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnFirewall$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-action-definition-property-builderclj

(cfn-firewall-policy-action-definition-property-builder id config)

Creates a CfnFirewallPolicy$ActionDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$ActionDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-builderclj

(cfn-firewall-policy-builder scope id config)

Creates a CfnFirewallPolicy$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnFirewallPolicy$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-custom-action-property-builderclj

(cfn-firewall-policy-custom-action-property-builder id config)

Creates a CfnFirewallPolicy$CustomActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$CustomActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-dimension-property-builderclj

(cfn-firewall-policy-dimension-property-builder id config)

Creates a CfnFirewallPolicy$DimensionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$DimensionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-firewall-policy-property-builderclj

(cfn-firewall-policy-firewall-policy-property-builder id config)

Creates a CfnFirewallPolicy$FirewallPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$FirewallPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-ip-set-property-builderclj

(cfn-firewall-policy-ip-set-property-builder id config)

Creates a CfnFirewallPolicy$IPSetProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$IPSetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-policy-variables-property-builderclj

(cfn-firewall-policy-policy-variables-property-builder id config)

Creates a CfnFirewallPolicy$PolicyVariablesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$PolicyVariablesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-props-builderclj

(cfn-firewall-policy-props-builder id config)

Creates a CfnFirewallPolicyProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-publish-metric-action-property-builderclj

(cfn-firewall-policy-publish-metric-action-property-builder id config)

Creates a CfnFirewallPolicy$PublishMetricActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$PublishMetricActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-stateful-engine-options-property-builderclj

(cfn-firewall-policy-stateful-engine-options-property-builder id config)

Creates a CfnFirewallPolicy$StatefulEngineOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$StatefulEngineOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-stateful-rule-group-override-property-builderclj

(cfn-firewall-policy-stateful-rule-group-override-property-builder id config)

Creates a CfnFirewallPolicy$StatefulRuleGroupOverrideProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$StatefulRuleGroupOverrideProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-stateful-rule-group-reference-property-builderclj

(cfn-firewall-policy-stateful-rule-group-reference-property-builder id config)

Creates a CfnFirewallPolicy$StatefulRuleGroupReferenceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$StatefulRuleGroupReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-policy-stateless-rule-group-reference-property-builderclj

(cfn-firewall-policy-stateless-rule-group-reference-property-builder id config)

Creates a CfnFirewallPolicy$StatelessRuleGroupReferenceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallPolicy$StatelessRuleGroupReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-props-builderclj

(cfn-firewall-props-builder id config)

Creates a CfnFirewallProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewallProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-firewall-subnet-mapping-property-builderclj

(cfn-firewall-subnet-mapping-property-builder id config)

Creates a CfnFirewall$SubnetMappingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFirewall$SubnetMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-logging-configuration-builderclj

(cfn-logging-configuration-builder scope id config)

Creates a CfnLoggingConfiguration$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnLoggingConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-logging-configuration-log-destination-config-property-builderclj

(cfn-logging-configuration-log-destination-config-property-builder id config)

Creates a CfnLoggingConfiguration$LogDestinationConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnLoggingConfiguration$LogDestinationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-logging-configuration-logging-configuration-property-builderclj

(cfn-logging-configuration-logging-configuration-property-builder id config)

Creates a CfnLoggingConfiguration$LoggingConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnLoggingConfiguration$LoggingConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-logging-configuration-props-builderclj

(cfn-logging-configuration-props-builder id config)

Creates a CfnLoggingConfigurationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnLoggingConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-action-definition-property-builderclj

(cfn-rule-group-action-definition-property-builder id config)

Creates a CfnRuleGroup$ActionDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$ActionDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-address-property-builderclj

(cfn-rule-group-address-property-builder id config)

Creates a CfnRuleGroup$AddressProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$AddressProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-builderclj

(cfn-rule-group-builder scope id config)

Creates a CfnRuleGroup$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnRuleGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-custom-action-property-builderclj

(cfn-rule-group-custom-action-property-builder id config)

Creates a CfnRuleGroup$CustomActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$CustomActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-dimension-property-builderclj

(cfn-rule-group-dimension-property-builder id config)

Creates a CfnRuleGroup$DimensionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$DimensionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-header-property-builderclj

(cfn-rule-group-header-property-builder id config)

Creates a CfnRuleGroup$HeaderProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$HeaderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-ip-set-property-builderclj

(cfn-rule-group-ip-set-property-builder id config)

Creates a CfnRuleGroup$IPSetProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$IPSetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-ip-set-reference-property-builderclj

(cfn-rule-group-ip-set-reference-property-builder id config)

Creates a CfnRuleGroup$IPSetReferenceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$IPSetReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-match-attributes-property-builderclj

(cfn-rule-group-match-attributes-property-builder id config)

Creates a CfnRuleGroup$MatchAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$MatchAttributesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-port-range-property-builderclj

(cfn-rule-group-port-range-property-builder id config)

Creates a CfnRuleGroup$PortRangeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$PortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-port-set-property-builderclj

(cfn-rule-group-port-set-property-builder id config)

Creates a CfnRuleGroup$PortSetProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$PortSetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-props-builderclj

(cfn-rule-group-props-builder id config)

Creates a CfnRuleGroupProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-publish-metric-action-property-builderclj

(cfn-rule-group-publish-metric-action-property-builder id config)

Creates a CfnRuleGroup$PublishMetricActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$PublishMetricActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-reference-sets-property-builderclj

(cfn-rule-group-reference-sets-property-builder id config)

Creates a CfnRuleGroup$ReferenceSetsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$ReferenceSetsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-rule-definition-property-builderclj

(cfn-rule-group-rule-definition-property-builder id config)

Creates a CfnRuleGroup$RuleDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$RuleDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-rule-group-property-builderclj

(cfn-rule-group-rule-group-property-builder id config)

Creates a CfnRuleGroup$RuleGroupProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$RuleGroupProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-rule-option-property-builderclj

(cfn-rule-group-rule-option-property-builder id config)

Creates a CfnRuleGroup$RuleOptionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$RuleOptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-rule-variables-property-builderclj

(cfn-rule-group-rule-variables-property-builder id config)

Creates a CfnRuleGroup$RuleVariablesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$RuleVariablesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-rules-source-list-property-builderclj

(cfn-rule-group-rules-source-list-property-builder id config)

Creates a CfnRuleGroup$RulesSourceListProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$RulesSourceListProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-rules-source-property-builderclj

(cfn-rule-group-rules-source-property-builder id config)

Creates a CfnRuleGroup$RulesSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$RulesSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-stateful-rule-options-property-builderclj

(cfn-rule-group-stateful-rule-options-property-builder id config)

Creates a CfnRuleGroup$StatefulRuleOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$StatefulRuleOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-stateful-rule-property-builderclj

(cfn-rule-group-stateful-rule-property-builder id config)

Creates a CfnRuleGroup$StatefulRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$StatefulRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-stateless-rule-property-builderclj

(cfn-rule-group-stateless-rule-property-builder id config)

Creates a CfnRuleGroup$StatelessRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$StatelessRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-stateless-rules-and-custom-actions-property-builderclj

(cfn-rule-group-stateless-rules-and-custom-actions-property-builder id config)

Creates a CfnRuleGroup$StatelessRulesAndCustomActionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$StatelessRulesAndCustomActionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-rule-group-tcp-flag-field-property-builderclj

(cfn-rule-group-tcp-flag-field-property-builder id config)

Creates a CfnRuleGroup$TCPFlagFieldProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRuleGroup$TCPFlagFieldProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-address-property-builderclj

(cfn-tls-inspection-configuration-address-property-builder id config)

Creates a CfnTLSInspectionConfiguration$AddressProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfiguration$AddressProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-builderclj

(cfn-tls-inspection-configuration-builder scope id config)

Creates a CfnTLSInspectionConfiguration$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnTLSInspectionConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-check-certificate-revocation-status-property-builderclj

(cfn-tls-inspection-configuration-check-certificate-revocation-status-property-builder
  id
  config)

Creates a CfnTLSInspectionConfiguration$CheckCertificateRevocationStatusProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfiguration$CheckCertificateRevocationStatusProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-port-range-property-builderclj

(cfn-tls-inspection-configuration-port-range-property-builder id config)

Creates a CfnTLSInspectionConfiguration$PortRangeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfiguration$PortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-props-builderclj

(cfn-tls-inspection-configuration-props-builder id config)

Creates a CfnTLSInspectionConfigurationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-server-certificate-configuration-property-builderclj

(cfn-tls-inspection-configuration-server-certificate-configuration-property-builder
  id
  config)

Creates a CfnTLSInspectionConfiguration$ServerCertificateConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfiguration$ServerCertificateConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-server-certificate-property-builderclj

(cfn-tls-inspection-configuration-server-certificate-property-builder id config)

Creates a CfnTLSInspectionConfiguration$ServerCertificateProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfiguration$ServerCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-server-certificate-scope-property-builderclj

(cfn-tls-inspection-configuration-server-certificate-scope-property-builder
  id
  config)

Creates a CfnTLSInspectionConfiguration$ServerCertificateScopeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfiguration$ServerCertificateScopeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-tls-inspection-configuration-tls-inspection-configuration-property-builderclj

(cfn-tls-inspection-configuration-tls-inspection-configuration-property-builder
  id
  config)

Creates a CfnTLSInspectionConfiguration$TLSInspectionConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTLSInspectionConfiguration$TLSInspectionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close