Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.route53recoveryreadiness package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.route53recoveryreadiness package.
(build-cfn-cell-builder builder id config)
The build-cfn-cell-builder function updates a CfnCell$Builder instance using the provided configuration. The function takes the CfnCell$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 |
---|---|---|---|
cellName | java.lang.String | cdk.support/lookup-entry | :cell-name |
cells | java.util.List | cdk.support/lookup-entry | :cells |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cell-builder function updates a CfnCell$Builder instance using the provided configuration. The function takes the CfnCell$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 | |---|---|---|---| | `cellName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cell-name` | | `cells` | java.util.List | [[cdk.support/lookup-entry]] | `:cells` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-cell-props-builder builder id config)
The build-cfn-cell-props-builder function updates a CfnCellProps$Builder instance using the provided configuration. The function takes the CfnCellProps$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 |
---|---|---|---|
cellName | java.lang.String | cdk.support/lookup-entry | :cell-name |
cells | java.util.List | cdk.support/lookup-entry | :cells |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-cell-props-builder function updates a CfnCellProps$Builder instance using the provided configuration. The function takes the CfnCellProps$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 | |---|---|---|---| | `cellName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cell-name` | | `cells` | java.util.List | [[cdk.support/lookup-entry]] | `:cells` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-readiness-check-builder builder id config)
The build-cfn-readiness-check-builder function updates a CfnReadinessCheck$Builder instance using the provided configuration. The function takes the CfnReadinessCheck$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 |
---|---|---|---|
readinessCheckName | java.lang.String | cdk.support/lookup-entry | :readiness-check-name |
resourceSetName | java.lang.String | cdk.support/lookup-entry | :resource-set-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-readiness-check-builder function updates a CfnReadinessCheck$Builder instance using the provided configuration. The function takes the CfnReadinessCheck$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 | |---|---|---|---| | `readinessCheckName` | java.lang.String | [[cdk.support/lookup-entry]] | `:readiness-check-name` | | `resourceSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-set-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-readiness-check-props-builder builder id config)
The build-cfn-readiness-check-props-builder function updates a CfnReadinessCheckProps$Builder instance using the provided configuration. The function takes the CfnReadinessCheckProps$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 |
---|---|---|---|
readinessCheckName | java.lang.String | cdk.support/lookup-entry | :readiness-check-name |
resourceSetName | java.lang.String | cdk.support/lookup-entry | :resource-set-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-readiness-check-props-builder function updates a CfnReadinessCheckProps$Builder instance using the provided configuration. The function takes the CfnReadinessCheckProps$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 | |---|---|---|---| | `readinessCheckName` | java.lang.String | [[cdk.support/lookup-entry]] | `:readiness-check-name` | | `resourceSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-set-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-recovery-group-builder builder id config)
The build-cfn-recovery-group-builder function updates a CfnRecoveryGroup$Builder instance using the provided configuration. The function takes the CfnRecoveryGroup$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 |
---|---|---|---|
cells | java.util.List | cdk.support/lookup-entry | :cells |
recoveryGroupName | java.lang.String | cdk.support/lookup-entry | :recovery-group-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-recovery-group-builder function updates a CfnRecoveryGroup$Builder instance using the provided configuration. The function takes the CfnRecoveryGroup$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 | |---|---|---|---| | `cells` | java.util.List | [[cdk.support/lookup-entry]] | `:cells` | | `recoveryGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:recovery-group-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-recovery-group-props-builder builder id config)
The build-cfn-recovery-group-props-builder function updates a CfnRecoveryGroupProps$Builder instance using the provided configuration. The function takes the CfnRecoveryGroupProps$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 |
---|---|---|---|
cells | java.util.List | cdk.support/lookup-entry | :cells |
recoveryGroupName | java.lang.String | cdk.support/lookup-entry | :recovery-group-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-recovery-group-props-builder function updates a CfnRecoveryGroupProps$Builder instance using the provided configuration. The function takes the CfnRecoveryGroupProps$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 | |---|---|---|---| | `cells` | java.util.List | [[cdk.support/lookup-entry]] | `:cells` | | `recoveryGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:recovery-group-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-resource-set-builder builder id config)
The build-cfn-resource-set-builder function updates a CfnResourceSet$Builder instance using the provided configuration. The function takes the CfnResourceSet$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 |
---|---|---|---|
resourceSetName | java.lang.String | cdk.support/lookup-entry | :resource-set-name |
resourceSetType | java.lang.String | cdk.support/lookup-entry | :resource-set-type |
resources | java.util.List | cdk.support/lookup-entry | :resources |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-resource-set-builder function updates a CfnResourceSet$Builder instance using the provided configuration. The function takes the CfnResourceSet$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 | |---|---|---|---| | `resourceSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-set-name` | | `resourceSetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-set-type` | | `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-resource-set-dns-target-resource-property-builder builder id config)
The build-cfn-resource-set-dns-target-resource-property-builder function updates a CfnResourceSet$DNSTargetResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$DNSTargetResourceProperty$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 |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
hostedZoneArn | java.lang.String | cdk.support/lookup-entry | :hosted-zone-arn |
recordSetId | java.lang.String | cdk.support/lookup-entry | :record-set-id |
recordType | java.lang.String | cdk.support/lookup-entry | :record-type |
targetResource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-resource |
The build-cfn-resource-set-dns-target-resource-property-builder function updates a CfnResourceSet$DNSTargetResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$DNSTargetResourceProperty$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 | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `hostedZoneArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-arn` | | `recordSetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-set-id` | | `recordType` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-type` | | `targetResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-resource` |
(build-cfn-resource-set-nlb-resource-property-builder builder id config)
The build-cfn-resource-set-nlb-resource-property-builder function updates a CfnResourceSet$NLBResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$NLBResourceProperty$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-resource-set-nlb-resource-property-builder function updates a CfnResourceSet$NLBResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$NLBResourceProperty$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-resource-set-props-builder builder id config)
The build-cfn-resource-set-props-builder function updates a CfnResourceSetProps$Builder instance using the provided configuration. The function takes the CfnResourceSetProps$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 |
---|---|---|---|
resourceSetName | java.lang.String | cdk.support/lookup-entry | :resource-set-name |
resourceSetType | java.lang.String | cdk.support/lookup-entry | :resource-set-type |
resources | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :resources |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-resource-set-props-builder function updates a CfnResourceSetProps$Builder instance using the provided configuration. The function takes the CfnResourceSetProps$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 | |---|---|---|---| | `resourceSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-set-name` | | `resourceSetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-set-type` | | `resources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resources` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-resource-set-r53-resource-record-property-builder builder id config)
The build-cfn-resource-set-r53-resource-record-property-builder function updates a CfnResourceSet$R53ResourceRecordProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$R53ResourceRecordProperty$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 |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
recordSetId | java.lang.String | cdk.support/lookup-entry | :record-set-id |
The build-cfn-resource-set-r53-resource-record-property-builder function updates a CfnResourceSet$R53ResourceRecordProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$R53ResourceRecordProperty$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 | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `recordSetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-set-id` |
(build-cfn-resource-set-resource-property-builder builder id config)
The build-cfn-resource-set-resource-property-builder function updates a CfnResourceSet$ResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$ResourceProperty$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 |
---|---|---|---|
componentId | java.lang.String | cdk.support/lookup-entry | :component-id |
dnsTargetResource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dns-target-resource |
readinessScopes | java.util.List | cdk.support/lookup-entry | :readiness-scopes |
resourceArn | java.lang.String | cdk.support/lookup-entry | :resource-arn |
The build-cfn-resource-set-resource-property-builder function updates a CfnResourceSet$ResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$ResourceProperty$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 | |---|---|---|---| | `componentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-id` | | `dnsTargetResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dns-target-resource` | | `readinessScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:readiness-scopes` | | `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
(build-cfn-resource-set-target-resource-property-builder builder id config)
The build-cfn-resource-set-target-resource-property-builder function updates a CfnResourceSet$TargetResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$TargetResourceProperty$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 |
---|---|---|---|
nlbResource | software.amazon.awscdk.services.route53recoveryreadiness.CfnResourceSet$NLBResourceProperty | cdk.support/lookup-entry | :nlb-resource |
r53Resource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :r53-resource |
The build-cfn-resource-set-target-resource-property-builder function updates a CfnResourceSet$TargetResourceProperty$Builder instance using the provided configuration. The function takes the CfnResourceSet$TargetResourceProperty$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 | |---|---|---|---| | `nlbResource` | software.amazon.awscdk.services.route53recoveryreadiness.CfnResourceSet$NLBResourceProperty | [[cdk.support/lookup-entry]] | `:nlb-resource` | | `r53Resource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:r53-resource` |
(cfn-cell-builder scope id config)
Creates a CfnCell$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 `CfnCell$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-cell-props-builder id config)
Creates a CfnCellProps$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 `CfnCellProps$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-readiness-check-builder scope id config)
Creates a CfnReadinessCheck$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 `CfnReadinessCheck$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-readiness-check-props-builder id config)
Creates a CfnReadinessCheckProps$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 `CfnReadinessCheckProps$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-recovery-group-builder scope id config)
Creates a CfnRecoveryGroup$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 `CfnRecoveryGroup$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-recovery-group-props-builder id config)
Creates a CfnRecoveryGroupProps$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 `CfnRecoveryGroupProps$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-resource-set-builder scope id config)
Creates a CfnResourceSet$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 `CfnResourceSet$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-resource-set-dns-target-resource-property-builder id config)
Creates a CfnResourceSet$DNSTargetResourceProperty$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 `CfnResourceSet$DNSTargetResourceProperty$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-resource-set-nlb-resource-property-builder id config)
Creates a CfnResourceSet$NLBResourceProperty$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 `CfnResourceSet$NLBResourceProperty$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-resource-set-props-builder id config)
Creates a CfnResourceSetProps$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 `CfnResourceSetProps$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-resource-set-r53-resource-record-property-builder id config)
Creates a CfnResourceSet$R53ResourceRecordProperty$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 `CfnResourceSet$R53ResourceRecordProperty$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-resource-set-resource-property-builder id config)
Creates a CfnResourceSet$ResourceProperty$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 `CfnResourceSet$ResourceProperty$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-resource-set-target-resource-property-builder id config)
Creates a CfnResourceSet$TargetResourceProperty$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 `CfnResourceSet$TargetResourceProperty$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