Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.mediapackagev2

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

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.mediapackagev2 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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-channel-group-builderclj

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

The build-cfn-channel-group-builder function updates a CfnChannelGroup$Builder instance using the provided configuration. The function takes the CfnChannelGroup$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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-channel-group-builder function updates a CfnChannelGroup$Builder instance using the provided configuration.
  The function takes the CfnChannelGroup$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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-channel-group-props-builderclj

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

The build-cfn-channel-group-props-builder function updates a CfnChannelGroupProps$Builder instance using the provided configuration. The function takes the CfnChannelGroupProps$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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-channel-group-props-builder function updates a CfnChannelGroupProps$Builder instance using the provided configuration.
  The function takes the CfnChannelGroupProps$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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-channel-ingest-endpoint-property-builderclj

(build-cfn-channel-ingest-endpoint-property-builder builder id config)

The build-cfn-channel-ingest-endpoint-property-builder function updates a CfnChannel$IngestEndpointProperty$Builder instance using the provided configuration. The function takes the CfnChannel$IngestEndpointProperty$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
idjava.lang.Stringcdk.support/lookup-entry:id
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-channel-ingest-endpoint-property-builder function updates a CfnChannel$IngestEndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$IngestEndpointProperty$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 |
|---|---|---|---|
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-origin-endpoint-builderclj

(build-cfn-origin-endpoint-builder builder id config)

The build-cfn-origin-endpoint-builder function updates a CfnOriginEndpoint$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
containerTypejava.lang.Stringcdk.support/lookup-entry:container-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
hlsManifestssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hls-manifests
lowLatencyHlsManifestsjava.util.Listcdk.support/lookup-entry:low-latency-hls-manifests
originEndpointNamejava.lang.Stringcdk.support/lookup-entry:origin-endpoint-name
segmentsoftware.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$SegmentPropertycdk.support/lookup-entry:segment
startoverWindowSecondsjava.lang.Numbercdk.support/lookup-entry:startover-window-seconds
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-origin-endpoint-builder function updates a CfnOriginEndpoint$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `containerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `hlsManifests` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-manifests` |
| `lowLatencyHlsManifests` | java.util.List | [[cdk.support/lookup-entry]] | `:low-latency-hls-manifests` |
| `originEndpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-endpoint-name` |
| `segment` | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$SegmentProperty | [[cdk.support/lookup-entry]] | `:segment` |
| `startoverWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:startover-window-seconds` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-origin-endpoint-encryption-contract-configuration-property-builderclj

(build-cfn-origin-endpoint-encryption-contract-configuration-property-builder
  builder
  id
  config)

The build-cfn-origin-endpoint-encryption-contract-configuration-property-builder function updates a CfnOriginEndpoint$EncryptionContractConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$EncryptionContractConfigurationProperty$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
presetSpeke20Audiojava.lang.Stringcdk.support/lookup-entry:preset-speke20-audio
presetSpeke20Videojava.lang.Stringcdk.support/lookup-entry:preset-speke20-video
The build-cfn-origin-endpoint-encryption-contract-configuration-property-builder function updates a CfnOriginEndpoint$EncryptionContractConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$EncryptionContractConfigurationProperty$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 |
|---|---|---|---|
| `presetSpeke20Audio` | java.lang.String | [[cdk.support/lookup-entry]] | `:preset-speke20-audio` |
| `presetSpeke20Video` | java.lang.String | [[cdk.support/lookup-entry]] | `:preset-speke20-video` |
sourceraw docstring

build-cfn-origin-endpoint-encryption-method-property-builderclj

(build-cfn-origin-endpoint-encryption-method-property-builder builder id config)

The build-cfn-origin-endpoint-encryption-method-property-builder function updates a CfnOriginEndpoint$EncryptionMethodProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$EncryptionMethodProperty$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
cmafEncryptionMethodjava.lang.Stringcdk.support/lookup-entry:cmaf-encryption-method
tsEncryptionMethodjava.lang.Stringcdk.support/lookup-entry:ts-encryption-method
The build-cfn-origin-endpoint-encryption-method-property-builder function updates a CfnOriginEndpoint$EncryptionMethodProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$EncryptionMethodProperty$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 |
|---|---|---|---|
| `cmafEncryptionMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:cmaf-encryption-method` |
| `tsEncryptionMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:ts-encryption-method` |
sourceraw docstring

build-cfn-origin-endpoint-encryption-property-builderclj

(build-cfn-origin-endpoint-encryption-property-builder builder id config)

