Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.ssmcontacts

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

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

build-cfn-contact-builderclj

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

The build-cfn-contact-builder function updates a CfnContact$Builder instance using the provided configuration. The function takes the CfnContact$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
aliasjava.lang.Stringcdk.support/lookup-entry:alias
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
plansoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:plan
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-contact-builder function updates a CfnContact$Builder instance using the provided configuration.
  The function takes the CfnContact$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 |
|---|---|---|---|
| `alias` | java.lang.String | [[cdk.support/lookup-entry]] | `:alias` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `plan` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:plan` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-contact-channel-builderclj

(build-cfn-contact-channel-builder builder id config)

The build-cfn-contact-channel-builder function updates a CfnContactChannel$Builder instance using the provided configuration. The function takes the CfnContactChannel$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
channelAddressjava.lang.Stringcdk.support/lookup-entry:channel-address
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
channelTypejava.lang.Stringcdk.support/lookup-entry:channel-type
contactIdjava.lang.Stringcdk.support/lookup-entry:contact-id
deferActivationjava.lang.Booleancdk.support/lookup-entry:defer-activation
The build-cfn-contact-channel-builder function updates a CfnContactChannel$Builder instance using the provided configuration.
  The function takes the CfnContactChannel$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 |
|---|---|---|---|
| `channelAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-address` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `channelType` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-type` |
| `contactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-id` |
| `deferActivation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:defer-activation` |
sourceraw docstring

build-cfn-contact-channel-props-builderclj

(build-cfn-contact-channel-props-builder builder id config)

The build-cfn-contact-channel-props-builder function updates a CfnContactChannelProps$Builder instance using the provided configuration. The function takes the CfnContactChannelProps$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
channelAddressjava.lang.Stringcdk.support/lookup-entry:channel-address
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
channelTypejava.lang.Stringcdk.support/lookup-entry:channel-type
contactIdjava.lang.Stringcdk.support/lookup-entry:contact-id
deferActivationjava.lang.Booleancdk.support/lookup-entry:defer-activation
The build-cfn-contact-channel-props-builder function updates a CfnContactChannelProps$Builder instance using the provided configuration.
  The function takes the CfnContactChannelProps$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 |
|---|---|---|---|
| `channelAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-address` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `channelType` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-type` |
| `contactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-id` |
| `deferActivation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:defer-activation` |
sourceraw docstring

build-cfn-contact-channel-target-info-property-builderclj

(build-cfn-contact-channel-target-info-property-builder builder id config)

The build-cfn-contact-channel-target-info-property-builder function updates a CfnContact$ChannelTargetInfoProperty$Builder instance using the provided configuration. The function takes the CfnContact$ChannelTargetInfoProperty$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
channelIdjava.lang.Stringcdk.support/lookup-entry:channel-id
retryIntervalInMinutesjava.lang.Numbercdk.support/lookup-entry:retry-interval-in-minutes
The build-cfn-contact-channel-target-info-property-builder function updates a CfnContact$ChannelTargetInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnContact$ChannelTargetInfoProperty$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 |
|---|---|---|---|
| `channelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-id` |
| `retryIntervalInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-interval-in-minutes` |
sourceraw docstring

build-cfn-contact-contact-target-info-property-builderclj

(build-cfn-contact-contact-target-info-property-builder builder id config)

The build-cfn-contact-contact-target-info-property-builder function updates a CfnContact$ContactTargetInfoProperty$Builder instance using the provided configuration. The function takes the CfnContact$ContactTargetInfoProperty$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
contactIdjava.lang.Stringcdk.support/lookup-entry:contact-id
isEssentialsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-essential
The build-cfn-contact-contact-target-info-property-builder function updates a CfnContact$ContactTargetInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnContact$ContactTargetInfoProperty$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 |
|---|---|---|---|
| `contactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-id` |
| `isEssential` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-essential` |
sourceraw docstring

build-cfn-contact-props-builderclj

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

