Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.budgets

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

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

build-cfn-budget-auto-adjust-data-property-builderclj

(build-cfn-budget-auto-adjust-data-property-builder builder id config)

The build-cfn-budget-auto-adjust-data-property-builder function updates a CfnBudget$AutoAdjustDataProperty$Builder instance using the provided configuration. The function takes the CfnBudget$AutoAdjustDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
autoAdjustTypejava.lang.Stringcdk.support/lookup-entry:auto-adjust-type
historicalOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:historical-options
The build-cfn-budget-auto-adjust-data-property-builder function updates a CfnBudget$AutoAdjustDataProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$AutoAdjustDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoAdjustType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-adjust-type` |
| `historicalOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:historical-options` |
sourceraw docstring

build-cfn-budget-budget-data-property-builderclj

(build-cfn-budget-budget-data-property-builder builder id config)

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

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
autoAdjustDatasoftware.amazon.awscdk.services.budgets.CfnBudget$AutoAdjustDataPropertycdk.support/lookup-entry:auto-adjust-data
budgetLimitsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:budget-limit
budgetNamejava.lang.Stringcdk.support/lookup-entry:budget-name
budgetTypejava.lang.Stringcdk.support/lookup-entry:budget-type
costFiltersjava.lang.Objectcdk.support/lookup-entry:cost-filters
costTypessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cost-types
plannedBudgetLimitsjava.lang.Objectcdk.support/lookup-entry:planned-budget-limits
timePeriodsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:time-period
timeUnitjava.lang.Stringcdk.support/lookup-entry:time-unit
The build-cfn-budget-budget-data-property-builder function updates a CfnBudget$BudgetDataProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$BudgetDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoAdjustData` | software.amazon.awscdk.services.budgets.CfnBudget$AutoAdjustDataProperty | [[cdk.support/lookup-entry]] | `:auto-adjust-data` |
| `budgetLimit` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:budget-limit` |
| `budgetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:budget-name` |
| `budgetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:budget-type` |
| `costFilters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:cost-filters` |
| `costTypes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cost-types` |
| `plannedBudgetLimits` | java.lang.Object | [[cdk.support/lookup-entry]] | `:planned-budget-limits` |
| `timePeriod` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:time-period` |
| `timeUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-unit` |
sourceraw docstring

build-cfn-budget-builderclj

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

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

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
budgetsoftware.amazon.awscdk.services.budgets.CfnBudget$BudgetDataPropertycdk.support/lookup-entry:budget
notificationsWithSubscribersjava.util.Listcdk.support/lookup-entry:notifications-with-subscribers
resourceTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-tags
The build-cfn-budget-builder function updates a CfnBudget$Builder instance using the provided configuration.
  The function takes the CfnBudget$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `budget` | software.amazon.awscdk.services.budgets.CfnBudget$BudgetDataProperty | [[cdk.support/lookup-entry]] | `:budget` |
| `notificationsWithSubscribers` | java.util.List | [[cdk.support/lookup-entry]] | `:notifications-with-subscribers` |
| `resourceTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-tags` |
sourceraw docstring

build-cfn-budget-cost-types-property-builderclj

(build-cfn-budget-cost-types-property-builder builder id config)

The build-cfn-budget-cost-types-property-builder function updates a CfnBudget$CostTypesProperty$Builder instance using the provided configuration. The function takes the CfnBudget$CostTypesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
includeCreditjava.lang.Booleancdk.support/lookup-entry:include-credit
includeDiscountjava.lang.Booleancdk.support/lookup-entry:include-discount
includeOtherSubscriptionjava.lang.Booleancdk.support/lookup-entry:include-other-subscription
includeRecurringsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-recurring
includeRefundsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-refund
includeSubscriptionjava.lang.Booleancdk.support/lookup-entry:include-subscription
includeSupportsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-support
includeTaxsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-tax
includeUpfrontsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-upfront
useAmortizedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-amortized
useBlendedjava.lang.Booleancdk.support/lookup-entry:use-blended
The build-cfn-budget-cost-types-property-builder function updates a CfnBudget$CostTypesProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$CostTypesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `includeCredit` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-credit` |
| `includeDiscount` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-discount` |
| `includeOtherSubscription` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-other-subscription` |
| `includeRecurring` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-recurring` |
| `includeRefund` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-refund` |
| `includeSubscription` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-subscription` |
| `includeSupport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-support` |
| `includeTax` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-tax` |
| `includeUpfront` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-upfront` |
| `useAmortized` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-amortized` |
| `useBlended` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-blended` |
sourceraw docstring

