Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.mediatailor

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

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

build-cfn-channel-builderclj

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

The build-cfn-channel-builder function updates a CfnChannel$Builder instance using the provided configuration. The function takes the CfnChannel$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
audiencesjava.util.Listcdk.support/lookup-entry:audiences
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
fillerSlatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filler-slate
logConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnChannel$LogConfigurationForChannelPropertycdk.support/lookup-entry:log-configuration
outputsjava.util.Listcdk.support/lookup-entry:outputs
playbackModejava.lang.Stringcdk.support/lookup-entry:playback-mode
tagsjava.util.Listcdk.support/lookup-entry:tags
tierjava.lang.Stringcdk.support/lookup-entry:tier
timeShiftConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:time-shift-configuration
The build-cfn-channel-builder function updates a CfnChannel$Builder instance using the provided configuration.
  The function takes the CfnChannel$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 |
|---|---|---|---|
| `audiences` | java.util.List | [[cdk.support/lookup-entry]] | `:audiences` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `fillerSlate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filler-slate` |
| `logConfiguration` | software.amazon.awscdk.services.mediatailor.CfnChannel$LogConfigurationForChannelProperty | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `playbackMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:playback-mode` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
| `timeShiftConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:time-shift-configuration` |
sourceraw docstring

build-cfn-channel-dash-playlist-settings-property-builderclj

(build-cfn-channel-dash-playlist-settings-property-builder builder id config)

The build-cfn-channel-dash-playlist-settings-property-builder function updates a CfnChannel$DashPlaylistSettingsProperty$Builder instance using the provided configuration. The function takes the CfnChannel$DashPlaylistSettingsProperty$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
manifestWindowSecondsjava.lang.Numbercdk.support/lookup-entry:manifest-window-seconds
minBufferTimeSecondsjava.lang.Numbercdk.support/lookup-entry:min-buffer-time-seconds
minUpdatePeriodSecondsjava.lang.Numbercdk.support/lookup-entry:min-update-period-seconds
suggestedPresentationDelaySecondsjava.lang.Numbercdk.support/lookup-entry:suggested-presentation-delay-seconds
The build-cfn-channel-dash-playlist-settings-property-builder function updates a CfnChannel$DashPlaylistSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$DashPlaylistSettingsProperty$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 |
|---|---|---|---|
| `manifestWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:manifest-window-seconds` |
| `minBufferTimeSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-buffer-time-seconds` |
| `minUpdatePeriodSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-update-period-seconds` |
| `suggestedPresentationDelaySeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:suggested-presentation-delay-seconds` |
sourceraw docstring

build-cfn-channel-hls-playlist-settings-property-builderclj

(build-cfn-channel-hls-playlist-settings-property-builder builder id config)

The build-cfn-channel-hls-playlist-settings-property-builder function updates a CfnChannel$HlsPlaylistSettingsProperty$Builder instance using the provided configuration. The function takes the CfnChannel$HlsPlaylistSettingsProperty$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
adMarkupTypejava.util.Listcdk.support/lookup-entry:ad-markup-type
manifestWindowSecondsjava.lang.Numbercdk.support/lookup-entry:manifest-window-seconds
The build-cfn-channel-hls-playlist-settings-property-builder function updates a CfnChannel$HlsPlaylistSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$HlsPlaylistSettingsProperty$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 |
|---|---|---|---|
| `adMarkupType` | java.util.List | [[cdk.support/lookup-entry]] | `:ad-markup-type` |
| `manifestWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:manifest-window-seconds` |
sourceraw docstring

build-cfn-channel-log-configuration-for-channel-property-builderclj