The build-cfn-contact-props-builder function updates a CfnContactProps$Builder instance using the provided configuration. The function takes the CfnContactProps$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
aliasjava.lang.Stringcdk.support/lookup-entry:alias
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
planjava.util.Listcdk.support/lookup-entry:plan
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-contact-props-builder function updates a CfnContactProps$Builder instance using the provided configuration.
  The function takes the CfnContactProps$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 |
|---|---|---|---|
| `alias` | java.lang.String | [[cdk.support/lookup-entry]] | `:alias` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `plan` | java.util.List | [[cdk.support/lookup-entry]] | `:plan` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-contact-stage-property-builderclj

(build-cfn-contact-stage-property-builder builder id config)

The build-cfn-contact-stage-property-builder function updates a CfnContact$StageProperty$Builder instance using the provided configuration. The function takes the CfnContact$StageProperty$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
durationInMinutesjava.lang.Numbercdk.support/lookup-entry:duration-in-minutes
rotationIdsjava.util.Listcdk.support/lookup-entry:rotation-ids
targetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:targets
The build-cfn-contact-stage-property-builder function updates a CfnContact$StageProperty$Builder instance using the provided configuration.
  The function takes the CfnContact$StageProperty$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 |
|---|---|---|---|
| `durationInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-in-minutes` |
| `rotationIds` | java.util.List | [[cdk.support/lookup-entry]] | `:rotation-ids` |
| `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-cfn-contact-targets-property-builderclj

(build-cfn-contact-targets-property-builder builder id config)

The build-cfn-contact-targets-property-builder function updates a CfnContact$TargetsProperty$Builder instance using the provided configuration. The function takes the CfnContact$TargetsProperty$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
channelTargetInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:channel-target-info
contactTargetInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:contact-target-info
The build-cfn-contact-targets-property-builder function updates a CfnContact$TargetsProperty$Builder instance using the provided configuration.
  The function takes the CfnContact$TargetsProperty$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 |
|---|---|---|---|
| `channelTargetInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:channel-target-info` |
| `contactTargetInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:contact-target-info` |
sourceraw docstring

build-cfn-plan-builderclj

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

The build-cfn-plan-builder function updates a CfnPlan$Builder instance using the provided configuration. The function takes the CfnPlan$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
contactIdjava.lang.Stringcdk.support/lookup-entry:contact-id
rotationIdsjava.util.Listcdk.support/lookup-entry:rotation-ids
stagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stages
The build-cfn-plan-builder function updates a CfnPlan$Builder instance using the provided configuration.
  The function takes the CfnPlan$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 |
|---|---|---|---|
| `contactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-id` |
| `rotationIds` | java.util.List | [[cdk.support/lookup-entry]] | `:rotation-ids` |
| `stages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stages` |
sourceraw docstring

build-cfn-plan-channel-target-info-property-builderclj

(build-cfn-plan-channel-target-info-property-builder builder id config)

The build-cfn-plan-channel-target-info-property-builder function updates a CfnPlan$ChannelTargetInfoProperty$Builder instance using the provided configuration. The function takes the CfnPlan$ChannelTargetInfoProperty$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
channelIdjava.lang.Stringcdk.support/lookup-entry:channel-id
retryIntervalInMinutesjava.lang.Numbercdk.support/lookup-entry:retry-interval-in-minutes
The build-cfn-plan-channel-target-info-property-builder function updates a CfnPlan$ChannelTargetInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnPlan$ChannelTargetInfoProperty$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 |
|---|---|---|---|
| `channelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-id` |
| `retryIntervalInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-interval-in-minutes` |
sourceraw docstring

build-cfn-plan-contact-target-info-property-builderclj

(build-cfn-plan-contact-target-info-property-builder builder id config)

The build-cfn-plan-contact-target-info-property-builder function updates a CfnPlan$ContactTargetInfoProperty$Builder instance using the provided configuration. The function takes the CfnPlan$ContactTargetInfoProperty$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
contactIdjava.lang.Stringcdk.support/lookup-entry:contact-id
isEssentialsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-essential
The build-cfn-plan-contact-target-info-property-builder function updates a CfnPlan$ContactTargetInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnPlan$ContactTargetInfoProperty$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 |
|---|---|---|---|
| `contactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-id` |
| `isEssential` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-essential` |
sourceraw docstring