The build-cfn-origin-endpoint-encryption-property-builder function updates a CfnOriginEndpoint$EncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$EncryptionProperty$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
constantInitializationVectorjava.lang.Stringcdk.support/lookup-entry:constant-initialization-vector
encryptionMethodsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-method
keyRotationIntervalSecondsjava.lang.Numbercdk.support/lookup-entry:key-rotation-interval-seconds
spekeKeyProvidersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:speke-key-provider
The build-cfn-origin-endpoint-encryption-property-builder function updates a CfnOriginEndpoint$EncryptionProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$EncryptionProperty$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 |
|---|---|---|---|
| `constantInitializationVector` | java.lang.String | [[cdk.support/lookup-entry]] | `:constant-initialization-vector` |
| `encryptionMethod` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-method` |
| `keyRotationIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:key-rotation-interval-seconds` |
| `spekeKeyProvider` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
sourceraw docstring

build-cfn-origin-endpoint-filter-configuration-property-builderclj

(build-cfn-origin-endpoint-filter-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-origin-endpoint-filter-configuration-property-builder function updates a CfnOriginEndpoint$FilterConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$FilterConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
endjava.lang.Stringcdk.support/lookup-entry:end
manifestFilterjava.lang.Stringcdk.support/lookup-entry:manifest-filter
startjava.lang.Stringcdk.support/lookup-entry:start
timeDelaySecondsjava.lang.Numbercdk.support/lookup-entry:time-delay-seconds
The build-cfn-origin-endpoint-filter-configuration-property-builder function updates a CfnOriginEndpoint$FilterConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$FilterConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `manifestFilter` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-filter` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `timeDelaySeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:time-delay-seconds` |
sourceraw docstring

build-cfn-origin-endpoint-hls-manifest-configuration-property-builderclj

(build-cfn-origin-endpoint-hls-manifest-configuration-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-origin-endpoint-hls-manifest-configuration-property-builder function updates a CfnOriginEndpoint$HlsManifestConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$HlsManifestConfigurationProperty$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
childManifestNamejava.lang.Stringcdk.support/lookup-entry:child-manifest-name
filterConfigurationsoftware.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$FilterConfigurationPropertycdk.support/lookup-entry:filter-configuration
manifestNamejava.lang.Stringcdk.support/lookup-entry:manifest-name
manifestWindowSecondsjava.lang.Numbercdk.support/lookup-entry:manifest-window-seconds
programDateTimeIntervalSecondsjava.lang.Numbercdk.support/lookup-entry:program-date-time-interval-seconds
scteHlssoftware.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$ScteHlsPropertycdk.support/lookup-entry:scte-hls
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-origin-endpoint-hls-manifest-configuration-property-builder function updates a CfnOriginEndpoint$HlsManifestConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$HlsManifestConfigurationProperty$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 |
|---|---|---|---|
| `childManifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:child-manifest-name` |
| `filterConfiguration` | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$FilterConfigurationProperty | [[cdk.support/lookup-entry]] | `:filter-configuration` |
| `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` |
| `manifestWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:manifest-window-seconds` |
| `programDateTimeIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:program-date-time-interval-seconds` |
| `scteHls` | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$ScteHlsProperty | [[cdk.support/lookup-entry]] | `:scte-hls` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
sourceraw docstring

build-cfn-origin-endpoint-low-latency-hls-manifest-configuration-property-builderclj

(build-cfn-origin-endpoint-low-latency-hls-manifest-configuration-property-builder
  builder
  id
  config)

The build-cfn-origin-endpoint-low-latency-hls-manifest-configuration-property-builder function updates a CfnOriginEndpoint$LowLatencyHlsManifestConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$LowLatencyHlsManifestConfigurationProperty$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
childManifestNamejava.lang.Stringcdk.support/lookup-entry:child-manifest-name
filterConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter-configuration
manifestNamejava.lang.Stringcdk.support/lookup-entry:manifest-name
manifestWindowSecondsjava.lang.Numbercdk.support/lookup-entry:manifest-window-seconds
programDateTimeIntervalSecondsjava.lang.Numbercdk.support/lookup-entry:program-date-time-interval-seconds
scteHlssoftware.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$ScteHlsPropertycdk.support/lookup-entry:scte-hls
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-origin-endpoint-low-latency-hls-manifest-configuration-property-builder function updates a CfnOriginEndpoint$LowLatencyHlsManifestConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$LowLatencyHlsManifestConfigurationProperty$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 |
|---|---|---|---|
| `childManifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:child-manifest-name` |
| `filterConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-configuration` |
| `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` |
| `manifestWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:manifest-window-seconds` |
| `programDateTimeIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:program-date-time-interval-seconds` |
| `scteHls` | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$ScteHlsProperty | [[cdk.support/lookup-entry]] | `:scte-hls` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
sourceraw docstring

build-cfn-origin-endpoint-policy-builderclj

(build-cfn-origin-endpoint-policy-builder builder id config)

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

build-cfn-origin-endpoint-policy-props-builderclj

(build-cfn-origin-endpoint-policy-props-builder builder id config)

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

build-cfn-origin-endpoint-props-builderclj

(build-cfn-origin-endpoint-props-builder builder id config)

The build-cfn-origin-endpoint-props-builder function updates a CfnOriginEndpointProps$Builder instance using the provided configuration. The function takes the CfnOriginEndpointProps$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
channelGroupNamejava.lang.Stringcdk.support/lookup-entry:channel-group-name
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
containerTypejava.lang.Stringcdk.support/lookup-entry:container-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
hlsManifestsjava.util.Listcdk.support/lookup-entry:hls-manifests
lowLatencyHlsManifestsjava.util.Listcdk.support/lookup-entry:low-latency-hls-manifests
originEndpointNamejava.lang.Stringcdk.support/lookup-entry:origin-endpoint-name
segmentsoftware.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$SegmentPropertycdk.support/lookup-entry:segment
startoverWindowSecondsjava.lang.Numbercdk.support/lookup-entry:startover-window-seconds
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-origin-endpoint-props-builder function updates a CfnOriginEndpointProps$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpointProps$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 |
|---|---|---|---|
| `channelGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-group-name` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `containerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `hlsManifests` | java.util.List | [[cdk.support/lookup-entry]] | `:hls-manifests` |
| `lowLatencyHlsManifests` | java.util.List | [[cdk.support/lookup-entry]] | `:low-latency-hls-manifests` |
| `originEndpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-endpoint-name` |
| `segment` | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$SegmentProperty | [[cdk.support/lookup-entry]] | `:segment` |
| `startoverWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:startover-window-seconds` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-origin-endpoint-scte-hls-property-builderclj

(build-cfn-origin-endpoint-scte-hls-property-builder builder id config)

The build-cfn-origin-endpoint-scte-hls-property-builder function updates a CfnOriginEndpoint$ScteHlsProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$ScteHlsProperty$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
adMarkerHlsjava.lang.Stringcdk.support/lookup-entry:ad-marker-hls
The build-cfn-origin-endpoint-scte-hls-property-builder function updates a CfnOriginEndpoint$ScteHlsProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$ScteHlsProperty$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 |
|---|---|---|---|
| `adMarkerHls` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-marker-hls` |
sourceraw docstring

build-cfn-origin-endpoint-scte-property-builderclj

(build-cfn-origin-endpoint-scte-property-builder builder id config)

The build-cfn-origin-endpoint-scte-property-builder function updates a CfnOriginEndpoint$ScteProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$ScteProperty$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
scteFilterjava.util.Listcdk.support/lookup-entry:scte-filter
The build-cfn-origin-endpoint-scte-property-builder function updates a CfnOriginEndpoint$ScteProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$ScteProperty$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 |
|---|---|---|---|
| `scteFilter` | java.util.List | [[cdk.support/lookup-entry]] | `:scte-filter` |
sourceraw docstring

build-cfn-origin-endpoint-segment-property-builderclj

(build-cfn-origin-endpoint-segment-property-builder builder id config)

The build-cfn-origin-endpoint-segment-property-builder function updates a CfnOriginEndpoint$SegmentProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$SegmentProperty$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
encryptionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption
includeIframeOnlyStreamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-iframe-only-streams
sctesoftware.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$SctePropertycdk.support/lookup-entry:scte
segmentDurationSecondsjava.lang.Numbercdk.support/lookup-entry:segment-duration-seconds
segmentNamejava.lang.Stringcdk.support/lookup-entry:segment-name
tsIncludeDvbSubtitlessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ts-include-dvb-subtitles
tsUseAudioRenditionGroupsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ts-use-audio-rendition-group
The build-cfn-origin-endpoint-segment-property-builder function updates a CfnOriginEndpoint$SegmentProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$SegmentProperty$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 |
|---|---|---|---|
| `encryption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption` |
| `includeIframeOnlyStreams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-iframe-only-streams` |
| `scte` | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$ScteProperty | [[cdk.support/lookup-entry]] | `:scte` |
| `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` |
| `segmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment-name` |
| `tsIncludeDvbSubtitles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ts-include-dvb-subtitles` |
| `tsUseAudioRenditionGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ts-use-audio-rendition-group` |
sourceraw docstring

build-cfn-origin-endpoint-speke-key-provider-property-builderclj

(build-cfn-origin-endpoint-speke-key-provider-property-builder builder
                                                               id
                                                               config)

The build-cfn-origin-endpoint-speke-key-provider-property-builder function updates a CfnOriginEndpoint$SpekeKeyProviderProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$SpekeKeyProviderProperty$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
drmSystemsjava.util.Listcdk.support/lookup-entry:drm-systems
encryptionContractConfigurationsoftware.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$EncryptionContractConfigurationPropertycdk.support/lookup-entry:encryption-contract-configuration
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-origin-endpoint-speke-key-provider-property-builder function updates a CfnOriginEndpoint$SpekeKeyProviderProperty$Builder instance using the provided configuration.
  The function takes the CfnOriginEndpoint$SpekeKeyProviderProperty$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 |
|---|---|---|---|
| `drmSystems` | java.util.List | [[cdk.support/lookup-entry]] | `:drm-systems` |
| `encryptionContractConfiguration` | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint$EncryptionContractConfigurationProperty | [[cdk.support/lookup-entry]] | `:encryption-contract-configuration` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
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-group-builderclj

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

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

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

Creates a CfnChannelGroupProps$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  `CfnChannelGroupProps$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-ingest-endpoint-property-builderclj

(cfn-channel-ingest-endpoint-property-builder id config)

Creates a CfnChannel$IngestEndpointProperty$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$IngestEndpointProperty$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-origin-endpoint-builderclj

(cfn-origin-endpoint-builder scope id config)

Creates a CfnOriginEndpoint$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  `CfnOriginEndpoint$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-origin-endpoint-encryption-contract-configuration-property-builderclj

(cfn-origin-endpoint-encryption-contract-configuration-property-builder id
                                                                        config)

Creates a CfnOriginEndpoint$EncryptionContractConfigurationProperty$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  `CfnOriginEndpoint$EncryptionContractConfigurationProperty$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-origin-endpoint-encryption-method-property-builderclj

(cfn-origin-endpoint-encryption-method-property-builder id config)

Creates a CfnOriginEndpoint$EncryptionMethodProperty$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  `CfnOriginEndpoint$EncryptionMethodProperty$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-origin-endpoint-encryption-property-builderclj

(cfn-origin-endpoint-encryption-property-builder id config)

Creates a CfnOriginEndpoint$EncryptionProperty$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  `CfnOriginEndpoint$EncryptionProperty$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-origin-endpoint-filter-configuration-property-builderclj

(cfn-origin-endpoint-filter-configuration-property-builder id config)

Creates a CfnOriginEndpoint$FilterConfigurationProperty$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  `CfnOriginEndpoint$FilterConfigurationProperty$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-origin-endpoint-hls-manifest-configuration-property-builderclj

(cfn-origin-endpoint-hls-manifest-configuration-property-builder id config)

Creates a CfnOriginEndpoint$HlsManifestConfigurationProperty$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  `CfnOriginEndpoint$HlsManifestConfigurationProperty$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-origin-endpoint-low-latency-hls-manifest-configuration-property-builderclj

(cfn-origin-endpoint-low-latency-hls-manifest-configuration-property-builder
  id
  config)

Creates a CfnOriginEndpoint$LowLatencyHlsManifestConfigurationProperty$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  `CfnOriginEndpoint$LowLatencyHlsManifestConfigurationProperty$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-origin-endpoint-policy-builderclj

(cfn-origin-endpoint-policy-builder scope id config)

Creates a CfnOriginEndpointPolicy$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  `CfnOriginEndpointPolicy$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-origin-endpoint-policy-props-builderclj

(cfn-origin-endpoint-policy-props-builder id config)

Creates a CfnOriginEndpointPolicyProps$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  `CfnOriginEndpointPolicyProps$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-origin-endpoint-props-builderclj

(cfn-origin-endpoint-props-builder id config)

Creates a CfnOriginEndpointProps$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  `CfnOriginEndpointProps$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-origin-endpoint-scte-hls-property-builderclj

(cfn-origin-endpoint-scte-hls-property-builder id config)

Creates a CfnOriginEndpoint$ScteHlsProperty$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  `CfnOriginEndpoint$ScteHlsProperty$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-origin-endpoint-scte-property-builderclj

(cfn-origin-endpoint-scte-property-builder id config)

Creates a CfnOriginEndpoint$ScteProperty$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  `CfnOriginEndpoint$ScteProperty$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-origin-endpoint-segment-property-builderclj

(cfn-origin-endpoint-segment-property-builder id config)

Creates a CfnOriginEndpoint$SegmentProperty$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  `CfnOriginEndpoint$SegmentProperty$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-origin-endpoint-speke-key-provider-property-builderclj

(cfn-origin-endpoint-speke-key-provider-property-builder id config)

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