Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.scheduler

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

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

build-cfn-schedule-aws-vpc-configuration-property-builderclj

(build-cfn-schedule-aws-vpc-configuration-property-builder builder id config)

The build-cfn-schedule-aws-vpc-configuration-property-builder function updates a CfnSchedule$AwsVpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$AwsVpcConfigurationProperty$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
assignPublicIpjava.lang.Stringcdk.support/lookup-entry:assign-public-ip
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-schedule-aws-vpc-configuration-property-builder function updates a CfnSchedule$AwsVpcConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$AwsVpcConfigurationProperty$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 |
|---|---|---|---|
| `assignPublicIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-schedule-builderclj

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

The build-cfn-schedule-builder function updates a CfnSchedule$Builder instance using the provided configuration. The function takes the CfnSchedule$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
endDatejava.lang.Stringcdk.support/lookup-entry:end-date
flexibleTimeWindowsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:flexible-time-window
groupNamejava.lang.Stringcdk.support/lookup-entry:group-name
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
namejava.lang.Stringcdk.support/lookup-entry:name
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
scheduleExpressionTimezonejava.lang.Stringcdk.support/lookup-entry:schedule-expression-timezone
startDatejava.lang.Stringcdk.support/lookup-entry:start-date
statejava.lang.Stringcdk.support/lookup-entry:state
targetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target
The build-cfn-schedule-builder function updates a CfnSchedule$Builder instance using the provided configuration.
  The function takes the CfnSchedule$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` |
| `flexibleTimeWindow` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:flexible-time-window` |
| `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
| `scheduleExpressionTimezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression-timezone` |
| `startDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-date` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `target` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-schedule-capacity-provider-strategy-item-property-builderclj

