Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.resiliencehub package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.resiliencehub package.
(build-cfn-app-builder builder id config)The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| appAssessmentSchedule | java.lang.String | cdk.support/lookup-entry | :app-assessment-schedule | 
| appTemplateBody | java.lang.String | cdk.support/lookup-entry | :app-template-body | 
| description | java.lang.String | cdk.support/lookup-entry | :description | 
| eventSubscriptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-subscriptions | 
| name | java.lang.String | cdk.support/lookup-entry | :name | 
| permissionModel | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :permission-model | 
| resiliencyPolicyArn | java.lang.String | cdk.support/lookup-entry | :resiliency-policy-arn | 
| resourceMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :resource-mappings | 
| tags | java.util.Map | cdk.support/lookup-entry | :tags | 
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `appAssessmentSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-assessment-schedule` | | `appTemplateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-template-body` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventSubscriptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-subscriptions` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `permissionModel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:permission-model` | | `resiliencyPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resiliency-policy-arn` | | `resourceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-mappings` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-app-event-subscription-property-builder builder id config)The build-cfn-app-event-subscription-property-builder function updates a CfnApp$EventSubscriptionProperty$Builder instance using the provided configuration. The function takes the CfnApp$EventSubscriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| eventType | java.lang.String | cdk.support/lookup-entry | :event-type | 
| name | java.lang.String | cdk.support/lookup-entry | :name | 
| snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn | 
The build-cfn-app-event-subscription-property-builder function updates a CfnApp$EventSubscriptionProperty$Builder instance using the provided configuration. The function takes the CfnApp$EventSubscriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `eventType` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
(build-cfn-app-permission-model-property-builder builder id config)The build-cfn-app-permission-model-property-builder function updates a CfnApp$PermissionModelProperty$Builder instance using the provided configuration. The function takes the CfnApp$PermissionModelProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| crossAccountRoleArns | java.util.List | cdk.support/lookup-entry | :cross-account-role-arns | 
| invokerRoleName | java.lang.String | cdk.support/lookup-entry | :invoker-role-name | 
| type | java.lang.String | cdk.support/lookup-entry | :type | 
The build-cfn-app-permission-model-property-builder function updates a CfnApp$PermissionModelProperty$Builder instance using the provided configuration. The function takes the CfnApp$PermissionModelProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `crossAccountRoleArns` | java.util.List | [[cdk.support/lookup-entry]] | `:cross-account-role-arns` | | `invokerRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:invoker-role-name` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-app-physical-resource-id-property-builder builder id config)The build-cfn-app-physical-resource-id-property-builder function updates a CfnApp$PhysicalResourceIdProperty$Builder instance using the provided configuration. The function takes the CfnApp$PhysicalResourceIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| awsAccountId | java.lang.String | cdk.support/lookup-entry | :aws-account-id | 
| awsRegion | java.lang.String | cdk.support/lookup-entry | :aws-region | 
| identifier | java.lang.String | cdk.support/lookup-entry | :identifier | 
| type | java.lang.String | cdk.support/lookup-entry | :type | 
The build-cfn-app-physical-resource-id-property-builder function updates a CfnApp$PhysicalResourceIdProperty$Builder instance using the provided configuration. The function takes the CfnApp$PhysicalResourceIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` | | `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-app-props-builder builder id config)The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| appAssessmentSchedule | java.lang.String | cdk.support/lookup-entry | :app-assessment-schedule | 
| appTemplateBody | java.lang.String | cdk.support/lookup-entry | :app-template-body | 
| description | java.lang.String | cdk.support/lookup-entry | :description | 
| eventSubscriptions | java.util.List | cdk.support/lookup-entry | :event-subscriptions | 
| name | java.lang.String | cdk.support/lookup-entry | :name | 
| permissionModel | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :permission-model | 
| resiliencyPolicyArn | java.lang.String | cdk.support/lookup-entry | :resiliency-policy-arn | 
| resourceMappings | java.util.List | cdk.support/lookup-entry | :resource-mappings | 
| tags | java.util.Map | cdk.support/lookup-entry | :tags | 
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `appAssessmentSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-assessment-schedule` | | `appTemplateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-template-body` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventSubscriptions` | java.util.List | [[cdk.support/lookup-entry]] | `:event-subscriptions` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `permissionModel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:permission-model` | | `resiliencyPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resiliency-policy-arn` | | `resourceMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-mappings` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-app-resource-mapping-property-builder builder id config)The build-cfn-app-resource-mapping-property-builder function updates a CfnApp$ResourceMappingProperty$Builder instance using the provided configuration. The function takes the CfnApp$ResourceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| eksSourceName | java.lang.String | cdk.support/lookup-entry | :eks-source-name | 
| logicalStackName | java.lang.String | cdk.support/lookup-entry | :logical-stack-name | 
| mappingType | java.lang.String | cdk.support/lookup-entry | :mapping-type | 
| physicalResourceId | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :physical-resource-id | 
| resourceName | java.lang.String | cdk.support/lookup-entry | :resource-name | 
| terraformSourceName | java.lang.String | cdk.support/lookup-entry | :terraform-source-name | 
The build-cfn-app-resource-mapping-property-builder function updates a CfnApp$ResourceMappingProperty$Builder instance using the provided configuration. The function takes the CfnApp$ResourceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `eksSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:eks-source-name` | | `logicalStackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:logical-stack-name` | | `mappingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:mapping-type` | | `physicalResourceId` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:physical-resource-id` | | `resourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-name` | | `terraformSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:terraform-source-name` |
(build-cfn-resiliency-policy-builder builder id config)The build-cfn-resiliency-policy-builder function updates a CfnResiliencyPolicy$Builder instance using the provided configuration. The function takes the CfnResiliencyPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| dataLocationConstraint | java.lang.String | cdk.support/lookup-entry | :data-location-constraint | 
| policy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :policy | 
| policyDescription | java.lang.String | cdk.support/lookup-entry | :policy-description | 
| policyName | java.lang.String | cdk.support/lookup-entry | :policy-name | 
| tags | java.util.Map | cdk.support/lookup-entry | :tags | 
| tier | java.lang.String | cdk.support/lookup-entry | :tier | 
The build-cfn-resiliency-policy-builder function updates a CfnResiliencyPolicy$Builder instance using the provided configuration. The function takes the CfnResiliencyPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `dataLocationConstraint` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-location-constraint` | | `policy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:policy` | | `policyDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-description` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
(build-cfn-resiliency-policy-failure-policy-property-builder builder id config)The build-cfn-resiliency-policy-failure-policy-property-builder function updates a CfnResiliencyPolicy$FailurePolicyProperty$Builder instance using the provided configuration. The function takes the CfnResiliencyPolicy$FailurePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| rpoInSecs | java.lang.Number | cdk.support/lookup-entry | :rpo-in-secs | 
| rtoInSecs | java.lang.Number | cdk.support/lookup-entry | :rto-in-secs | 
The build-cfn-resiliency-policy-failure-policy-property-builder function updates a CfnResiliencyPolicy$FailurePolicyProperty$Builder instance using the provided configuration. The function takes the CfnResiliencyPolicy$FailurePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `rpoInSecs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rpo-in-secs` | | `rtoInSecs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rto-in-secs` |
(build-cfn-resiliency-policy-props-builder builder id config)The build-cfn-resiliency-policy-props-builder function updates a CfnResiliencyPolicyProps$Builder instance using the provided configuration. The function takes the CfnResiliencyPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | 
|---|---|---|---|
| dataLocationConstraint | java.lang.String | cdk.support/lookup-entry | :data-location-constraint | 
| policy | java.util.Map | cdk.support/lookup-entry | :policy | 
| policyDescription | java.lang.String | cdk.support/lookup-entry | :policy-description | 
| policyName | java.lang.String | cdk.support/lookup-entry | :policy-name | 
| tags | java.util.Map | cdk.support/lookup-entry | :tags | 
| tier | java.lang.String | cdk.support/lookup-entry | :tier | 
The build-cfn-resiliency-policy-props-builder function updates a CfnResiliencyPolicyProps$Builder instance using the provided configuration. The function takes the CfnResiliencyPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `dataLocationConstraint` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-location-constraint` | | `policy` | java.util.Map | [[cdk.support/lookup-entry]] | `:policy` | | `policyDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-description` | | `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
(cfn-app-builder scope id config)Creates a  CfnApp$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 `CfnApp$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-app-event-subscription-property-builder id config)Creates a  CfnApp$EventSubscriptionProperty$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 `CfnApp$EventSubscriptionProperty$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-app-permission-model-property-builder id config)Creates a  CfnApp$PermissionModelProperty$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 `CfnApp$PermissionModelProperty$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-app-physical-resource-id-property-builder id config)Creates a  CfnApp$PhysicalResourceIdProperty$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 `CfnApp$PhysicalResourceIdProperty$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-app-props-builder id config)Creates a  CfnAppProps$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 `CfnAppProps$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-app-resource-mapping-property-builder id config)Creates a  CfnApp$ResourceMappingProperty$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 `CfnApp$ResourceMappingProperty$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-resiliency-policy-builder scope id config)Creates a  CfnResiliencyPolicy$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 `CfnResiliencyPolicy$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-resiliency-policy-failure-policy-property-builder id config)Creates a  CfnResiliencyPolicy$FailurePolicyProperty$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 `CfnResiliencyPolicy$FailurePolicyProperty$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-resiliency-policy-props-builder id config)Creates a  CfnResiliencyPolicyProps$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 `CfnResiliencyPolicyProps$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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |