Liking cljdoc? Tell your friends :D

cdk.api.services.route53recoverycontrol

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

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

build-cfn-cluster-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration.
  The function takes the CfnCluster$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-cluster-cluster-endpoint-property-builderclj

(build-cfn-cluster-cluster-endpoint-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-cfn-cluster-cluster-endpoint-property-builder function updates a CfnCluster$ClusterEndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ClusterEndpointProperty$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 |
|---|---|---|---|
| `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-cfn-cluster-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration.
  The function takes the CfnClusterProps$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-control-panel-builderclj

(build-cfn-control-panel-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
clusterArnjava.lang.Stringcdk.support/lookup-entry:cluster-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-control-panel-builder function updates a CfnControlPanel$Builder instance using the provided configuration.
  The function takes the CfnControlPanel$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 |
|---|---|---|---|
| `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-control-panel-props-builderclj

(build-cfn-control-panel-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
clusterArnjava.lang.Stringcdk.support/lookup-entry:cluster-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-control-panel-props-builder function updates a CfnControlPanelProps$Builder instance using the provided configuration.
  The function takes the CfnControlPanelProps$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 |
|---|---|---|---|
| `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-routing-control-builderclj

(build-cfn-routing-control-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
clusterArnjava.lang.Stringcdk.support/lookup-entry:cluster-arn
controlPanelArnjava.lang.Stringcdk.support/lookup-entry:control-panel-arn
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-routing-control-builder function updates a CfnRoutingControl$Builder instance using the provided configuration.
  The function takes the CfnRoutingControl$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 |
|---|---|---|---|
| `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` |
| `controlPanelArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:control-panel-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-routing-control-props-builderclj

(build-cfn-routing-control-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
clusterArnjava.lang.Stringcdk.support/lookup-entry:cluster-arn
controlPanelArnjava.lang.Stringcdk.support/lookup-entry:control-panel-arn
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-routing-control-props-builder function updates a CfnRoutingControlProps$Builder instance using the provided configuration.
  The function takes the CfnRoutingControlProps$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 |
|---|---|---|---|
| `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` |
| `controlPanelArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:control-panel-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-safety-rule-assertion-rule-property-builderclj

(build-cfn-safety-rule-assertion-rule-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
assertedControlsjava.util.Listcdk.support/lookup-entry:asserted-controls
waitPeriodMsjava.lang.Numbercdk.support/lookup-entry:wait-period-ms
The build-cfn-safety-rule-assertion-rule-property-builder function updates a CfnSafetyRule$AssertionRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnSafetyRule$AssertionRuleProperty$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 |
|---|---|---|---|
| `assertedControls` | java.util.List | [[cdk.support/lookup-entry]] | `:asserted-controls` |
| `waitPeriodMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-period-ms` |
sourceraw docstring

build-cfn-safety-rule-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
assertionRulesoftware.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$AssertionRulePropertycdk.support/lookup-entry:assertion-rule
controlPanelArnjava.lang.Stringcdk.support/lookup-entry:control-panel-arn
gatingRulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:gating-rule
namejava.lang.Stringcdk.support/lookup-entry:name
ruleConfigsoftware.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$RuleConfigPropertycdk.support/lookup-entry:rule-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-safety-rule-builder function updates a CfnSafetyRule$Builder instance using the provided configuration.
  The function takes the CfnSafetyRule$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 |
|---|---|---|---|
| `assertionRule` | software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$AssertionRuleProperty | [[cdk.support/lookup-entry]] | `:assertion-rule` |
| `controlPanelArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:control-panel-arn` |
| `gatingRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:gating-rule` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `ruleConfig` | software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$RuleConfigProperty | [[cdk.support/lookup-entry]] | `:rule-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-safety-rule-gating-rule-property-builderclj

(build-cfn-safety-rule-gating-rule-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
gatingControlsjava.util.Listcdk.support/lookup-entry:gating-controls
targetControlsjava.util.Listcdk.support/lookup-entry:target-controls
waitPeriodMsjava.lang.Numbercdk.support/lookup-entry:wait-period-ms
The build-cfn-safety-rule-gating-rule-property-builder function updates a CfnSafetyRule$GatingRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnSafetyRule$GatingRuleProperty$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 |
|---|---|---|---|
| `gatingControls` | java.util.List | [[cdk.support/lookup-entry]] | `:gating-controls` |
| `targetControls` | java.util.List | [[cdk.support/lookup-entry]] | `:target-controls` |
| `waitPeriodMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-period-ms` |
sourceraw docstring

build-cfn-safety-rule-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
assertionRulesoftware.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$AssertionRulePropertycdk.support/lookup-entry:assertion-rule
controlPanelArnjava.lang.Stringcdk.support/lookup-entry:control-panel-arn
gatingRulesoftware.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$GatingRulePropertycdk.support/lookup-entry:gating-rule
namejava.lang.Stringcdk.support/lookup-entry:name
ruleConfigsoftware.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$RuleConfigPropertycdk.support/lookup-entry:rule-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-safety-rule-props-builder function updates a CfnSafetyRuleProps$Builder instance using the provided configuration.
  The function takes the CfnSafetyRuleProps$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 |
|---|---|---|---|
| `assertionRule` | software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$AssertionRuleProperty | [[cdk.support/lookup-entry]] | `:assertion-rule` |
| `controlPanelArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:control-panel-arn` |
| `gatingRule` | software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$GatingRuleProperty | [[cdk.support/lookup-entry]] | `:gating-rule` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `ruleConfig` | software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule$RuleConfigProperty | [[cdk.support/lookup-entry]] | `:rule-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-safety-rule-rule-config-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
invertedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inverted
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-safety-rule-rule-config-property-builder function updates a CfnSafetyRule$RuleConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnSafetyRule$RuleConfigProperty$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 |
|---|---|---|---|
| `inverted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inverted` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

cfn-cluster-builderclj

(cfn-cluster-builder scope id config)

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

cfn-cluster-cluster-endpoint-property-builderclj

(cfn-cluster-cluster-endpoint-property-builder id config)

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

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

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

cfn-cluster-props-builderclj

(cfn-cluster-props-builder id config)

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

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

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

cfn-control-panel-builderclj

(cfn-control-panel-builder scope id config)

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

cfn-control-panel-props-builderclj

(cfn-control-panel-props-builder id config)

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

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

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

cfn-routing-control-builderclj

(cfn-routing-control-builder scope id config)

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

cfn-routing-control-props-builderclj

(cfn-routing-control-props-builder id config)

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

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

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

cfn-safety-rule-assertion-rule-property-builderclj

(cfn-safety-rule-assertion-rule-property-builder id config)

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

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

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

cfn-safety-rule-builderclj

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

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

cfn-safety-rule-gating-rule-property-builderclj

(cfn-safety-rule-gating-rule-property-builder id config)

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

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

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

cfn-safety-rule-props-builderclj

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

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

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

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

cfn-safety-rule-rule-config-property-builderclj

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

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

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

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

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

× close