(build-cfn-channel-log-configuration-for-channel-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-channel-log-configuration-for-channel-property-builder function updates a CfnChannel$LogConfigurationForChannelProperty$Builder instance using the provided configuration. The function takes the CfnChannel$LogConfigurationForChannelProperty$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
logTypesjava.util.Listcdk.support/lookup-entry:log-types
The build-cfn-channel-log-configuration-for-channel-property-builder function updates a CfnChannel$LogConfigurationForChannelProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$LogConfigurationForChannelProperty$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 |
|---|---|---|---|
| `logTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:log-types` |
sourceraw docstring

build-cfn-channel-policy-builderclj

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

The build-cfn-channel-policy-builder function updates a CfnChannelPolicy$Builder instance using the provided configuration. The function takes the CfnChannelPolicy$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
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
policyjava.lang.Objectcdk.support/lookup-entry:policy
The build-cfn-channel-policy-builder function updates a CfnChannelPolicy$Builder instance using the provided configuration.
  The function takes the CfnChannelPolicy$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 |
|---|---|---|---|
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
sourceraw docstring

build-cfn-channel-policy-props-builderclj

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

The build-cfn-channel-policy-props-builder function updates a CfnChannelPolicyProps$Builder instance using the provided configuration. The function takes the CfnChannelPolicyProps$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
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
policyjava.lang.Objectcdk.support/lookup-entry:policy
The build-cfn-channel-policy-props-builder function updates a CfnChannelPolicyProps$Builder instance using the provided configuration.
  The function takes the CfnChannelPolicyProps$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 |
|---|---|---|---|
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
sourceraw docstring

build-cfn-channel-props-builderclj

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

The build-cfn-channel-props-builder function updates a CfnChannelProps$Builder instance using the provided configuration. The function takes the CfnChannelProps$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
audiencesjava.util.Listcdk.support/lookup-entry:audiences
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
fillerSlatesoftware.amazon.awscdk.services.mediatailor.CfnChannel$SlateSourcePropertycdk.support/lookup-entry:filler-slate
logConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnChannel$LogConfigurationForChannelPropertycdk.support/lookup-entry:log-configuration
outputsjava.util.Listcdk.support/lookup-entry:outputs
playbackModejava.lang.Stringcdk.support/lookup-entry:playback-mode
tagsjava.util.Listcdk.support/lookup-entry:tags
tierjava.lang.Stringcdk.support/lookup-entry:tier
timeShiftConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnChannel$TimeShiftConfigurationPropertycdk.support/lookup-entry:time-shift-configuration
The build-cfn-channel-props-builder function updates a CfnChannelProps$Builder instance using the provided configuration.
  The function takes the CfnChannelProps$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 |
|---|---|---|---|
| `audiences` | java.util.List | [[cdk.support/lookup-entry]] | `:audiences` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `fillerSlate` | software.amazon.awscdk.services.mediatailor.CfnChannel$SlateSourceProperty | [[cdk.support/lookup-entry]] | `:filler-slate` |
| `logConfiguration` | software.amazon.awscdk.services.mediatailor.CfnChannel$LogConfigurationForChannelProperty | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `playbackMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:playback-mode` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
| `timeShiftConfiguration` | software.amazon.awscdk.services.mediatailor.CfnChannel$TimeShiftConfigurationProperty | [[cdk.support/lookup-entry]] | `:time-shift-configuration` |
sourceraw docstring

build-cfn-channel-request-output-item-property-builderclj

(build-cfn-channel-request-output-item-property-builder builder id config)

The build-cfn-channel-request-output-item-property-builder function updates a CfnChannel$RequestOutputItemProperty$Builder instance using the provided configuration. The function takes the CfnChannel$RequestOutputItemProperty$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
dashPlaylistSettingssoftware.amazon.awscdk.services.mediatailor.CfnChannel$DashPlaylistSettingsPropertycdk.support/lookup-entry:dash-playlist-settings
hlsPlaylistSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hls-playlist-settings
manifestNamejava.lang.Stringcdk.support/lookup-entry:manifest-name
sourceGroupjava.lang.Stringcdk.support/lookup-entry:source-group
The build-cfn-channel-request-output-item-property-builder function updates a CfnChannel$RequestOutputItemProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$RequestOutputItemProperty$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 |
|---|---|---|---|
| `dashPlaylistSettings` | software.amazon.awscdk.services.mediatailor.CfnChannel$DashPlaylistSettingsProperty | [[cdk.support/lookup-entry]] | `:dash-playlist-settings` |
| `hlsPlaylistSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-playlist-settings` |
| `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` |
| `sourceGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-group` |
sourceraw docstring

build-cfn-channel-slate-source-property-builderclj

(build-cfn-channel-slate-source-property-builder builder id config)

The build-cfn-channel-slate-source-property-builder function updates a CfnChannel$SlateSourceProperty$Builder instance using the provided configuration. The function takes the CfnChannel$SlateSourceProperty$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
sourceLocationNamejava.lang.Stringcdk.support/lookup-entry:source-location-name
vodSourceNamejava.lang.Stringcdk.support/lookup-entry:vod-source-name
The build-cfn-channel-slate-source-property-builder function updates a CfnChannel$SlateSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$SlateSourceProperty$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 |
|---|---|---|---|
| `sourceLocationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-name` |
| `vodSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vod-source-name` |
sourceraw docstring

build-cfn-channel-time-shift-configuration-property-builderclj

(build-cfn-channel-time-shift-configuration-property-builder builder id config)

The build-cfn-channel-time-shift-configuration-property-builder function updates a CfnChannel$TimeShiftConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnChannel$TimeShiftConfigurationProperty$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
maxTimeDelaySecondsjava.lang.Numbercdk.support/lookup-entry:max-time-delay-seconds
The build-cfn-channel-time-shift-configuration-property-builder function updates a CfnChannel$TimeShiftConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$TimeShiftConfigurationProperty$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 |
|---|---|---|---|
| `maxTimeDelaySeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-time-delay-seconds` |
sourceraw docstring

build-cfn-live-source-builderclj

(build-cfn-live-source-builder builder id config)

The build-cfn-live-source-builder function updates a CfnLiveSource$Builder instance using the provided configuration. The function takes the CfnLiveSource$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
httpPackageConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-package-configurations
liveSourceNamejava.lang.Stringcdk.support/lookup-entry:live-source-name
sourceLocationNamejava.lang.Stringcdk.support/lookup-entry:source-location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-live-source-builder function updates a CfnLiveSource$Builder instance using the provided configuration.
  The function takes the CfnLiveSource$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 |
|---|---|---|---|
| `httpPackageConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-package-configurations` |
| `liveSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:live-source-name` |
| `sourceLocationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-live-source-http-package-configuration-property-builderclj

(build-cfn-live-source-http-package-configuration-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-live-source-http-package-configuration-property-builder function updates a CfnLiveSource$HttpPackageConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLiveSource$HttpPackageConfigurationProperty$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
pathjava.lang.Stringcdk.support/lookup-entry:path
sourceGroupjava.lang.Stringcdk.support/lookup-entry:source-group
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-live-source-http-package-configuration-property-builder function updates a CfnLiveSource$HttpPackageConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnLiveSource$HttpPackageConfigurationProperty$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 |
|---|---|---|---|
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `sourceGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-group` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-live-source-props-builderclj

(build-cfn-live-source-props-builder builder id config)

The build-cfn-live-source-props-builder function updates a CfnLiveSourceProps$Builder instance using the provided configuration. The function takes the CfnLiveSourceProps$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
httpPackageConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-package-configurations
liveSourceNamejava.lang.Stringcdk.support/lookup-entry:live-source-name
sourceLocationNamejava.lang.Stringcdk.support/lookup-entry:source-location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-live-source-props-builder function updates a CfnLiveSourceProps$Builder instance using the provided configuration.
  The function takes the CfnLiveSourceProps$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 |
|---|---|---|---|
| `httpPackageConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-package-configurations` |
| `liveSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:live-source-name` |
| `sourceLocationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-playback-configuration-ad-marker-passthrough-property-builderclj

(build-cfn-playback-configuration-ad-marker-passthrough-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-playback-configuration-ad-marker-passthrough-property-builder function updates a CfnPlaybackConfiguration$AdMarkerPassthroughProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$AdMarkerPassthroughProperty$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
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
The build-cfn-playback-configuration-ad-marker-passthrough-property-builder function updates a CfnPlaybackConfiguration$AdMarkerPassthroughProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$AdMarkerPassthroughProperty$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 |
|---|---|---|---|
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
sourceraw docstring

build-cfn-playback-configuration-avail-suppression-property-builderclj

(build-cfn-playback-configuration-avail-suppression-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-playback-configuration-avail-suppression-property-builder function updates a CfnPlaybackConfiguration$AvailSuppressionProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$AvailSuppressionProperty$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
fillPolicyjava.lang.Stringcdk.support/lookup-entry:fill-policy
modejava.lang.Stringcdk.support/lookup-entry:mode
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-playback-configuration-avail-suppression-property-builder function updates a CfnPlaybackConfiguration$AvailSuppressionProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$AvailSuppressionProperty$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 |
|---|---|---|---|
| `fillPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:fill-policy` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-playback-configuration-builderclj

(build-cfn-playback-configuration-builder builder id config)

The build-cfn-playback-configuration-builder function updates a CfnPlaybackConfiguration$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$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
adDecisionServerUrljava.lang.Stringcdk.support/lookup-entry:ad-decision-server-url
availSuppressionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:avail-suppression
bumpersoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$BumperPropertycdk.support/lookup-entry:bumper
cdnConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$CdnConfigurationPropertycdk.support/lookup-entry:cdn-configuration
configurationAliasessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration-aliases
dashConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$DashConfigurationPropertycdk.support/lookup-entry:dash-configuration
hlsConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$HlsConfigurationPropertycdk.support/lookup-entry:hls-configuration
livePreRollConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:live-pre-roll-configuration
manifestProcessingRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:manifest-processing-rules
namejava.lang.Stringcdk.support/lookup-entry:name
personalizationThresholdSecondsjava.lang.Numbercdk.support/lookup-entry:personalization-threshold-seconds
slateAdUrljava.lang.Stringcdk.support/lookup-entry:slate-ad-url
tagsjava.util.Listcdk.support/lookup-entry:tags
transcodeProfileNamejava.lang.Stringcdk.support/lookup-entry:transcode-profile-name
videoContentSourceUrljava.lang.Stringcdk.support/lookup-entry:video-content-source-url
The build-cfn-playback-configuration-builder function updates a CfnPlaybackConfiguration$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$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 |
|---|---|---|---|
| `adDecisionServerUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-decision-server-url` |
| `availSuppression` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:avail-suppression` |
| `bumper` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$BumperProperty | [[cdk.support/lookup-entry]] | `:bumper` |
| `cdnConfiguration` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$CdnConfigurationProperty | [[cdk.support/lookup-entry]] | `:cdn-configuration` |
| `configurationAliases` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration-aliases` |
| `dashConfiguration` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$DashConfigurationProperty | [[cdk.support/lookup-entry]] | `:dash-configuration` |
| `hlsConfiguration` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$HlsConfigurationProperty | [[cdk.support/lookup-entry]] | `:hls-configuration` |
| `livePreRollConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:live-pre-roll-configuration` |
| `manifestProcessingRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:manifest-processing-rules` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `personalizationThresholdSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:personalization-threshold-seconds` |
| `slateAdUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:slate-ad-url` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `transcodeProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:transcode-profile-name` |
| `videoContentSourceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:video-content-source-url` |
sourceraw docstring

build-cfn-playback-configuration-bumper-property-builderclj

(build-cfn-playback-configuration-bumper-property-builder builder id config)

The build-cfn-playback-configuration-bumper-property-builder function updates a CfnPlaybackConfiguration$BumperProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$BumperProperty$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
endUrljava.lang.Stringcdk.support/lookup-entry:end-url
startUrljava.lang.Stringcdk.support/lookup-entry:start-url
The build-cfn-playback-configuration-bumper-property-builder function updates a CfnPlaybackConfiguration$BumperProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$BumperProperty$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 |
|---|---|---|---|
| `endUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-url` |
| `startUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-url` |
sourceraw docstring

build-cfn-playback-configuration-cdn-configuration-property-builderclj

(build-cfn-playback-configuration-cdn-configuration-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-playback-configuration-cdn-configuration-property-builder function updates a CfnPlaybackConfiguration$CdnConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$CdnConfigurationProperty$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
adSegmentUrlPrefixjava.lang.Stringcdk.support/lookup-entry:ad-segment-url-prefix
contentSegmentUrlPrefixjava.lang.Stringcdk.support/lookup-entry:content-segment-url-prefix
The build-cfn-playback-configuration-cdn-configuration-property-builder function updates a CfnPlaybackConfiguration$CdnConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$CdnConfigurationProperty$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 |
|---|---|---|---|
| `adSegmentUrlPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-segment-url-prefix` |
| `contentSegmentUrlPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-segment-url-prefix` |
sourceraw docstring

build-cfn-playback-configuration-dash-configuration-property-builderclj

(build-cfn-playback-configuration-dash-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-playback-configuration-dash-configuration-property-builder function updates a CfnPlaybackConfiguration$DashConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$DashConfigurationProperty$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
manifestEndpointPrefixjava.lang.Stringcdk.support/lookup-entry:manifest-endpoint-prefix
mpdLocationjava.lang.Stringcdk.support/lookup-entry:mpd-location
originManifestTypejava.lang.Stringcdk.support/lookup-entry:origin-manifest-type
The build-cfn-playback-configuration-dash-configuration-property-builder function updates a CfnPlaybackConfiguration$DashConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$DashConfigurationProperty$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 |
|---|---|---|---|
| `manifestEndpointPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-endpoint-prefix` |
| `mpdLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:mpd-location` |
| `originManifestType` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-manifest-type` |
sourceraw docstring

build-cfn-playback-configuration-hls-configuration-property-builderclj

(build-cfn-playback-configuration-hls-configuration-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-playback-configuration-hls-configuration-property-builder function updates a CfnPlaybackConfiguration$HlsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$HlsConfigurationProperty$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
manifestEndpointPrefixjava.lang.Stringcdk.support/lookup-entry:manifest-endpoint-prefix
The build-cfn-playback-configuration-hls-configuration-property-builder function updates a CfnPlaybackConfiguration$HlsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$HlsConfigurationProperty$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 |
|---|---|---|---|
| `manifestEndpointPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-endpoint-prefix` |
sourceraw docstring

build-cfn-playback-configuration-live-pre-roll-configuration-property-builderclj

(build-cfn-playback-configuration-live-pre-roll-configuration-property-builder
  builder
  id
  config)

The build-cfn-playback-configuration-live-pre-roll-configuration-property-builder function updates a CfnPlaybackConfiguration$LivePreRollConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$LivePreRollConfigurationProperty$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
adDecisionServerUrljava.lang.Stringcdk.support/lookup-entry:ad-decision-server-url
maxDurationSecondsjava.lang.Numbercdk.support/lookup-entry:max-duration-seconds
The build-cfn-playback-configuration-live-pre-roll-configuration-property-builder function updates a CfnPlaybackConfiguration$LivePreRollConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$LivePreRollConfigurationProperty$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 |
|---|---|---|---|
| `adDecisionServerUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-decision-server-url` |
| `maxDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-duration-seconds` |
sourceraw docstring

build-cfn-playback-configuration-manifest-processing-rules-property-builderclj

(build-cfn-playback-configuration-manifest-processing-rules-property-builder
  builder
  id
  config)

The build-cfn-playback-configuration-manifest-processing-rules-property-builder function updates a CfnPlaybackConfiguration$ManifestProcessingRulesProperty$Builder instance using the provided configuration. The function takes the CfnPlaybackConfiguration$ManifestProcessingRulesProperty$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
adMarkerPassthroughsoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$AdMarkerPassthroughPropertycdk.support/lookup-entry:ad-marker-passthrough
The build-cfn-playback-configuration-manifest-processing-rules-property-builder function updates a CfnPlaybackConfiguration$ManifestProcessingRulesProperty$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfiguration$ManifestProcessingRulesProperty$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 |
|---|---|---|---|
| `adMarkerPassthrough` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$AdMarkerPassthroughProperty | [[cdk.support/lookup-entry]] | `:ad-marker-passthrough` |
sourceraw docstring

build-cfn-playback-configuration-props-builderclj

(build-cfn-playback-configuration-props-builder builder id config)

The build-cfn-playback-configuration-props-builder function updates a CfnPlaybackConfigurationProps$Builder instance using the provided configuration. The function takes the CfnPlaybackConfigurationProps$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
adDecisionServerUrljava.lang.Stringcdk.support/lookup-entry:ad-decision-server-url
availSuppressionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:avail-suppression
bumpersoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$BumperPropertycdk.support/lookup-entry:bumper
cdnConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$CdnConfigurationPropertycdk.support/lookup-entry:cdn-configuration
configurationAliasesjava.util.Mapcdk.support/lookup-entry:configuration-aliases
dashConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dash-configuration
hlsConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$HlsConfigurationPropertycdk.support/lookup-entry:hls-configuration
livePreRollConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$LivePreRollConfigurationPropertycdk.support/lookup-entry:live-pre-roll-configuration
manifestProcessingRulessoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$ManifestProcessingRulesPropertycdk.support/lookup-entry:manifest-processing-rules
namejava.lang.Stringcdk.support/lookup-entry:name
personalizationThresholdSecondsjava.lang.Numbercdk.support/lookup-entry:personalization-threshold-seconds
slateAdUrljava.lang.Stringcdk.support/lookup-entry:slate-ad-url
tagsjava.util.Listcdk.support/lookup-entry:tags
transcodeProfileNamejava.lang.Stringcdk.support/lookup-entry:transcode-profile-name
videoContentSourceUrljava.lang.Stringcdk.support/lookup-entry:video-content-source-url
The build-cfn-playback-configuration-props-builder function updates a CfnPlaybackConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnPlaybackConfigurationProps$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 |
|---|---|---|---|
| `adDecisionServerUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-decision-server-url` |
| `availSuppression` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:avail-suppression` |
| `bumper` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$BumperProperty | [[cdk.support/lookup-entry]] | `:bumper` |
| `cdnConfiguration` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$CdnConfigurationProperty | [[cdk.support/lookup-entry]] | `:cdn-configuration` |
| `configurationAliases` | java.util.Map | [[cdk.support/lookup-entry]] | `:configuration-aliases` |
| `dashConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dash-configuration` |
| `hlsConfiguration` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$HlsConfigurationProperty | [[cdk.support/lookup-entry]] | `:hls-configuration` |
| `livePreRollConfiguration` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$LivePreRollConfigurationProperty | [[cdk.support/lookup-entry]] | `:live-pre-roll-configuration` |
| `manifestProcessingRules` | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration$ManifestProcessingRulesProperty | [[cdk.support/lookup-entry]] | `:manifest-processing-rules` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `personalizationThresholdSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:personalization-threshold-seconds` |
| `slateAdUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:slate-ad-url` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `transcodeProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:transcode-profile-name` |
| `videoContentSourceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:video-content-source-url` |
sourceraw docstring

build-cfn-source-location-access-configuration-property-builderclj

(build-cfn-source-location-access-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-source-location-access-configuration-property-builder function updates a CfnSourceLocation$AccessConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSourceLocation$AccessConfigurationProperty$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
accessTypejava.lang.Stringcdk.support/lookup-entry:access-type
secretsManagerAccessTokenConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnSourceLocation$SecretsManagerAccessTokenConfigurationPropertycdk.support/lookup-entry:secrets-manager-access-token-configuration
The build-cfn-source-location-access-configuration-property-builder function updates a CfnSourceLocation$AccessConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSourceLocation$AccessConfigurationProperty$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 |
|---|---|---|---|
| `accessType` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-type` |
| `secretsManagerAccessTokenConfiguration` | software.amazon.awscdk.services.mediatailor.CfnSourceLocation$SecretsManagerAccessTokenConfigurationProperty | [[cdk.support/lookup-entry]] | `:secrets-manager-access-token-configuration` |
sourceraw docstring

build-cfn-source-location-builderclj

(build-cfn-source-location-builder builder id config)

The build-cfn-source-location-builder function updates a CfnSourceLocation$Builder instance using the provided configuration. The function takes the CfnSourceLocation$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
accessConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-configuration
defaultSegmentDeliveryConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnSourceLocation$DefaultSegmentDeliveryConfigurationPropertycdk.support/lookup-entry:default-segment-delivery-configuration
httpConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-configuration
segmentDeliveryConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:segment-delivery-configurations
sourceLocationNamejava.lang.Stringcdk.support/lookup-entry:source-location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-source-location-builder function updates a CfnSourceLocation$Builder instance using the provided configuration.
  The function takes the CfnSourceLocation$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 |
|---|---|---|---|
| `accessConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-configuration` |
| `defaultSegmentDeliveryConfiguration` | software.amazon.awscdk.services.mediatailor.CfnSourceLocation$DefaultSegmentDeliveryConfigurationProperty | [[cdk.support/lookup-entry]] | `:default-segment-delivery-configuration` |
| `httpConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-configuration` |
| `segmentDeliveryConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:segment-delivery-configurations` |
| `sourceLocationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-source-location-default-segment-delivery-configuration-property-builderclj

(build-cfn-source-location-default-segment-delivery-configuration-property-builder
  builder
  id
  config)

The build-cfn-source-location-default-segment-delivery-configuration-property-builder function updates a CfnSourceLocation$DefaultSegmentDeliveryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSourceLocation$DefaultSegmentDeliveryConfigurationProperty$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
baseUrljava.lang.Stringcdk.support/lookup-entry:base-url
The build-cfn-source-location-default-segment-delivery-configuration-property-builder function updates a CfnSourceLocation$DefaultSegmentDeliveryConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSourceLocation$DefaultSegmentDeliveryConfigurationProperty$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 |
|---|---|---|---|
| `baseUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-url` |
sourceraw docstring

build-cfn-source-location-http-configuration-property-builderclj

(build-cfn-source-location-http-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-source-location-http-configuration-property-builder function updates a CfnSourceLocation$HttpConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSourceLocation$HttpConfigurationProperty$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
baseUrljava.lang.Stringcdk.support/lookup-entry:base-url
The build-cfn-source-location-http-configuration-property-builder function updates a CfnSourceLocation$HttpConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSourceLocation$HttpConfigurationProperty$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 |
|---|---|---|---|
| `baseUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-url` |
sourceraw docstring

build-cfn-source-location-props-builderclj

(build-cfn-source-location-props-builder builder id config)

The build-cfn-source-location-props-builder function updates a CfnSourceLocationProps$Builder instance using the provided configuration. The function takes the CfnSourceLocationProps$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
accessConfigurationsoftware.amazon.awscdk.services.mediatailor.CfnSourceLocation$AccessConfigurationPropertycdk.support/lookup-entry:access-configuration
defaultSegmentDeliveryConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-segment-delivery-configuration
httpConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-configuration
segmentDeliveryConfigurationsjava.util.Listcdk.support/lookup-entry:segment-delivery-configurations
sourceLocationNamejava.lang.Stringcdk.support/lookup-entry:source-location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-source-location-props-builder function updates a CfnSourceLocationProps$Builder instance using the provided configuration.
  The function takes the CfnSourceLocationProps$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 |
|---|---|---|---|
| `accessConfiguration` | software.amazon.awscdk.services.mediatailor.CfnSourceLocation$AccessConfigurationProperty | [[cdk.support/lookup-entry]] | `:access-configuration` |
| `defaultSegmentDeliveryConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-segment-delivery-configuration` |
| `httpConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-configuration` |
| `segmentDeliveryConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:segment-delivery-configurations` |
| `sourceLocationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-source-location-secrets-manager-access-token-configuration-property-builderclj

(build-cfn-source-location-secrets-manager-access-token-configuration-property-builder
  builder
  id
  config)

The build-cfn-source-location-secrets-manager-access-token-configuration-property-builder function updates a CfnSourceLocation$SecretsManagerAccessTokenConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSourceLocation$SecretsManagerAccessTokenConfigurationProperty$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
headerNamejava.lang.Stringcdk.support/lookup-entry:header-name
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
secretStringKeyjava.lang.Stringcdk.support/lookup-entry:secret-string-key
The build-cfn-source-location-secrets-manager-access-token-configuration-property-builder function updates a CfnSourceLocation$SecretsManagerAccessTokenConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSourceLocation$SecretsManagerAccessTokenConfigurationProperty$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 |
|---|---|---|---|
| `headerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:header-name` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
| `secretStringKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-string-key` |
sourceraw docstring

build-cfn-source-location-segment-delivery-configuration-property-builderclj

(build-cfn-source-location-segment-delivery-configuration-property-builder
  builder
  id
  config)

The build-cfn-source-location-segment-delivery-configuration-property-builder function updates a CfnSourceLocation$SegmentDeliveryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSourceLocation$SegmentDeliveryConfigurationProperty$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
baseUrljava.lang.Stringcdk.support/lookup-entry:base-url
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-source-location-segment-delivery-configuration-property-builder function updates a CfnSourceLocation$SegmentDeliveryConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSourceLocation$SegmentDeliveryConfigurationProperty$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 |
|---|---|---|---|
| `baseUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-url` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-vod-source-builderclj

(build-cfn-vod-source-builder builder id config)

The build-cfn-vod-source-builder function updates a CfnVodSource$Builder instance using the provided configuration. The function takes the CfnVodSource$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
httpPackageConfigurationsjava.util.Listcdk.support/lookup-entry:http-package-configurations
sourceLocationNamejava.lang.Stringcdk.support/lookup-entry:source-location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
vodSourceNamejava.lang.Stringcdk.support/lookup-entry:vod-source-name
The build-cfn-vod-source-builder function updates a CfnVodSource$Builder instance using the provided configuration.
  The function takes the CfnVodSource$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 |
|---|---|---|---|
| `httpPackageConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:http-package-configurations` |
| `sourceLocationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vodSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vod-source-name` |
sourceraw docstring

build-cfn-vod-source-http-package-configuration-property-builderclj

(build-cfn-vod-source-http-package-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-vod-source-http-package-configuration-property-builder function updates a CfnVodSource$HttpPackageConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVodSource$HttpPackageConfigurationProperty$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
pathjava.lang.Stringcdk.support/lookup-entry:path
sourceGroupjava.lang.Stringcdk.support/lookup-entry:source-group
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-vod-source-http-package-configuration-property-builder function updates a CfnVodSource$HttpPackageConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnVodSource$HttpPackageConfigurationProperty$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 |
|---|---|---|---|
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `sourceGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-group` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-vod-source-props-builderclj

(build-cfn-vod-source-props-builder builder id config)

The build-cfn-vod-source-props-builder function updates a CfnVodSourceProps$Builder instance using the provided configuration. The function takes the CfnVodSourceProps$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
httpPackageConfigurationsjava.util.Listcdk.support/lookup-entry:http-package-configurations
sourceLocationNamejava.lang.Stringcdk.support/lookup-entry:source-location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
vodSourceNamejava.lang.Stringcdk.support/lookup-entry:vod-source-name
The build-cfn-vod-source-props-builder function updates a CfnVodSourceProps$Builder instance using the provided configuration.
  The function takes the CfnVodSourceProps$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 |
|---|---|---|---|
| `httpPackageConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:http-package-configurations` |
| `sourceLocationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vodSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vod-source-name` |
sourceraw docstring

cfn-channel-builderclj

(cfn-channel-builder scope id config)

Creates a CfnChannel$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  `CfnChannel$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-channel-dash-playlist-settings-property-builderclj

(cfn-channel-dash-playlist-settings-property-builder id config)

Creates a CfnChannel$DashPlaylistSettingsProperty$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  `CfnChannel$DashPlaylistSettingsProperty$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-channel-hls-playlist-settings-property-builderclj

(cfn-channel-hls-playlist-settings-property-builder id config)

Creates a CfnChannel$HlsPlaylistSettingsProperty$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  `CfnChannel$HlsPlaylistSettingsProperty$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-channel-log-configuration-for-channel-property-builderclj

(cfn-channel-log-configuration-for-channel-property-builder id config)

Creates a CfnChannel$LogConfigurationForChannelProperty$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  `CfnChannel$LogConfigurationForChannelProperty$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-channel-policy-builderclj

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

Creates a CfnChannelPolicy$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  `CfnChannelPolicy$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-channel-policy-props-builderclj

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

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

(cfn-channel-props-builder id config)

Creates a CfnChannelProps$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  `CfnChannelProps$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-channel-request-output-item-property-builderclj

(cfn-channel-request-output-item-property-builder id config)

Creates a CfnChannel$RequestOutputItemProperty$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  `CfnChannel$RequestOutputItemProperty$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-channel-slate-source-property-builderclj

(cfn-channel-slate-source-property-builder id config)

Creates a CfnChannel$SlateSourceProperty$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  `CfnChannel$SlateSourceProperty$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-channel-time-shift-configuration-property-builderclj

(cfn-channel-time-shift-configuration-property-builder id config)

Creates a CfnChannel$TimeShiftConfigurationProperty$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  `CfnChannel$TimeShiftConfigurationProperty$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-live-source-builderclj

(cfn-live-source-builder scope id config)

Creates a CfnLiveSource$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  `CfnLiveSource$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-live-source-http-package-configuration-property-builderclj

(cfn-live-source-http-package-configuration-property-builder id config)

Creates a CfnLiveSource$HttpPackageConfigurationProperty$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  `CfnLiveSource$HttpPackageConfigurationProperty$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-live-source-props-builderclj

(cfn-live-source-props-builder id config)

Creates a CfnLiveSourceProps$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  `CfnLiveSourceProps$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-playback-configuration-ad-marker-passthrough-property-builderclj

(cfn-playback-configuration-ad-marker-passthrough-property-builder id config)

Creates a CfnPlaybackConfiguration$AdMarkerPassthroughProperty$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  `CfnPlaybackConfiguration$AdMarkerPassthroughProperty$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-playback-configuration-avail-suppression-property-builderclj

(cfn-playback-configuration-avail-suppression-property-builder id config)

Creates a CfnPlaybackConfiguration$AvailSuppressionProperty$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  `CfnPlaybackConfiguration$AvailSuppressionProperty$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-playback-configuration-builderclj

(cfn-playback-configuration-builder scope id config)

Creates a CfnPlaybackConfiguration$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  `CfnPlaybackConfiguration$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-playback-configuration-bumper-property-builderclj

(cfn-playback-configuration-bumper-property-builder id config)

Creates a CfnPlaybackConfiguration$BumperProperty$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  `CfnPlaybackConfiguration$BumperProperty$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-playback-configuration-cdn-configuration-property-builderclj

(cfn-playback-configuration-cdn-configuration-property-builder id config)

Creates a CfnPlaybackConfiguration$CdnConfigurationProperty$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  `CfnPlaybackConfiguration$CdnConfigurationProperty$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-playback-configuration-dash-configuration-property-builderclj

(cfn-playback-configuration-dash-configuration-property-builder id config)

Creates a CfnPlaybackConfiguration$DashConfigurationProperty$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  `CfnPlaybackConfiguration$DashConfigurationProperty$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-playback-configuration-hls-configuration-property-builderclj

(cfn-playback-configuration-hls-configuration-property-builder id config)

Creates a CfnPlaybackConfiguration$HlsConfigurationProperty$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  `CfnPlaybackConfiguration$HlsConfigurationProperty$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-playback-configuration-live-pre-roll-configuration-property-builderclj

(cfn-playback-configuration-live-pre-roll-configuration-property-builder id
                                                                         config)

Creates a CfnPlaybackConfiguration$LivePreRollConfigurationProperty$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  `CfnPlaybackConfiguration$LivePreRollConfigurationProperty$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-playback-configuration-manifest-processing-rules-property-builderclj

(cfn-playback-configuration-manifest-processing-rules-property-builder id
                                                                       config)

Creates a CfnPlaybackConfiguration$ManifestProcessingRulesProperty$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  `CfnPlaybackConfiguration$ManifestProcessingRulesProperty$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-playback-configuration-props-builderclj

(cfn-playback-configuration-props-builder id config)

Creates a CfnPlaybackConfigurationProps$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  `CfnPlaybackConfigurationProps$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-source-location-access-configuration-property-builderclj

(cfn-source-location-access-configuration-property-builder id config)

Creates a CfnSourceLocation$AccessConfigurationProperty$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  `CfnSourceLocation$AccessConfigurationProperty$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-source-location-builderclj

(cfn-source-location-builder scope id config)

Creates a CfnSourceLocation$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  `CfnSourceLocation$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-source-location-default-segment-delivery-configuration-property-builderclj

(cfn-source-location-default-segment-delivery-configuration-property-builder
  id
  config)

Creates a CfnSourceLocation$DefaultSegmentDeliveryConfigurationProperty$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  `CfnSourceLocation$DefaultSegmentDeliveryConfigurationProperty$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-source-location-http-configuration-property-builderclj

(cfn-source-location-http-configuration-property-builder id config)

Creates a CfnSourceLocation$HttpConfigurationProperty$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  `CfnSourceLocation$HttpConfigurationProperty$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-source-location-props-builderclj

(cfn-source-location-props-builder id config)

Creates a CfnSourceLocationProps$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  `CfnSourceLocationProps$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-source-location-secrets-manager-access-token-configuration-property-builderclj

(cfn-source-location-secrets-manager-access-token-configuration-property-builder
  id
  config)

Creates a CfnSourceLocation$SecretsManagerAccessTokenConfigurationProperty$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  `CfnSourceLocation$SecretsManagerAccessTokenConfigurationProperty$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-source-location-segment-delivery-configuration-property-builderclj

(cfn-source-location-segment-delivery-configuration-property-builder id config)

Creates a CfnSourceLocation$SegmentDeliveryConfigurationProperty$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  `CfnSourceLocation$SegmentDeliveryConfigurationProperty$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-vod-source-builderclj

(cfn-vod-source-builder scope id config)

Creates a CfnVodSource$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  `CfnVodSource$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-vod-source-http-package-configuration-property-builderclj

(cfn-vod-source-http-package-configuration-property-builder id config)

Creates a CfnVodSource$HttpPackageConfigurationProperty$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  `CfnVodSource$HttpPackageConfigurationProperty$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-vod-source-props-builderclj

(cfn-vod-source-props-builder id config)

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