(build-cfn-schedule-capacity-provider-strategy-item-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-schedule-capacity-provider-strategy-item-property-builder function updates a CfnSchedule$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$CapacityProviderStrategyItemProperty$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
basejava.lang.Numbercdk.support/lookup-entry:base
capacityProviderjava.lang.Stringcdk.support/lookup-entry:capacity-provider
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-schedule-capacity-provider-strategy-item-property-builder function updates a CfnSchedule$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$CapacityProviderStrategyItemProperty$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 |
|---|---|---|---|
| `base` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base` |
| `capacityProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-schedule-dead-letter-config-property-builderclj

(build-cfn-schedule-dead-letter-config-property-builder builder id config)

The build-cfn-schedule-dead-letter-config-property-builder function updates a CfnSchedule$DeadLetterConfigProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$DeadLetterConfigProperty$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
arnjava.lang.Stringcdk.support/lookup-entry:arn
The build-cfn-schedule-dead-letter-config-property-builder function updates a CfnSchedule$DeadLetterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$DeadLetterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
sourceraw docstring

build-cfn-schedule-ecs-parameters-property-builderclj

(build-cfn-schedule-ecs-parameters-property-builder builder id config)

The build-cfn-schedule-ecs-parameters-property-builder function updates a CfnSchedule$EcsParametersProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$EcsParametersProperty$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
capacityProviderStrategyjava.util.Listcdk.support/lookup-entry:capacity-provider-strategy
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
groupjava.lang.Stringcdk.support/lookup-entry:group
launchTypejava.lang.Stringcdk.support/lookup-entry:launch-type
networkConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:network-configuration
placementConstraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-constraints
placementStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-strategy
platformVersionjava.lang.Stringcdk.support/lookup-entry:platform-version
propagateTagsjava.lang.Stringcdk.support/lookup-entry:propagate-tags
referenceIdjava.lang.Stringcdk.support/lookup-entry:reference-id
tagsjava.lang.Objectcdk.support/lookup-entry:tags
taskCountjava.lang.Numbercdk.support/lookup-entry:task-count
taskDefinitionArnjava.lang.Stringcdk.support/lookup-entry:task-definition-arn
The build-cfn-schedule-ecs-parameters-property-builder function updates a CfnSchedule$EcsParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$EcsParametersProperty$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 |
|---|---|---|---|
| `capacityProviderStrategy` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategy` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `group` | java.lang.String | [[cdk.support/lookup-entry]] | `:group` |
| `launchType` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-type` |
| `networkConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `placementConstraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-strategy` |
| `platformVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-version` |
| `propagateTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagate-tags` |
| `referenceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:reference-id` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `taskCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:task-count` |
| `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
sourceraw docstring

build-cfn-schedule-event-bridge-parameters-property-builderclj

(build-cfn-schedule-event-bridge-parameters-property-builder builder id config)

The build-cfn-schedule-event-bridge-parameters-property-builder function updates a CfnSchedule$EventBridgeParametersProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$EventBridgeParametersProperty$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
detailTypejava.lang.Stringcdk.support/lookup-entry:detail-type
sourcejava.lang.Stringcdk.support/lookup-entry:source
The build-cfn-schedule-event-bridge-parameters-property-builder function updates a CfnSchedule$EventBridgeParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$EventBridgeParametersProperty$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 |
|---|---|---|---|
| `detailType` | java.lang.String | [[cdk.support/lookup-entry]] | `:detail-type` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
sourceraw docstring

build-cfn-schedule-flexible-time-window-property-builderclj

(build-cfn-schedule-flexible-time-window-property-builder builder id config)

The build-cfn-schedule-flexible-time-window-property-builder function updates a CfnSchedule$FlexibleTimeWindowProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$FlexibleTimeWindowProperty$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
maximumWindowInMinutesjava.lang.Numbercdk.support/lookup-entry:maximum-window-in-minutes
modejava.lang.Stringcdk.support/lookup-entry:mode
The build-cfn-schedule-flexible-time-window-property-builder function updates a CfnSchedule$FlexibleTimeWindowProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$FlexibleTimeWindowProperty$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 |
|---|---|---|---|
| `maximumWindowInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-window-in-minutes` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
sourceraw docstring

build-cfn-schedule-group-builderclj

(build-cfn-schedule-group-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-schedule-group-builder function updates a CfnScheduleGroup$Builder instance using the provided configuration.
  The function takes the CfnScheduleGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-schedule-group-props-builderclj

(build-cfn-schedule-group-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-schedule-group-props-builder function updates a CfnScheduleGroupProps$Builder instance using the provided configuration.
  The function takes the CfnScheduleGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-schedule-kinesis-parameters-property-builderclj

(build-cfn-schedule-kinesis-parameters-property-builder builder id config)

The build-cfn-schedule-kinesis-parameters-property-builder function updates a CfnSchedule$KinesisParametersProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$KinesisParametersProperty$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
partitionKeyjava.lang.Stringcdk.support/lookup-entry:partition-key
The build-cfn-schedule-kinesis-parameters-property-builder function updates a CfnSchedule$KinesisParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$KinesisParametersProperty$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 |
|---|---|---|---|
| `partitionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:partition-key` |
sourceraw docstring

build-cfn-schedule-network-configuration-property-builderclj

(build-cfn-schedule-network-configuration-property-builder builder id config)

The build-cfn-schedule-network-configuration-property-builder function updates a CfnSchedule$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$NetworkConfigurationProperty$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
awsvpcConfigurationsoftware.amazon.awscdk.services.scheduler.CfnSchedule$AwsVpcConfigurationPropertycdk.support/lookup-entry:awsvpc-configuration
The build-cfn-schedule-network-configuration-property-builder function updates a CfnSchedule$NetworkConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$NetworkConfigurationProperty$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 |
|---|---|---|---|
| `awsvpcConfiguration` | software.amazon.awscdk.services.scheduler.CfnSchedule$AwsVpcConfigurationProperty | [[cdk.support/lookup-entry]] | `:awsvpc-configuration` |
sourceraw docstring

build-cfn-schedule-placement-constraint-property-builderclj

(build-cfn-schedule-placement-constraint-property-builder builder id config)

The build-cfn-schedule-placement-constraint-property-builder function updates a CfnSchedule$PlacementConstraintProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$PlacementConstraintProperty$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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-schedule-placement-constraint-property-builder function updates a CfnSchedule$PlacementConstraintProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$PlacementConstraintProperty$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 |
|---|---|---|---|
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-schedule-placement-strategy-property-builderclj

(build-cfn-schedule-placement-strategy-property-builder builder id config)

The build-cfn-schedule-placement-strategy-property-builder function updates a CfnSchedule$PlacementStrategyProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$PlacementStrategyProperty$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
fieldjava.lang.Stringcdk.support/lookup-entry:field
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-schedule-placement-strategy-property-builder function updates a CfnSchedule$PlacementStrategyProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$PlacementStrategyProperty$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 |
|---|---|---|---|
| `field` | java.lang.String | [[cdk.support/lookup-entry]] | `:field` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-schedule-props-builderclj

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

The build-cfn-schedule-props-builder function updates a CfnScheduleProps$Builder instance using the provided configuration. The function takes the CfnScheduleProps$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
endDatejava.lang.Stringcdk.support/lookup-entry:end-date
flexibleTimeWindowsoftware.amazon.awscdk.services.scheduler.CfnSchedule$FlexibleTimeWindowPropertycdk.support/lookup-entry:flexible-time-window
groupNamejava.lang.Stringcdk.support/lookup-entry:group-name
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
namejava.lang.Stringcdk.support/lookup-entry:name
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
scheduleExpressionTimezonejava.lang.Stringcdk.support/lookup-entry:schedule-expression-timezone
startDatejava.lang.Stringcdk.support/lookup-entry:start-date
statejava.lang.Stringcdk.support/lookup-entry:state
targetsoftware.amazon.awscdk.services.scheduler.CfnSchedule$TargetPropertycdk.support/lookup-entry:target
The build-cfn-schedule-props-builder function updates a CfnScheduleProps$Builder instance using the provided configuration.
  The function takes the CfnScheduleProps$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` |
| `flexibleTimeWindow` | software.amazon.awscdk.services.scheduler.CfnSchedule$FlexibleTimeWindowProperty | [[cdk.support/lookup-entry]] | `:flexible-time-window` |
| `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
| `scheduleExpressionTimezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression-timezone` |
| `startDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-date` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `target` | software.amazon.awscdk.services.scheduler.CfnSchedule$TargetProperty | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-schedule-retry-policy-property-builderclj

(build-cfn-schedule-retry-policy-property-builder builder id config)

The build-cfn-schedule-retry-policy-property-builder function updates a CfnSchedule$RetryPolicyProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$RetryPolicyProperty$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
maximumEventAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-event-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
The build-cfn-schedule-retry-policy-property-builder function updates a CfnSchedule$RetryPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$RetryPolicyProperty$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 |
|---|---|---|---|
| `maximumEventAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-event-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
sourceraw docstring

build-cfn-schedule-sage-maker-pipeline-parameter-property-builderclj

(build-cfn-schedule-sage-maker-pipeline-parameter-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-schedule-sage-maker-pipeline-parameter-property-builder function updates a CfnSchedule$SageMakerPipelineParameterProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$SageMakerPipelineParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-schedule-sage-maker-pipeline-parameter-property-builder function updates a CfnSchedule$SageMakerPipelineParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$SageMakerPipelineParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-schedule-sage-maker-pipeline-parameters-property-builderclj

(build-cfn-schedule-sage-maker-pipeline-parameters-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-schedule-sage-maker-pipeline-parameters-property-builder function updates a CfnSchedule$SageMakerPipelineParametersProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$SageMakerPipelineParametersProperty$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
pipelineParameterListjava.util.Listcdk.support/lookup-entry:pipeline-parameter-list
The build-cfn-schedule-sage-maker-pipeline-parameters-property-builder function updates a CfnSchedule$SageMakerPipelineParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$SageMakerPipelineParametersProperty$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 |
|---|---|---|---|
| `pipelineParameterList` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-parameter-list` |
sourceraw docstring

build-cfn-schedule-sqs-parameters-property-builderclj

(build-cfn-schedule-sqs-parameters-property-builder builder id config)

The build-cfn-schedule-sqs-parameters-property-builder function updates a CfnSchedule$SqsParametersProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$SqsParametersProperty$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
messageGroupIdjava.lang.Stringcdk.support/lookup-entry:message-group-id
The build-cfn-schedule-sqs-parameters-property-builder function updates a CfnSchedule$SqsParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$SqsParametersProperty$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 |
|---|---|---|---|
| `messageGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-group-id` |
sourceraw docstring

build-cfn-schedule-target-property-builderclj

(build-cfn-schedule-target-property-builder builder id config)

The build-cfn-schedule-target-property-builder function updates a CfnSchedule$TargetProperty$Builder instance using the provided configuration. The function takes the CfnSchedule$TargetProperty$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
arnjava.lang.Stringcdk.support/lookup-entry:arn
deadLetterConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dead-letter-config
ecsParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ecs-parameters
eventBridgeParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-bridge-parameters
inputjava.lang.Stringcdk.support/lookup-entry:input
kinesisParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-parameters
retryPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retry-policy
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
sageMakerPipelineParameterssoftware.amazon.awscdk.services.scheduler.CfnSchedule$SageMakerPipelineParametersPropertycdk.support/lookup-entry:sage-maker-pipeline-parameters
sqsParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sqs-parameters
The build-cfn-schedule-target-property-builder function updates a CfnSchedule$TargetProperty$Builder instance using the provided configuration.
  The function takes the CfnSchedule$TargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
| `deadLetterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dead-letter-config` |
| `ecsParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ecs-parameters` |
| `eventBridgeParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-bridge-parameters` |
| `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` |
| `kinesisParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-parameters` |
| `retryPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retry-policy` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `sageMakerPipelineParameters` | software.amazon.awscdk.services.scheduler.CfnSchedule$SageMakerPipelineParametersProperty | [[cdk.support/lookup-entry]] | `:sage-maker-pipeline-parameters` |
| `sqsParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sqs-parameters` |
sourceraw docstring

cfn-schedule-aws-vpc-configuration-property-builderclj

(cfn-schedule-aws-vpc-configuration-property-builder id config)

Creates a CfnSchedule$AwsVpcConfigurationProperty$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  `CfnSchedule$AwsVpcConfigurationProperty$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-schedule-builderclj

(cfn-schedule-builder scope id config)

Creates a CfnSchedule$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  `CfnSchedule$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-schedule-capacity-provider-strategy-item-property-builderclj

(cfn-schedule-capacity-provider-strategy-item-property-builder id config)

Creates a CfnSchedule$CapacityProviderStrategyItemProperty$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  `CfnSchedule$CapacityProviderStrategyItemProperty$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-schedule-dead-letter-config-property-builderclj

(cfn-schedule-dead-letter-config-property-builder id config)

Creates a CfnSchedule$DeadLetterConfigProperty$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  `CfnSchedule$DeadLetterConfigProperty$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-schedule-ecs-parameters-property-builderclj

(cfn-schedule-ecs-parameters-property-builder id config)

Creates a CfnSchedule$EcsParametersProperty$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  `CfnSchedule$EcsParametersProperty$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-schedule-event-bridge-parameters-property-builderclj

(cfn-schedule-event-bridge-parameters-property-builder id config)

Creates a CfnSchedule$EventBridgeParametersProperty$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  `CfnSchedule$EventBridgeParametersProperty$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-schedule-flexible-time-window-property-builderclj

(cfn-schedule-flexible-time-window-property-builder id config)

Creates a CfnSchedule$FlexibleTimeWindowProperty$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  `CfnSchedule$FlexibleTimeWindowProperty$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-schedule-group-builderclj

(cfn-schedule-group-builder scope id config)

Creates a CfnScheduleGroup$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  `CfnScheduleGroup$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-schedule-group-props-builderclj

(cfn-schedule-group-props-builder id config)

Creates a CfnScheduleGroupProps$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  `CfnScheduleGroupProps$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-schedule-kinesis-parameters-property-builderclj

(cfn-schedule-kinesis-parameters-property-builder id config)

Creates a CfnSchedule$KinesisParametersProperty$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  `CfnSchedule$KinesisParametersProperty$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-schedule-network-configuration-property-builderclj

(cfn-schedule-network-configuration-property-builder id config)

Creates a CfnSchedule$NetworkConfigurationProperty$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  `CfnSchedule$NetworkConfigurationProperty$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-schedule-placement-constraint-property-builderclj

(cfn-schedule-placement-constraint-property-builder id config)

Creates a CfnSchedule$PlacementConstraintProperty$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  `CfnSchedule$PlacementConstraintProperty$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-schedule-placement-strategy-property-builderclj

(cfn-schedule-placement-strategy-property-builder id config)

Creates a CfnSchedule$PlacementStrategyProperty$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  `CfnSchedule$PlacementStrategyProperty$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-schedule-props-builderclj

(cfn-schedule-props-builder id config)

Creates a CfnScheduleProps$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  `CfnScheduleProps$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-schedule-retry-policy-property-builderclj

(cfn-schedule-retry-policy-property-builder id config)

Creates a CfnSchedule$RetryPolicyProperty$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  `CfnSchedule$RetryPolicyProperty$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-schedule-sage-maker-pipeline-parameter-property-builderclj

(cfn-schedule-sage-maker-pipeline-parameter-property-builder id config)

Creates a CfnSchedule$SageMakerPipelineParameterProperty$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  `CfnSchedule$SageMakerPipelineParameterProperty$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-schedule-sage-maker-pipeline-parameters-property-builderclj

(cfn-schedule-sage-maker-pipeline-parameters-property-builder id config)

Creates a CfnSchedule$SageMakerPipelineParametersProperty$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  `CfnSchedule$SageMakerPipelineParametersProperty$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-schedule-sqs-parameters-property-builderclj

(cfn-schedule-sqs-parameters-property-builder id config)

Creates a CfnSchedule$SqsParametersProperty$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  `CfnSchedule$SqsParametersProperty$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-schedule-target-property-builderclj

(cfn-schedule-target-property-builder id config)

Creates a CfnSchedule$TargetProperty$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  `CfnSchedule$TargetProperty$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