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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
publishMetricAction | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
definition | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ruleVariables | java.util.Map | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dimensions | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
action | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logDestinationConfigs | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
publishMetricAction | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup$PublishMetricActionProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressDefinition | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
definition | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
referenceArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
definition | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dimensions | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipSetReferences | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
keyword | java.lang.String | cdk.support/lookup-entry | :keyword |
settings | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ruleOrder | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
flags | java.util.List | cdk.support/lookup-entry | :flags |
masks | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressDefinition | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serverCertificateConfigurations | java.util.List | cdk.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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close