build-cfn-plan-props-builderclj

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

The build-cfn-plan-props-builder function updates a CfnPlanProps$Builder instance using the provided configuration. The function takes the CfnPlanProps$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
contactIdjava.lang.Stringcdk.support/lookup-entry:contact-id
rotationIdsjava.util.Listcdk.support/lookup-entry:rotation-ids
stagesjava.util.Listcdk.support/lookup-entry:stages
The build-cfn-plan-props-builder function updates a CfnPlanProps$Builder instance using the provided configuration.
  The function takes the CfnPlanProps$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 |
|---|---|---|---|
| `contactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-id` |
| `rotationIds` | java.util.List | [[cdk.support/lookup-entry]] | `:rotation-ids` |
| `stages` | java.util.List | [[cdk.support/lookup-entry]] | `:stages` |
sourceraw docstring

build-cfn-plan-stage-property-builderclj

(build-cfn-plan-stage-property-builder builder id config)

The build-cfn-plan-stage-property-builder function updates a CfnPlan$StageProperty$Builder instance using the provided configuration. The function takes the CfnPlan$StageProperty$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
durationInMinutesjava.lang.Numbercdk.support/lookup-entry:duration-in-minutes
targetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:targets
The build-cfn-plan-stage-property-builder function updates a CfnPlan$StageProperty$Builder instance using the provided configuration.
  The function takes the CfnPlan$StageProperty$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 |
|---|---|---|---|
| `durationInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-in-minutes` |
| `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-cfn-plan-targets-property-builderclj

(build-cfn-plan-targets-property-builder builder id config)

The build-cfn-plan-targets-property-builder function updates a CfnPlan$TargetsProperty$Builder instance using the provided configuration. The function takes the CfnPlan$TargetsProperty$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
channelTargetInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:channel-target-info
contactTargetInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:contact-target-info
The build-cfn-plan-targets-property-builder function updates a CfnPlan$TargetsProperty$Builder instance using the provided configuration.
  The function takes the CfnPlan$TargetsProperty$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 |
|---|---|---|---|
| `channelTargetInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:channel-target-info` |
| `contactTargetInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:contact-target-info` |
sourceraw docstring

build-cfn-rotation-builderclj

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

The build-cfn-rotation-builder function updates a CfnRotation$Builder instance using the provided configuration. The function takes the CfnRotation$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
contactIdsjava.util.Listcdk.support/lookup-entry:contact-ids
namejava.lang.Stringcdk.support/lookup-entry:name
recurrencesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recurrence
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
tagsjava.util.Listcdk.support/lookup-entry:tags
timeZoneIdjava.lang.Stringcdk.support/lookup-entry:time-zone-id
The build-cfn-rotation-builder function updates a CfnRotation$Builder instance using the provided configuration.
  The function takes the CfnRotation$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 |
|---|---|---|---|
| `contactIds` | java.util.List | [[cdk.support/lookup-entry]] | `:contact-ids` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recurrence` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recurrence` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone-id` |
sourceraw docstring

build-cfn-rotation-coverage-time-property-builderclj

(build-cfn-rotation-coverage-time-property-builder builder id config)

The build-cfn-rotation-coverage-time-property-builder function updates a CfnRotation$CoverageTimeProperty$Builder instance using the provided configuration. The function takes the CfnRotation$CoverageTimeProperty$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
endTimejava.lang.Stringcdk.support/lookup-entry:end-time
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
The build-cfn-rotation-coverage-time-property-builder function updates a CfnRotation$CoverageTimeProperty$Builder instance using the provided configuration.
  The function takes the CfnRotation$CoverageTimeProperty$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 |