build-cfn-budget-historical-options-property-builderclj

(build-cfn-budget-historical-options-property-builder builder id config)

The build-cfn-budget-historical-options-property-builder function updates a CfnBudget$HistoricalOptionsProperty$Builder instance using the provided configuration. The function takes the CfnBudget$HistoricalOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
budgetAdjustmentPeriodjava.lang.Numbercdk.support/lookup-entry:budget-adjustment-period
The build-cfn-budget-historical-options-property-builder function updates a CfnBudget$HistoricalOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$HistoricalOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `budgetAdjustmentPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:budget-adjustment-period` |
sourceraw docstring

build-cfn-budget-notification-property-builderclj

(build-cfn-budget-notification-property-builder builder id config)

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

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
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
notificationTypejava.lang.Stringcdk.support/lookup-entry:notification-type
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
thresholdTypejava.lang.Stringcdk.support/lookup-entry:threshold-type
The build-cfn-budget-notification-property-builder function updates a CfnBudget$NotificationProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$NotificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `notificationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-type` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `thresholdType` | java.lang.String | [[cdk.support/lookup-entry]] | `:threshold-type` |
sourceraw docstring

build-cfn-budget-notification-with-subscribers-property-builderclj

(build-cfn-budget-notification-with-subscribers-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-budget-notification-with-subscribers-property-builder function updates a CfnBudget$NotificationWithSubscribersProperty$Builder instance using the provided configuration. The function takes the CfnBudget$NotificationWithSubscribersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
notificationsoftware.amazon.awscdk.services.budgets.CfnBudget$NotificationPropertycdk.support/lookup-entry:notification
subscribersjava.util.Listcdk.support/lookup-entry:subscribers
The build-cfn-budget-notification-with-subscribers-property-builder function updates a CfnBudget$NotificationWithSubscribersProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$NotificationWithSubscribersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `notification` | software.amazon.awscdk.services.budgets.CfnBudget$NotificationProperty | [[cdk.support/lookup-entry]] | `:notification` |
| `subscribers` | java.util.List | [[cdk.support/lookup-entry]] | `:subscribers` |
sourceraw docstring

build-cfn-budget-props-builderclj

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

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

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
budgetsoftware.amazon.awscdk.services.budgets.CfnBudget$BudgetDataPropertycdk.support/lookup-entry:budget
notificationsWithSubscriberssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notifications-with-subscribers
resourceTagsjava.util.Listcdk.support/lookup-entry:resource-tags
The build-cfn-budget-props-builder function updates a CfnBudgetProps$Builder instance using the provided configuration.
  The function takes the CfnBudgetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `budget` | software.amazon.awscdk.services.budgets.CfnBudget$BudgetDataProperty | [[cdk.support/lookup-entry]] | `:budget` |
| `notificationsWithSubscribers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notifications-with-subscribers` |
| `resourceTags` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-tags` |
sourceraw docstring

build-cfn-budget-resource-tag-property-builderclj

(build-cfn-budget-resource-tag-property-builder builder id config)

The build-cfn-budget-resource-tag-property-builder function updates a CfnBudget$ResourceTagProperty$Builder instance using the provided configuration. The function takes the CfnBudget$ResourceTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-budget-resource-tag-property-builder function updates a CfnBudget$ResourceTagProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$ResourceTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-budget-spend-property-builderclj

(build-cfn-budget-spend-property-builder builder id config)

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

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
amountjava.lang.Numbercdk.support/lookup-entry:amount
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-budget-spend-property-builder function updates a CfnBudget$SpendProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$SpendProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `amount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amount` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-budget-subscriber-property-builderclj

(build-cfn-budget-subscriber-property-builder builder id config)

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

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
addressjava.lang.Stringcdk.support/lookup-entry:address
subscriptionTypejava.lang.Stringcdk.support/lookup-entry:subscription-type
The build-cfn-budget-subscriber-property-builder function updates a CfnBudget$SubscriberProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$SubscriberProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `subscriptionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-type` |
sourceraw docstring

build-cfn-budget-time-period-property-builderclj

(build-cfn-budget-time-period-property-builder builder id config)

The build-cfn-budget-time-period-property-builder function updates a CfnBudget$TimePeriodProperty$Builder instance using the provided configuration. The function takes the CfnBudget$TimePeriodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
endjava.lang.Stringcdk.support/lookup-entry:end
startjava.lang.Stringcdk.support/lookup-entry:start
The build-cfn-budget-time-period-property-builder function updates a CfnBudget$TimePeriodProperty$Builder instance using the provided configuration.
  The function takes the CfnBudget$TimePeriodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
sourceraw docstring

build-cfn-budgets-action-action-threshold-property-builderclj

(build-cfn-budgets-action-action-threshold-property-builder builder id config)

The build-cfn-budgets-action-action-threshold-property-builder function updates a CfnBudgetsAction$ActionThresholdProperty$Builder instance using the provided configuration. The function takes the CfnBudgetsAction$ActionThresholdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-budgets-action-action-threshold-property-builder function updates a CfnBudgetsAction$ActionThresholdProperty$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$ActionThresholdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-budgets-action-builderclj

(build-cfn-budgets-action-builder builder id config)

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

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
actionThresholdsoftware.amazon.awscdk.services.budgets.CfnBudgetsAction$ActionThresholdPropertycdk.support/lookup-entry:action-threshold
actionTypejava.lang.Stringcdk.support/lookup-entry:action-type
approvalModeljava.lang.Stringcdk.support/lookup-entry:approval-model
budgetNamejava.lang.Stringcdk.support/lookup-entry:budget-name
definitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:definition
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
notificationTypejava.lang.Stringcdk.support/lookup-entry:notification-type
resourceTagsjava.util.Listcdk.support/lookup-entry:resource-tags
subscriberssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subscribers
The build-cfn-budgets-action-builder function updates a CfnBudgetsAction$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `actionThreshold` | software.amazon.awscdk.services.budgets.CfnBudgetsAction$ActionThresholdProperty | [[cdk.support/lookup-entry]] | `:action-threshold` |
| `actionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-type` |
| `approvalModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:approval-model` |
| `budgetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:budget-name` |
| `definition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `notificationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-type` |
| `resourceTags` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-tags` |
| `subscribers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subscribers` |
sourceraw docstring

build-cfn-budgets-action-definition-property-builderclj

(build-cfn-budgets-action-definition-property-builder builder id config)

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

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
iamActionDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iam-action-definition
scpActionDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scp-action-definition
ssmActionDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ssm-action-definition
The build-cfn-budgets-action-definition-property-builder function updates a CfnBudgetsAction$DefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$DefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `iamActionDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iam-action-definition` |
| `scpActionDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scp-action-definition` |
| `ssmActionDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ssm-action-definition` |
sourceraw docstring

build-cfn-budgets-action-iam-action-definition-property-builderclj

(build-cfn-budgets-action-iam-action-definition-property-builder builder
                                                                 id
                                                                 config)

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

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
groupsjava.util.Listcdk.support/lookup-entry:groups
policyArnjava.lang.Stringcdk.support/lookup-entry:policy-arn
rolesjava.util.Listcdk.support/lookup-entry:roles
usersjava.util.Listcdk.support/lookup-entry:users
The build-cfn-budgets-action-iam-action-definition-property-builder function updates a CfnBudgetsAction$IamActionDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$IamActionDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `groups` | java.util.List | [[cdk.support/lookup-entry]] | `:groups` |
| `policyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-arn` |
| `roles` | java.util.List | [[cdk.support/lookup-entry]] | `:roles` |
| `users` | java.util.List | [[cdk.support/lookup-entry]] | `:users` |
sourceraw docstring

build-cfn-budgets-action-props-builderclj

(build-cfn-budgets-action-props-builder builder id config)

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

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
actionThresholdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action-threshold
actionTypejava.lang.Stringcdk.support/lookup-entry:action-type
approvalModeljava.lang.Stringcdk.support/lookup-entry:approval-model
budgetNamejava.lang.Stringcdk.support/lookup-entry:budget-name
definitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:definition
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
notificationTypejava.lang.Stringcdk.support/lookup-entry:notification-type
resourceTagsjava.util.Listcdk.support/lookup-entry:resource-tags
subscribersjava.util.Listcdk.support/lookup-entry:subscribers
The build-cfn-budgets-action-props-builder function updates a CfnBudgetsActionProps$Builder instance using the provided configuration.
  The function takes the CfnBudgetsActionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `actionThreshold` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:action-threshold` |
| `actionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-type` |
| `approvalModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:approval-model` |
| `budgetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:budget-name` |
| `definition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `notificationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-type` |
| `resourceTags` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-tags` |
| `subscribers` | java.util.List | [[cdk.support/lookup-entry]] | `:subscribers` |
sourceraw docstring

build-cfn-budgets-action-resource-tag-property-builderclj

(build-cfn-budgets-action-resource-tag-property-builder builder id config)

The build-cfn-budgets-action-resource-tag-property-builder function updates a CfnBudgetsAction$ResourceTagProperty$Builder instance using the provided configuration. The function takes the CfnBudgetsAction$ResourceTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-budgets-action-resource-tag-property-builder function updates a CfnBudgetsAction$ResourceTagProperty$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$ResourceTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-budgets-action-scp-action-definition-property-builderclj

(build-cfn-budgets-action-scp-action-definition-property-builder builder
                                                                 id
                                                                 config)

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

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
policyIdjava.lang.Stringcdk.support/lookup-entry:policy-id
targetIdsjava.util.Listcdk.support/lookup-entry:target-ids
The build-cfn-budgets-action-scp-action-definition-property-builder function updates a CfnBudgetsAction$ScpActionDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$ScpActionDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `policyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-id` |
| `targetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:target-ids` |
sourceraw docstring

build-cfn-budgets-action-ssm-action-definition-property-builderclj

(build-cfn-budgets-action-ssm-action-definition-property-builder builder
                                                                 id
                                                                 config)

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

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
instanceIdsjava.util.Listcdk.support/lookup-entry:instance-ids
regionjava.lang.Stringcdk.support/lookup-entry:region
subtypejava.lang.Stringcdk.support/lookup-entry:subtype
The build-cfn-budgets-action-ssm-action-definition-property-builder function updates a CfnBudgetsAction$SsmActionDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$SsmActionDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `instanceIds` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-ids` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `subtype` | java.lang.String | [[cdk.support/lookup-entry]] | `:subtype` |
sourceraw docstring

build-cfn-budgets-action-subscriber-property-builderclj

(build-cfn-budgets-action-subscriber-property-builder builder id config)

The build-cfn-budgets-action-subscriber-property-builder function updates a CfnBudgetsAction$SubscriberProperty$Builder instance using the provided configuration. The function takes the CfnBudgetsAction$SubscriberProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addressjava.lang.Stringcdk.support/lookup-entry:address
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-budgets-action-subscriber-property-builder function updates a CfnBudgetsAction$SubscriberProperty$Builder instance using the provided configuration.
  The function takes the CfnBudgetsAction$SubscriberProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

cfn-budget-auto-adjust-data-property-builderclj

(cfn-budget-auto-adjust-data-property-builder id config)

Creates a CfnBudget$AutoAdjustDataProperty$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  `CfnBudget$AutoAdjustDataProperty$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-budget-budget-data-property-builderclj

(cfn-budget-budget-data-property-builder id config)

Creates a CfnBudget$BudgetDataProperty$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  `CfnBudget$BudgetDataProperty$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-budget-builderclj

(cfn-budget-builder scope id config)

Creates a CfnBudget$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  `CfnBudget$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-budget-cost-types-property-builderclj

(cfn-budget-cost-types-property-builder id config)

Creates a CfnBudget$CostTypesProperty$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  `CfnBudget$CostTypesProperty$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-budget-historical-options-property-builderclj

(cfn-budget-historical-options-property-builder id config)

Creates a CfnBudget$HistoricalOptionsProperty$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  `CfnBudget$HistoricalOptionsProperty$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-budget-notification-property-builderclj

(cfn-budget-notification-property-builder id config)

Creates a CfnBudget$NotificationProperty$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  `CfnBudget$NotificationProperty$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-budget-notification-with-subscribers-property-builderclj

(cfn-budget-notification-with-subscribers-property-builder id config)

Creates a CfnBudget$NotificationWithSubscribersProperty$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  `CfnBudget$NotificationWithSubscribersProperty$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-budget-props-builderclj

(cfn-budget-props-builder id config)

Creates a CfnBudgetProps$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  `CfnBudgetProps$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-budget-resource-tag-property-builderclj

(cfn-budget-resource-tag-property-builder id config)

Creates a CfnBudget$ResourceTagProperty$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  `CfnBudget$ResourceTagProperty$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-budget-spend-property-builderclj

(cfn-budget-spend-property-builder id config)

Creates a CfnBudget$SpendProperty$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  `CfnBudget$SpendProperty$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-budget-subscriber-property-builderclj

(cfn-budget-subscriber-property-builder id config)

Creates a CfnBudget$SubscriberProperty$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  `CfnBudget$SubscriberProperty$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-budget-time-period-property-builderclj

(cfn-budget-time-period-property-builder id config)

Creates a CfnBudget$TimePeriodProperty$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  `CfnBudget$TimePeriodProperty$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-budgets-action-action-threshold-property-builderclj

(cfn-budgets-action-action-threshold-property-builder id config)

Creates a CfnBudgetsAction$ActionThresholdProperty$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  `CfnBudgetsAction$ActionThresholdProperty$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-budgets-action-builderclj

(cfn-budgets-action-builder scope id config)

Creates a CfnBudgetsAction$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  `CfnBudgetsAction$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-budgets-action-definition-property-builderclj

(cfn-budgets-action-definition-property-builder id config)

Creates a CfnBudgetsAction$DefinitionProperty$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  `CfnBudgetsAction$DefinitionProperty$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-budgets-action-iam-action-definition-property-builderclj

(cfn-budgets-action-iam-action-definition-property-builder id config)

Creates a CfnBudgetsAction$IamActionDefinitionProperty$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  `CfnBudgetsAction$IamActionDefinitionProperty$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-budgets-action-props-builderclj

(cfn-budgets-action-props-builder id config)

Creates a CfnBudgetsActionProps$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  `CfnBudgetsActionProps$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-budgets-action-resource-tag-property-builderclj

(cfn-budgets-action-resource-tag-property-builder id config)

Creates a CfnBudgetsAction$ResourceTagProperty$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  `CfnBudgetsAction$ResourceTagProperty$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-budgets-action-scp-action-definition-property-builderclj

(cfn-budgets-action-scp-action-definition-property-builder id config)

Creates a CfnBudgetsAction$ScpActionDefinitionProperty$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  `CfnBudgetsAction$ScpActionDefinitionProperty$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-budgets-action-ssm-action-definition-property-builderclj

(cfn-budgets-action-ssm-action-definition-property-builder id config)

Creates a CfnBudgetsAction$SsmActionDefinitionProperty$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  `CfnBudgetsAction$SsmActionDefinitionProperty$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-budgets-action-subscriber-property-builderclj

(cfn-budgets-action-subscriber-property-builder id config)

Creates a CfnBudgetsAction$SubscriberProperty$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  `CfnBudgetsAction$SubscriberProperty$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