|---|---|---|---|
| `endTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-rotation-monthly-setting-property-builderclj

(build-cfn-rotation-monthly-setting-property-builder builder id config)

The build-cfn-rotation-monthly-setting-property-builder function updates a CfnRotation$MonthlySettingProperty$Builder instance using the provided configuration. The function takes the CfnRotation$MonthlySettingProperty$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
dayOfMonthjava.lang.Numbercdk.support/lookup-entry:day-of-month
handOffTimejava.lang.Stringcdk.support/lookup-entry:hand-off-time
The build-cfn-rotation-monthly-setting-property-builder function updates a CfnRotation$MonthlySettingProperty$Builder instance using the provided configuration.
  The function takes the CfnRotation$MonthlySettingProperty$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 |
|---|---|---|---|
| `dayOfMonth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:day-of-month` |
| `handOffTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:hand-off-time` |
sourceraw docstring

build-cfn-rotation-props-builderclj

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

The build-cfn-rotation-props-builder function updates a CfnRotationProps$Builder instance using the provided configuration. The function takes the CfnRotationProps$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
contactIdsjava.util.Listcdk.support/lookup-entry:contact-ids
namejava.lang.Stringcdk.support/lookup-entry:name
recurrencesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recurrence
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
tagsjava.util.Listcdk.support/lookup-entry:tags
timeZoneIdjava.lang.Stringcdk.support/lookup-entry:time-zone-id
The build-cfn-rotation-props-builder function updates a CfnRotationProps$Builder instance using the provided configuration.
  The function takes the CfnRotationProps$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 |
|---|---|---|---|
| `contactIds` | java.util.List | [[cdk.support/lookup-entry]] | `:contact-ids` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recurrence` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recurrence` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone-id` |
sourceraw docstring

build-cfn-rotation-recurrence-settings-property-builderclj

(build-cfn-rotation-recurrence-settings-property-builder builder id config)

The build-cfn-rotation-recurrence-settings-property-builder function updates a CfnRotation$RecurrenceSettingsProperty$Builder instance using the provided configuration. The function takes the CfnRotation$RecurrenceSettingsProperty$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
dailySettingsjava.util.Listcdk.support/lookup-entry:daily-settings
monthlySettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monthly-settings
numberOfOnCallsjava.lang.Numbercdk.support/lookup-entry:number-of-on-calls
recurrenceMultiplierjava.lang.Numbercdk.support/lookup-entry:recurrence-multiplier
shiftCoveragessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:shift-coverages
weeklySettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:weekly-settings
The build-cfn-rotation-recurrence-settings-property-builder function updates a CfnRotation$RecurrenceSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnRotation$RecurrenceSettingsProperty$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 |
|---|---|---|---|
| `dailySettings` | java.util.List | [[cdk.support/lookup-entry]] | `:daily-settings` |
| `monthlySettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monthly-settings` |
| `numberOfOnCalls` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-on-calls` |
| `recurrenceMultiplier` | java.lang.Number | [[cdk.support/lookup-entry]] | `:recurrence-multiplier` |
| `shiftCoverages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:shift-coverages` |
| `weeklySettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:weekly-settings` |
sourceraw docstring

build-cfn-rotation-shift-coverage-property-builderclj

(build-cfn-rotation-shift-coverage-property-builder builder id config)

The build-cfn-rotation-shift-coverage-property-builder function updates a CfnRotation$ShiftCoverageProperty$Builder instance using the provided configuration. The function takes the CfnRotation$ShiftCoverageProperty$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
coverageTimesjava.util.Listcdk.support/lookup-entry:coverage-times
dayOfWeekjava.lang.Stringcdk.support/lookup-entry:day-of-week
The build-cfn-rotation-shift-coverage-property-builder function updates a CfnRotation$ShiftCoverageProperty$Builder instance using the provided configuration.
  The function takes the CfnRotation$ShiftCoverageProperty$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 |
|---|---|---|---|
| `coverageTimes` | java.util.List | [[cdk.support/lookup-entry]] | `:coverage-times` |
| `dayOfWeek` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-week` |
sourceraw docstring

build-cfn-rotation-weekly-setting-property-builderclj

(build-cfn-rotation-weekly-setting-property-builder builder id config)

The build-cfn-rotation-weekly-setting-property-builder function updates a CfnRotation$WeeklySettingProperty$Builder instance using the provided configuration. The function takes the CfnRotation$WeeklySettingProperty$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
dayOfWeekjava.lang.Stringcdk.support/lookup-entry:day-of-week
handOffTimejava.lang.Stringcdk.support/lookup-entry:hand-off-time
The build-cfn-rotation-weekly-setting-property-builder function updates a CfnRotation$WeeklySettingProperty$Builder instance using the provided configuration.
  The function takes the CfnRotation$WeeklySettingProperty$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 |
|---|---|---|---|
| `dayOfWeek` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-week` |
| `handOffTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:hand-off-time` |
sourceraw docstring

cfn-contact-builderclj

(cfn-contact-builder scope id config)

Creates a CfnContact$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  `CfnContact$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-contact-channel-builderclj

(cfn-contact-channel-builder scope id config)

Creates a CfnContactChannel$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  `CfnContactChannel$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-contact-channel-props-builderclj

(cfn-contact-channel-props-builder id config)

Creates a CfnContactChannelProps$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  `CfnContactChannelProps$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-contact-channel-target-info-property-builderclj

(cfn-contact-channel-target-info-property-builder id config)

Creates a CfnContact$ChannelTargetInfoProperty$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  `CfnContact$ChannelTargetInfoProperty$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-contact-contact-target-info-property-builderclj

(cfn-contact-contact-target-info-property-builder id config)

Creates a CfnContact$ContactTargetInfoProperty$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  `CfnContact$ContactTargetInfoProperty$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-contact-props-builderclj

(cfn-contact-props-builder id config)

Creates a CfnContactProps$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  `CfnContactProps$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-contact-stage-property-builderclj

(cfn-contact-stage-property-builder id config)

Creates a CfnContact$StageProperty$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  `CfnContact$StageProperty$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-contact-targets-property-builderclj

(cfn-contact-targets-property-builder id config)

Creates a CfnContact$TargetsProperty$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  `CfnContact$TargetsProperty$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-plan-builderclj

(cfn-plan-builder scope id config)

Creates a CfnPlan$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  `CfnPlan$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-plan-channel-target-info-property-builderclj

(cfn-plan-channel-target-info-property-builder id config)

Creates a CfnPlan$ChannelTargetInfoProperty$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  `CfnPlan$ChannelTargetInfoProperty$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-plan-contact-target-info-property-builderclj

(cfn-plan-contact-target-info-property-builder id config)

Creates a CfnPlan$ContactTargetInfoProperty$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  `CfnPlan$ContactTargetInfoProperty$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-plan-props-builderclj

(cfn-plan-props-builder id config)

Creates a CfnPlanProps$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  `CfnPlanProps$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-plan-stage-property-builderclj

(cfn-plan-stage-property-builder id config)

Creates a CfnPlan$StageProperty$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  `CfnPlan$StageProperty$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-plan-targets-property-builderclj

(cfn-plan-targets-property-builder id config)

Creates a CfnPlan$TargetsProperty$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  `CfnPlan$TargetsProperty$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-rotation-builderclj

(cfn-rotation-builder scope id config)

Creates a CfnRotation$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  `CfnRotation$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-rotation-coverage-time-property-builderclj

(cfn-rotation-coverage-time-property-builder id config)

Creates a CfnRotation$CoverageTimeProperty$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  `CfnRotation$CoverageTimeProperty$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-rotation-monthly-setting-property-builderclj

(cfn-rotation-monthly-setting-property-builder id config)

Creates a CfnRotation$MonthlySettingProperty$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  `CfnRotation$MonthlySettingProperty$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-rotation-props-builderclj

(cfn-rotation-props-builder id config)

Creates a CfnRotationProps$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  `CfnRotationProps$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-rotation-recurrence-settings-property-builderclj

(cfn-rotation-recurrence-settings-property-builder id config)

Creates a CfnRotation$RecurrenceSettingsProperty$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  `CfnRotation$RecurrenceSettingsProperty$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-rotation-shift-coverage-property-builderclj

(cfn-rotation-shift-coverage-property-builder id config)

Creates a CfnRotation$ShiftCoverageProperty$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  `CfnRotation$ShiftCoverageProperty$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-rotation-weekly-setting-property-builderclj

(cfn-rotation-weekly-setting-property-builder id config)

Creates a CfnRotation$WeeklySettingProperty$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  `CfnRotation$WeeklySettingProperty$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