Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.mediapackage package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.mediapackage package.
(build-cfn-asset-builder builder id config)
The build-cfn-asset-builder function updates a CfnAsset$Builder instance using the provided configuration. The function takes the CfnAsset$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 |
---|---|---|---|
egressEndpoints | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :egress-endpoints |
id | java.lang.String | cdk.support/lookup-entry | :id |
packagingGroupId | java.lang.String | cdk.support/lookup-entry | :packaging-group-id |
resourceId | java.lang.String | cdk.support/lookup-entry | :resource-id |
sourceArn | java.lang.String | cdk.support/lookup-entry | :source-arn |
sourceRoleArn | java.lang.String | cdk.support/lookup-entry | :source-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-asset-builder function updates a CfnAsset$Builder instance using the provided configuration. The function takes the CfnAsset$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 | |---|---|---|---| | `egressEndpoints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:egress-endpoints` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `packagingGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging-group-id` | | `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` | | `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` | | `sourceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-asset-egress-endpoint-property-builder builder id config)
The build-cfn-asset-egress-endpoint-property-builder function updates a CfnAsset$EgressEndpointProperty$Builder instance using the provided configuration. The function takes the CfnAsset$EgressEndpointProperty$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 |
---|---|---|---|
packagingConfigurationId | java.lang.String | cdk.support/lookup-entry | :packaging-configuration-id |
url | java.lang.String | cdk.support/lookup-entry | :url |
The build-cfn-asset-egress-endpoint-property-builder function updates a CfnAsset$EgressEndpointProperty$Builder instance using the provided configuration. The function takes the CfnAsset$EgressEndpointProperty$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 | |---|---|---|---| | `packagingConfigurationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging-configuration-id` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-asset-props-builder builder id config)
The build-cfn-asset-props-builder function updates a CfnAssetProps$Builder instance using the provided configuration. The function takes the CfnAssetProps$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 |
---|---|---|---|
egressEndpoints | java.util.List | cdk.support/lookup-entry | :egress-endpoints |
id | java.lang.String | cdk.support/lookup-entry | :id |
packagingGroupId | java.lang.String | cdk.support/lookup-entry | :packaging-group-id |
resourceId | java.lang.String | cdk.support/lookup-entry | :resource-id |
sourceArn | java.lang.String | cdk.support/lookup-entry | :source-arn |
sourceRoleArn | java.lang.String | cdk.support/lookup-entry | :source-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-asset-props-builder function updates a CfnAssetProps$Builder instance using the provided configuration. The function takes the CfnAssetProps$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 | |---|---|---|---| | `egressEndpoints` | java.util.List | [[cdk.support/lookup-entry]] | `:egress-endpoints` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `packagingGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging-group-id` | | `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` | | `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` | | `sourceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
egressAccessLogs | software.amazon.awscdk.services.mediapackage.CfnChannel$LogConfigurationProperty | cdk.support/lookup-entry | :egress-access-logs |
hlsIngest | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hls-ingest |
id | java.lang.String | cdk.support/lookup-entry | :id |
ingressAccessLogs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ingress-access-logs |
tags | java.util.List | cdk.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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `egressAccessLogs` | software.amazon.awscdk.services.mediapackage.CfnChannel$LogConfigurationProperty | [[cdk.support/lookup-entry]] | `:egress-access-logs` | | `hlsIngest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-ingest` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `ingressAccessLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ingress-access-logs` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-channel-hls-ingest-property-builder builder id config)
The build-cfn-channel-hls-ingest-property-builder function updates a CfnChannel$HlsIngestProperty$Builder instance using the provided configuration. The function takes the CfnChannel$HlsIngestProperty$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 |
---|---|---|---|
ingestEndpoints | java.util.List | cdk.support/lookup-entry | :ingest-endpoints |
The build-cfn-channel-hls-ingest-property-builder function updates a CfnChannel$HlsIngestProperty$Builder instance using the provided configuration. The function takes the CfnChannel$HlsIngestProperty$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 | |---|---|---|---| | `ingestEndpoints` | java.util.List | [[cdk.support/lookup-entry]] | `:ingest-endpoints` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
id | java.lang.String | cdk.support/lookup-entry | :id |
password | java.lang.String | cdk.support/lookup-entry | :password |
url | java.lang.String | cdk.support/lookup-entry | :url |
username | java.lang.String | cdk.support/lookup-entry | :username |
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` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-channel-log-configuration-property-builder builder id config)
The build-cfn-channel-log-configuration-property-builder function updates a CfnChannel$LogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnChannel$LogConfigurationProperty$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 |
---|---|---|---|
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
The build-cfn-channel-log-configuration-property-builder function updates a CfnChannel$LogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnChannel$LogConfigurationProperty$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 | |---|---|---|---| | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
egressAccessLogs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :egress-access-logs |
hlsIngest | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hls-ingest |
id | java.lang.String | cdk.support/lookup-entry | :id |
ingressAccessLogs | software.amazon.awscdk.services.mediapackage.CfnChannel$LogConfigurationProperty | cdk.support/lookup-entry | :ingress-access-logs |
tags | java.util.List | cdk.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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `egressAccessLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:egress-access-logs` | | `hlsIngest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-ingest` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `ingressAccessLogs` | software.amazon.awscdk.services.mediapackage.CfnChannel$LogConfigurationProperty | [[cdk.support/lookup-entry]] | `:ingress-access-logs` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-origin-endpoint-authorization-property-builder builder id config)
The build-cfn-origin-endpoint-authorization-property-builder function updates a CfnOriginEndpoint$AuthorizationProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$AuthorizationProperty$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 |
---|---|---|---|
cdnIdentifierSecret | java.lang.String | cdk.support/lookup-entry | :cdn-identifier-secret |
secretsRoleArn | java.lang.String | cdk.support/lookup-entry | :secrets-role-arn |
The build-cfn-origin-endpoint-authorization-property-builder function updates a CfnOriginEndpoint$AuthorizationProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$AuthorizationProperty$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 | |---|---|---|---| | `cdnIdentifierSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:cdn-identifier-secret` | | `secretsRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-role-arn` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorization | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :authorization |
channelId | java.lang.String | cdk.support/lookup-entry | :channel-id |
cmafPackage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cmaf-package |
dashPackage | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$DashPackageProperty | cdk.support/lookup-entry | :dash-package |
description | java.lang.String | cdk.support/lookup-entry | :description |
hlsPackage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hls-package |
id | java.lang.String | cdk.support/lookup-entry | :id |
manifestName | java.lang.String | cdk.support/lookup-entry | :manifest-name |
mssPackage | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$MssPackageProperty | cdk.support/lookup-entry | :mss-package |
origination | java.lang.String | cdk.support/lookup-entry | :origination |
startoverWindowSeconds | java.lang.Number | cdk.support/lookup-entry | :startover-window-seconds |
tags | java.util.List | cdk.support/lookup-entry | :tags |
timeDelaySeconds | java.lang.Number | cdk.support/lookup-entry | :time-delay-seconds |
whitelist | java.util.List | cdk.support/lookup-entry | :whitelist |
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 | |---|---|---|---| | `authorization` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authorization` | | `channelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-id` | | `cmafPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cmaf-package` | | `dashPackage` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$DashPackageProperty | [[cdk.support/lookup-entry]] | `:dash-package` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `hlsPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-package` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` | | `mssPackage` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$MssPackageProperty | [[cdk.support/lookup-entry]] | `:mss-package` | | `origination` | java.lang.String | [[cdk.support/lookup-entry]] | `:origination` | | `startoverWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:startover-window-seconds` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `timeDelaySeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:time-delay-seconds` | | `whitelist` | java.util.List | [[cdk.support/lookup-entry]] | `:whitelist` |
(build-cfn-origin-endpoint-cmaf-encryption-property-builder builder id config)
The build-cfn-origin-endpoint-cmaf-encryption-property-builder function updates a CfnOriginEndpoint$CmafEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$CmafEncryptionProperty$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 | java.lang.String | cdk.support/lookup-entry | :encryption-method |
keyRotationIntervalSeconds | java.lang.Number | cdk.support/lookup-entry | :key-rotation-interval-seconds |
spekeKeyProvider | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$SpekeKeyProviderProperty | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-origin-endpoint-cmaf-encryption-property-builder function updates a CfnOriginEndpoint$CmafEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$CmafEncryptionProperty$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` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-method` | | `keyRotationIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:key-rotation-interval-seconds` | | `spekeKeyProvider` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$SpekeKeyProviderProperty | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-origin-endpoint-cmaf-package-property-builder builder id config)
The build-cfn-origin-endpoint-cmaf-package-property-builder function updates a CfnOriginEndpoint$CmafPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$CmafPackageProperty$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 |
hlsManifests | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hls-manifests |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
segmentPrefix | java.lang.String | cdk.support/lookup-entry | :segment-prefix |
streamSelection | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$StreamSelectionProperty | cdk.support/lookup-entry | :stream-selection |
The build-cfn-origin-endpoint-cmaf-package-property-builder function updates a CfnOriginEndpoint$CmafPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$CmafPackageProperty$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` | | `hlsManifests` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-manifests` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` | | `segmentPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment-prefix` | | `streamSelection` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$StreamSelectionProperty | [[cdk.support/lookup-entry]] | `:stream-selection` |
(build-cfn-origin-endpoint-dash-encryption-property-builder builder id config)
The build-cfn-origin-endpoint-dash-encryption-property-builder function updates a CfnOriginEndpoint$DashEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$DashEncryptionProperty$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 |
---|---|---|---|
keyRotationIntervalSeconds | java.lang.Number | cdk.support/lookup-entry | :key-rotation-interval-seconds |
spekeKeyProvider | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-origin-endpoint-dash-encryption-property-builder function updates a CfnOriginEndpoint$DashEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$DashEncryptionProperty$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 | |---|---|---|---| | `keyRotationIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:key-rotation-interval-seconds` | | `spekeKeyProvider` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-origin-endpoint-dash-package-property-builder builder id config)
The build-cfn-origin-endpoint-dash-package-property-builder function updates a CfnOriginEndpoint$DashPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$DashPackageProperty$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 |
---|---|---|---|
adTriggers | java.util.List | cdk.support/lookup-entry | :ad-triggers |
adsOnDeliveryRestrictions | java.lang.String | cdk.support/lookup-entry | :ads-on-delivery-restrictions |
encryption | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$DashEncryptionProperty | cdk.support/lookup-entry | :encryption |
includeIframeOnlyStream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-iframe-only-stream |
manifestLayout | java.lang.String | cdk.support/lookup-entry | :manifest-layout |
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 |
periodTriggers | java.util.List | cdk.support/lookup-entry | :period-triggers |
profile | java.lang.String | cdk.support/lookup-entry | :profile |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
segmentTemplateFormat | java.lang.String | cdk.support/lookup-entry | :segment-template-format |
streamSelection | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :stream-selection |
suggestedPresentationDelaySeconds | java.lang.Number | cdk.support/lookup-entry | :suggested-presentation-delay-seconds |
utcTiming | java.lang.String | cdk.support/lookup-entry | :utc-timing |
utcTimingUri | java.lang.String | cdk.support/lookup-entry | :utc-timing-uri |
The build-cfn-origin-endpoint-dash-package-property-builder function updates a CfnOriginEndpoint$DashPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$DashPackageProperty$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 | |---|---|---|---| | `adTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:ad-triggers` | | `adsOnDeliveryRestrictions` | java.lang.String | [[cdk.support/lookup-entry]] | `:ads-on-delivery-restrictions` | | `encryption` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$DashEncryptionProperty | [[cdk.support/lookup-entry]] | `:encryption` | | `includeIframeOnlyStream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-iframe-only-stream` | | `manifestLayout` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-layout` | | `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` | | `periodTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:period-triggers` | | `profile` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` | | `segmentTemplateFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment-template-format` | | `streamSelection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stream-selection` | | `suggestedPresentationDelaySeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:suggested-presentation-delay-seconds` | | `utcTiming` | java.lang.String | [[cdk.support/lookup-entry]] | `:utc-timing` | | `utcTimingUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:utc-timing-uri` |
(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:
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 |
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` |
(build-cfn-origin-endpoint-hls-encryption-property-builder builder id config)
The build-cfn-origin-endpoint-hls-encryption-property-builder function updates a CfnOriginEndpoint$HlsEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$HlsEncryptionProperty$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 | java.lang.String | cdk.support/lookup-entry | :encryption-method |
keyRotationIntervalSeconds | java.lang.Number | cdk.support/lookup-entry | :key-rotation-interval-seconds |
repeatExtXKey | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :repeat-ext-x-key |
spekeKeyProvider | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$SpekeKeyProviderProperty | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-origin-endpoint-hls-encryption-property-builder function updates a CfnOriginEndpoint$HlsEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$HlsEncryptionProperty$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` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-method` | | `keyRotationIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:key-rotation-interval-seconds` | | `repeatExtXKey` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:repeat-ext-x-key` | | `spekeKeyProvider` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$SpekeKeyProviderProperty | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-origin-endpoint-hls-manifest-property-builder builder id config)
The build-cfn-origin-endpoint-hls-manifest-property-builder function updates a CfnOriginEndpoint$HlsManifestProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$HlsManifestProperty$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 |
---|---|---|---|
adMarkers | java.lang.String | cdk.support/lookup-entry | :ad-markers |
adTriggers | java.util.List | cdk.support/lookup-entry | :ad-triggers |
adsOnDeliveryRestrictions | java.lang.String | cdk.support/lookup-entry | :ads-on-delivery-restrictions |
id | java.lang.String | cdk.support/lookup-entry | :id |
includeIframeOnlyStream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-iframe-only-stream |
manifestName | java.lang.String | cdk.support/lookup-entry | :manifest-name |
playlistType | java.lang.String | cdk.support/lookup-entry | :playlist-type |
playlistWindowSeconds | java.lang.Number | cdk.support/lookup-entry | :playlist-window-seconds |
programDateTimeIntervalSeconds | java.lang.Number | cdk.support/lookup-entry | :program-date-time-interval-seconds |
url | java.lang.String | cdk.support/lookup-entry | :url |
The build-cfn-origin-endpoint-hls-manifest-property-builder function updates a CfnOriginEndpoint$HlsManifestProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$HlsManifestProperty$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 | |---|---|---|---| | `adMarkers` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-markers` | | `adTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:ad-triggers` | | `adsOnDeliveryRestrictions` | java.lang.String | [[cdk.support/lookup-entry]] | `:ads-on-delivery-restrictions` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `includeIframeOnlyStream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-iframe-only-stream` | | `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` | | `playlistType` | java.lang.String | [[cdk.support/lookup-entry]] | `:playlist-type` | | `playlistWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:playlist-window-seconds` | | `programDateTimeIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:program-date-time-interval-seconds` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-origin-endpoint-hls-package-property-builder builder id config)
The build-cfn-origin-endpoint-hls-package-property-builder function updates a CfnOriginEndpoint$HlsPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$HlsPackageProperty$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 |
---|---|---|---|
adMarkers | java.lang.String | cdk.support/lookup-entry | :ad-markers |
adTriggers | java.util.List | cdk.support/lookup-entry | :ad-triggers |
adsOnDeliveryRestrictions | java.lang.String | cdk.support/lookup-entry | :ads-on-delivery-restrictions |
encryption | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption |
includeDvbSubtitles | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-dvb-subtitles |
includeIframeOnlyStream | java.lang.Boolean | cdk.support/lookup-entry | :include-iframe-only-stream |
playlistType | java.lang.String | cdk.support/lookup-entry | :playlist-type |
playlistWindowSeconds | java.lang.Number | cdk.support/lookup-entry | :playlist-window-seconds |
programDateTimeIntervalSeconds | java.lang.Number | cdk.support/lookup-entry | :program-date-time-interval-seconds |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
streamSelection | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$StreamSelectionProperty | cdk.support/lookup-entry | :stream-selection |
useAudioRenditionGroup | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :use-audio-rendition-group |
The build-cfn-origin-endpoint-hls-package-property-builder function updates a CfnOriginEndpoint$HlsPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$HlsPackageProperty$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 | |---|---|---|---| | `adMarkers` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-markers` | | `adTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:ad-triggers` | | `adsOnDeliveryRestrictions` | java.lang.String | [[cdk.support/lookup-entry]] | `:ads-on-delivery-restrictions` | | `encryption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption` | | `includeDvbSubtitles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-dvb-subtitles` | | `includeIframeOnlyStream` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-iframe-only-stream` | | `playlistType` | java.lang.String | [[cdk.support/lookup-entry]] | `:playlist-type` | | `playlistWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:playlist-window-seconds` | | `programDateTimeIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:program-date-time-interval-seconds` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` | | `streamSelection` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$StreamSelectionProperty | [[cdk.support/lookup-entry]] | `:stream-selection` | | `useAudioRenditionGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-audio-rendition-group` |
(build-cfn-origin-endpoint-mss-encryption-property-builder builder id config)
The build-cfn-origin-endpoint-mss-encryption-property-builder function updates a CfnOriginEndpoint$MssEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$MssEncryptionProperty$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 |
---|---|---|---|
spekeKeyProvider | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$SpekeKeyProviderProperty | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-origin-endpoint-mss-encryption-property-builder function updates a CfnOriginEndpoint$MssEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$MssEncryptionProperty$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 | |---|---|---|---| | `spekeKeyProvider` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$SpekeKeyProviderProperty | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-origin-endpoint-mss-package-property-builder builder id config)
The build-cfn-origin-endpoint-mss-package-property-builder function updates a CfnOriginEndpoint$MssPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$MssPackageProperty$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 |
manifestWindowSeconds | java.lang.Number | cdk.support/lookup-entry | :manifest-window-seconds |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
streamSelection | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :stream-selection |
The build-cfn-origin-endpoint-mss-package-property-builder function updates a CfnOriginEndpoint$MssPackageProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$MssPackageProperty$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` | | `manifestWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:manifest-window-seconds` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` | | `streamSelection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stream-selection` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorization | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :authorization |
channelId | java.lang.String | cdk.support/lookup-entry | :channel-id |
cmafPackage | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$CmafPackageProperty | cdk.support/lookup-entry | :cmaf-package |
dashPackage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dash-package |
description | java.lang.String | cdk.support/lookup-entry | :description |
hlsPackage | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$HlsPackageProperty | cdk.support/lookup-entry | :hls-package |
id | java.lang.String | cdk.support/lookup-entry | :id |
manifestName | java.lang.String | cdk.support/lookup-entry | :manifest-name |
mssPackage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mss-package |
origination | java.lang.String | cdk.support/lookup-entry | :origination |
startoverWindowSeconds | java.lang.Number | cdk.support/lookup-entry | :startover-window-seconds |
tags | java.util.List | cdk.support/lookup-entry | :tags |
timeDelaySeconds | java.lang.Number | cdk.support/lookup-entry | :time-delay-seconds |
whitelist | java.util.List | cdk.support/lookup-entry | :whitelist |
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 | |---|---|---|---| | `authorization` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authorization` | | `channelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-id` | | `cmafPackage` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$CmafPackageProperty | [[cdk.support/lookup-entry]] | `:cmaf-package` | | `dashPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dash-package` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `hlsPackage` | software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint$HlsPackageProperty | [[cdk.support/lookup-entry]] | `:hls-package` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` | | `mssPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mss-package` | | `origination` | java.lang.String | [[cdk.support/lookup-entry]] | `:origination` | | `startoverWindowSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:startover-window-seconds` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `timeDelaySeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:time-delay-seconds` | | `whitelist` | java.util.List | [[cdk.support/lookup-entry]] | `:whitelist` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
encryptionContractConfiguration | software.amazon.awscdk.services.mediapackage.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 |
systemIds | java.util.List | cdk.support/lookup-entry | :system-ids |
url | java.lang.String | cdk.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 | |---|---|---|---| | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `encryptionContractConfiguration` | software.amazon.awscdk.services.mediapackage.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` | | `systemIds` | java.util.List | [[cdk.support/lookup-entry]] | `:system-ids` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-origin-endpoint-stream-selection-property-builder builder id config)
The build-cfn-origin-endpoint-stream-selection-property-builder function updates a CfnOriginEndpoint$StreamSelectionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$StreamSelectionProperty$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 |
---|---|---|---|
maxVideoBitsPerSecond | java.lang.Number | cdk.support/lookup-entry | :max-video-bits-per-second |
minVideoBitsPerSecond | java.lang.Number | cdk.support/lookup-entry | :min-video-bits-per-second |
streamOrder | java.lang.String | cdk.support/lookup-entry | :stream-order |
The build-cfn-origin-endpoint-stream-selection-property-builder function updates a CfnOriginEndpoint$StreamSelectionProperty$Builder instance using the provided configuration. The function takes the CfnOriginEndpoint$StreamSelectionProperty$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 | |---|---|---|---| | `maxVideoBitsPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-video-bits-per-second` | | `minVideoBitsPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-video-bits-per-second` | | `streamOrder` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-order` |
(build-cfn-packaging-configuration-builder builder id config)
The build-cfn-packaging-configuration-builder function updates a CfnPackagingConfiguration$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$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 |
---|---|---|---|
cmafPackage | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$CmafPackageProperty | cdk.support/lookup-entry | :cmaf-package |
dashPackage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dash-package |
hlsPackage | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$HlsPackageProperty | cdk.support/lookup-entry | :hls-package |
id | java.lang.String | cdk.support/lookup-entry | :id |
mssPackage | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$MssPackageProperty | cdk.support/lookup-entry | :mss-package |
packagingGroupId | java.lang.String | cdk.support/lookup-entry | :packaging-group-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-packaging-configuration-builder function updates a CfnPackagingConfiguration$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$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 | |---|---|---|---| | `cmafPackage` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$CmafPackageProperty | [[cdk.support/lookup-entry]] | `:cmaf-package` | | `dashPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dash-package` | | `hlsPackage` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$HlsPackageProperty | [[cdk.support/lookup-entry]] | `:hls-package` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `mssPackage` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$MssPackageProperty | [[cdk.support/lookup-entry]] | `:mss-package` | | `packagingGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging-group-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-packaging-configuration-cmaf-encryption-property-builder builder
id
config)
The build-cfn-packaging-configuration-cmaf-encryption-property-builder function updates a CfnPackagingConfiguration$CmafEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$CmafEncryptionProperty$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 |
---|---|---|---|
spekeKeyProvider | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-packaging-configuration-cmaf-encryption-property-builder function updates a CfnPackagingConfiguration$CmafEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$CmafEncryptionProperty$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 | |---|---|---|---| | `spekeKeyProvider` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-packaging-configuration-cmaf-package-property-builder builder
id
config)
The build-cfn-packaging-configuration-cmaf-package-property-builder function updates a CfnPackagingConfiguration$CmafPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$CmafPackageProperty$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 |
hlsManifests | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hls-manifests |
includeEncoderConfigurationInSegments | java.lang.Boolean | cdk.support/lookup-entry | :include-encoder-configuration-in-segments |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
The build-cfn-packaging-configuration-cmaf-package-property-builder function updates a CfnPackagingConfiguration$CmafPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$CmafPackageProperty$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` | | `hlsManifests` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-manifests` | | `includeEncoderConfigurationInSegments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-encoder-configuration-in-segments` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` |
(build-cfn-packaging-configuration-dash-encryption-property-builder builder
id
config)
The build-cfn-packaging-configuration-dash-encryption-property-builder function updates a CfnPackagingConfiguration$DashEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$DashEncryptionProperty$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 |
---|---|---|---|
spekeKeyProvider | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-packaging-configuration-dash-encryption-property-builder function updates a CfnPackagingConfiguration$DashEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$DashEncryptionProperty$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 | |---|---|---|---| | `spekeKeyProvider` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-packaging-configuration-dash-manifest-property-builder builder
id
config)
The build-cfn-packaging-configuration-dash-manifest-property-builder function updates a CfnPackagingConfiguration$DashManifestProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$DashManifestProperty$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 |
---|---|---|---|
manifestLayout | java.lang.String | cdk.support/lookup-entry | :manifest-layout |
manifestName | java.lang.String | cdk.support/lookup-entry | :manifest-name |
minBufferTimeSeconds | java.lang.Number | cdk.support/lookup-entry | :min-buffer-time-seconds |
profile | java.lang.String | cdk.support/lookup-entry | :profile |
scteMarkersSource | java.lang.String | cdk.support/lookup-entry | :scte-markers-source |
streamSelection | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :stream-selection |
The build-cfn-packaging-configuration-dash-manifest-property-builder function updates a CfnPackagingConfiguration$DashManifestProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$DashManifestProperty$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 | |---|---|---|---| | `manifestLayout` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-layout` | | `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` | | `minBufferTimeSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-buffer-time-seconds` | | `profile` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile` | | `scteMarkersSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:scte-markers-source` | | `streamSelection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stream-selection` |
(build-cfn-packaging-configuration-dash-package-property-builder builder
id
config)
The build-cfn-packaging-configuration-dash-package-property-builder function updates a CfnPackagingConfiguration$DashPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$DashPackageProperty$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 |
---|---|---|---|
dashManifests | java.util.List | cdk.support/lookup-entry | :dash-manifests |
encryption | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$DashEncryptionProperty | cdk.support/lookup-entry | :encryption |
includeEncoderConfigurationInSegments | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-encoder-configuration-in-segments |
includeIframeOnlyStream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-iframe-only-stream |
periodTriggers | java.util.List | cdk.support/lookup-entry | :period-triggers |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
segmentTemplateFormat | java.lang.String | cdk.support/lookup-entry | :segment-template-format |
The build-cfn-packaging-configuration-dash-package-property-builder function updates a CfnPackagingConfiguration$DashPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$DashPackageProperty$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 | |---|---|---|---| | `dashManifests` | java.util.List | [[cdk.support/lookup-entry]] | `:dash-manifests` | | `encryption` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$DashEncryptionProperty | [[cdk.support/lookup-entry]] | `:encryption` | | `includeEncoderConfigurationInSegments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-encoder-configuration-in-segments` | | `includeIframeOnlyStream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-iframe-only-stream` | | `periodTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:period-triggers` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` | | `segmentTemplateFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment-template-format` |
(build-cfn-packaging-configuration-encryption-contract-configuration-property-builder
builder
id
config)
The build-cfn-packaging-configuration-encryption-contract-configuration-property-builder function updates a CfnPackagingConfiguration$EncryptionContractConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$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 |
The build-cfn-packaging-configuration-encryption-contract-configuration-property-builder function updates a CfnPackagingConfiguration$EncryptionContractConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$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` |
(build-cfn-packaging-configuration-hls-encryption-property-builder builder
id
config)
The build-cfn-packaging-configuration-hls-encryption-property-builder function updates a CfnPackagingConfiguration$HlsEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$HlsEncryptionProperty$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 | java.lang.String | cdk.support/lookup-entry | :encryption-method |
spekeKeyProvider | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$SpekeKeyProviderProperty | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-packaging-configuration-hls-encryption-property-builder function updates a CfnPackagingConfiguration$HlsEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$HlsEncryptionProperty$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` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-method` | | `spekeKeyProvider` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$SpekeKeyProviderProperty | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-packaging-configuration-hls-manifest-property-builder builder
id
config)
The build-cfn-packaging-configuration-hls-manifest-property-builder function updates a CfnPackagingConfiguration$HlsManifestProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$HlsManifestProperty$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 |
---|---|---|---|
adMarkers | java.lang.String | cdk.support/lookup-entry | :ad-markers |
includeIframeOnlyStream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :include-iframe-only-stream |
manifestName | java.lang.String | cdk.support/lookup-entry | :manifest-name |
programDateTimeIntervalSeconds | java.lang.Number | cdk.support/lookup-entry | :program-date-time-interval-seconds |
repeatExtXKey | java.lang.Boolean | cdk.support/lookup-entry | :repeat-ext-x-key |
streamSelection | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :stream-selection |
The build-cfn-packaging-configuration-hls-manifest-property-builder function updates a CfnPackagingConfiguration$HlsManifestProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$HlsManifestProperty$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 | |---|---|---|---| | `adMarkers` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-markers` | | `includeIframeOnlyStream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-iframe-only-stream` | | `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` | | `programDateTimeIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:program-date-time-interval-seconds` | | `repeatExtXKey` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:repeat-ext-x-key` | | `streamSelection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stream-selection` |
(build-cfn-packaging-configuration-hls-package-property-builder builder
id
config)
The build-cfn-packaging-configuration-hls-package-property-builder function updates a CfnPackagingConfiguration$HlsPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$HlsPackageProperty$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.services.mediapackage.CfnPackagingConfiguration$HlsEncryptionProperty | cdk.support/lookup-entry | :encryption |
hlsManifests | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hls-manifests |
includeDvbSubtitles | java.lang.Boolean | cdk.support/lookup-entry | :include-dvb-subtitles |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
useAudioRenditionGroup | java.lang.Boolean | cdk.support/lookup-entry | :use-audio-rendition-group |
The build-cfn-packaging-configuration-hls-package-property-builder function updates a CfnPackagingConfiguration$HlsPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$HlsPackageProperty$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.services.mediapackage.CfnPackagingConfiguration$HlsEncryptionProperty | [[cdk.support/lookup-entry]] | `:encryption` | | `hlsManifests` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hls-manifests` | | `includeDvbSubtitles` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-dvb-subtitles` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` | | `useAudioRenditionGroup` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-audio-rendition-group` |
(build-cfn-packaging-configuration-mss-encryption-property-builder builder
id
config)
The build-cfn-packaging-configuration-mss-encryption-property-builder function updates a CfnPackagingConfiguration$MssEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$MssEncryptionProperty$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 |
---|---|---|---|
spekeKeyProvider | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$SpekeKeyProviderProperty | cdk.support/lookup-entry | :speke-key-provider |
The build-cfn-packaging-configuration-mss-encryption-property-builder function updates a CfnPackagingConfiguration$MssEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$MssEncryptionProperty$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 | |---|---|---|---| | `spekeKeyProvider` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$SpekeKeyProviderProperty | [[cdk.support/lookup-entry]] | `:speke-key-provider` |
(build-cfn-packaging-configuration-mss-manifest-property-builder builder
id
config)
The build-cfn-packaging-configuration-mss-manifest-property-builder function updates a CfnPackagingConfiguration$MssManifestProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$MssManifestProperty$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 |
---|---|---|---|
manifestName | java.lang.String | cdk.support/lookup-entry | :manifest-name |
streamSelection | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$StreamSelectionProperty | cdk.support/lookup-entry | :stream-selection |
The build-cfn-packaging-configuration-mss-manifest-property-builder function updates a CfnPackagingConfiguration$MssManifestProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$MssManifestProperty$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 | |---|---|---|---| | `manifestName` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-name` | | `streamSelection` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$StreamSelectionProperty | [[cdk.support/lookup-entry]] | `:stream-selection` |
(build-cfn-packaging-configuration-mss-package-property-builder builder
id
config)
The build-cfn-packaging-configuration-mss-package-property-builder function updates a CfnPackagingConfiguration$MssPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$MssPackageProperty$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 |
mssManifests | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mss-manifests |
segmentDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :segment-duration-seconds |
The build-cfn-packaging-configuration-mss-package-property-builder function updates a CfnPackagingConfiguration$MssPackageProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$MssPackageProperty$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` | | `mssManifests` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mss-manifests` | | `segmentDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:segment-duration-seconds` |
(build-cfn-packaging-configuration-props-builder builder id config)
The build-cfn-packaging-configuration-props-builder function updates a CfnPackagingConfigurationProps$Builder instance using the provided configuration. The function takes the CfnPackagingConfigurationProps$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 |
---|---|---|---|
cmafPackage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cmaf-package |
dashPackage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dash-package |
hlsPackage | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$HlsPackageProperty | cdk.support/lookup-entry | :hls-package |
id | java.lang.String | cdk.support/lookup-entry | :id |
mssPackage | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$MssPackageProperty | cdk.support/lookup-entry | :mss-package |
packagingGroupId | java.lang.String | cdk.support/lookup-entry | :packaging-group-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-packaging-configuration-props-builder function updates a CfnPackagingConfigurationProps$Builder instance using the provided configuration. The function takes the CfnPackagingConfigurationProps$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 | |---|---|---|---| | `cmafPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cmaf-package` | | `dashPackage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dash-package` | | `hlsPackage` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$HlsPackageProperty | [[cdk.support/lookup-entry]] | `:hls-package` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `mssPackage` | software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration$MssPackageProperty | [[cdk.support/lookup-entry]] | `:mss-package` | | `packagingGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging-group-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-packaging-configuration-speke-key-provider-property-builder builder
id
config)
The build-cfn-packaging-configuration-speke-key-provider-property-builder function updates a CfnPackagingConfiguration$SpekeKeyProviderProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$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 |
---|---|---|---|
encryptionContractConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-contract-configuration |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
systemIds | java.util.List | cdk.support/lookup-entry | :system-ids |
url | java.lang.String | cdk.support/lookup-entry | :url |
The build-cfn-packaging-configuration-speke-key-provider-property-builder function updates a CfnPackagingConfiguration$SpekeKeyProviderProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$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 | |---|---|---|---| | `encryptionContractConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-contract-configuration` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `systemIds` | java.util.List | [[cdk.support/lookup-entry]] | `:system-ids` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
(build-cfn-packaging-configuration-stream-selection-property-builder builder
id
config)
The build-cfn-packaging-configuration-stream-selection-property-builder function updates a CfnPackagingConfiguration$StreamSelectionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$StreamSelectionProperty$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 |
---|---|---|---|
maxVideoBitsPerSecond | java.lang.Number | cdk.support/lookup-entry | :max-video-bits-per-second |
minVideoBitsPerSecond | java.lang.Number | cdk.support/lookup-entry | :min-video-bits-per-second |
streamOrder | java.lang.String | cdk.support/lookup-entry | :stream-order |
The build-cfn-packaging-configuration-stream-selection-property-builder function updates a CfnPackagingConfiguration$StreamSelectionProperty$Builder instance using the provided configuration. The function takes the CfnPackagingConfiguration$StreamSelectionProperty$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 | |---|---|---|---| | `maxVideoBitsPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-video-bits-per-second` | | `minVideoBitsPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-video-bits-per-second` | | `streamOrder` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-order` |
(build-cfn-packaging-group-authorization-property-builder builder id config)
The build-cfn-packaging-group-authorization-property-builder function updates a CfnPackagingGroup$AuthorizationProperty$Builder instance using the provided configuration. The function takes the CfnPackagingGroup$AuthorizationProperty$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 |
---|---|---|---|
cdnIdentifierSecret | java.lang.String | cdk.support/lookup-entry | :cdn-identifier-secret |
secretsRoleArn | java.lang.String | cdk.support/lookup-entry | :secrets-role-arn |
The build-cfn-packaging-group-authorization-property-builder function updates a CfnPackagingGroup$AuthorizationProperty$Builder instance using the provided configuration. The function takes the CfnPackagingGroup$AuthorizationProperty$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 | |---|---|---|---| | `cdnIdentifierSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:cdn-identifier-secret` | | `secretsRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-role-arn` |
(build-cfn-packaging-group-builder builder id config)
The build-cfn-packaging-group-builder function updates a CfnPackagingGroup$Builder instance using the provided configuration. The function takes the CfnPackagingGroup$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 |
---|---|---|---|
authorization | software.amazon.awscdk.services.mediapackage.CfnPackagingGroup$AuthorizationProperty | cdk.support/lookup-entry | :authorization |
egressAccessLogs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :egress-access-logs |
id | java.lang.String | cdk.support/lookup-entry | :id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-packaging-group-builder function updates a CfnPackagingGroup$Builder instance using the provided configuration. The function takes the CfnPackagingGroup$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 | |---|---|---|---| | `authorization` | software.amazon.awscdk.services.mediapackage.CfnPackagingGroup$AuthorizationProperty | [[cdk.support/lookup-entry]] | `:authorization` | | `egressAccessLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:egress-access-logs` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-packaging-group-log-configuration-property-builder builder id config)
The build-cfn-packaging-group-log-configuration-property-builder function updates a CfnPackagingGroup$LogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPackagingGroup$LogConfigurationProperty$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 |
---|---|---|---|
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
The build-cfn-packaging-group-log-configuration-property-builder function updates a CfnPackagingGroup$LogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPackagingGroup$LogConfigurationProperty$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 | |---|---|---|---| | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
(build-cfn-packaging-group-props-builder builder id config)
The build-cfn-packaging-group-props-builder function updates a CfnPackagingGroupProps$Builder instance using the provided configuration. The function takes the CfnPackagingGroupProps$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 |
---|---|---|---|
authorization | software.amazon.awscdk.services.mediapackage.CfnPackagingGroup$AuthorizationProperty | cdk.support/lookup-entry | :authorization |
egressAccessLogs | software.amazon.awscdk.services.mediapackage.CfnPackagingGroup$LogConfigurationProperty | cdk.support/lookup-entry | :egress-access-logs |
id | java.lang.String | cdk.support/lookup-entry | :id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-packaging-group-props-builder function updates a CfnPackagingGroupProps$Builder instance using the provided configuration. The function takes the CfnPackagingGroupProps$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 | |---|---|---|---| | `authorization` | software.amazon.awscdk.services.mediapackage.CfnPackagingGroup$AuthorizationProperty | [[cdk.support/lookup-entry]] | `:authorization` | | `egressAccessLogs` | software.amazon.awscdk.services.mediapackage.CfnPackagingGroup$LogConfigurationProperty | [[cdk.support/lookup-entry]] | `:egress-access-logs` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-asset-builder scope id config)
Creates a CfnAsset$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 `CfnAsset$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 |
(cfn-asset-egress-endpoint-property-builder id config)
Creates a CfnAsset$EgressEndpointProperty$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 |
Creates a `CfnAsset$EgressEndpointProperty$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 |
(cfn-asset-props-builder id config)
Creates a CfnAssetProps$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 |
Creates a `CfnAssetProps$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 |
(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 |
(cfn-channel-hls-ingest-property-builder id config)
Creates a CfnChannel$HlsIngestProperty$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 |
Creates a `CfnChannel$HlsIngestProperty$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(cfn-channel-log-configuration-property-builder id config)
Creates a CfnChannel$LogConfigurationProperty$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 |
Creates a `CfnChannel$LogConfigurationProperty$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(cfn-origin-endpoint-authorization-property-builder id config)
Creates a CfnOriginEndpoint$AuthorizationProperty$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 |
Creates a `CfnOriginEndpoint$AuthorizationProperty$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 |
(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 |
(cfn-origin-endpoint-cmaf-encryption-property-builder id config)
Creates a CfnOriginEndpoint$CmafEncryptionProperty$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 |
Creates a `CfnOriginEndpoint$CmafEncryptionProperty$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 |
(cfn-origin-endpoint-cmaf-package-property-builder id config)
Creates a CfnOriginEndpoint$CmafPackageProperty$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 |
Creates a `CfnOriginEndpoint$CmafPackageProperty$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 |
(cfn-origin-endpoint-dash-encryption-property-builder id config)
Creates a CfnOriginEndpoint$DashEncryptionProperty$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 |
Creates a `CfnOriginEndpoint$DashEncryptionProperty$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 |
(cfn-origin-endpoint-dash-package-property-builder id config)
Creates a CfnOriginEndpoint$DashPackageProperty$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 |
Creates a `CfnOriginEndpoint$DashPackageProperty$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(cfn-origin-endpoint-hls-encryption-property-builder id config)
Creates a CfnOriginEndpoint$HlsEncryptionProperty$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 |
Creates a `CfnOriginEndpoint$HlsEncryptionProperty$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 |
(cfn-origin-endpoint-hls-manifest-property-builder id config)
Creates a CfnOriginEndpoint$HlsManifestProperty$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 |
Creates a `CfnOriginEndpoint$HlsManifestProperty$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 |
(cfn-origin-endpoint-hls-package-property-builder id config)
Creates a CfnOriginEndpoint$HlsPackageProperty$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 |
Creates a `CfnOriginEndpoint$HlsPackageProperty$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 |
(cfn-origin-endpoint-mss-encryption-property-builder id config)
Creates a CfnOriginEndpoint$MssEncryptionProperty$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 |
Creates a `CfnOriginEndpoint$MssEncryptionProperty$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 |
(cfn-origin-endpoint-mss-package-property-builder id config)
Creates a CfnOriginEndpoint$MssPackageProperty$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 |
Creates a `CfnOriginEndpoint$MssPackageProperty$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(cfn-origin-endpoint-stream-selection-property-builder id config)
Creates a CfnOriginEndpoint$StreamSelectionProperty$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 |
Creates a `CfnOriginEndpoint$StreamSelectionProperty$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 |
(cfn-packaging-configuration-builder scope id config)
Creates a CfnPackagingConfiguration$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 `CfnPackagingConfiguration$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 |
(cfn-packaging-configuration-cmaf-encryption-property-builder id config)
Creates a CfnPackagingConfiguration$CmafEncryptionProperty$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 |
Creates a `CfnPackagingConfiguration$CmafEncryptionProperty$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 |
(cfn-packaging-configuration-cmaf-package-property-builder id config)
Creates a CfnPackagingConfiguration$CmafPackageProperty$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 |
Creates a `CfnPackagingConfiguration$CmafPackageProperty$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 |
(cfn-packaging-configuration-dash-encryption-property-builder id config)
Creates a CfnPackagingConfiguration$DashEncryptionProperty$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 |
Creates a `CfnPackagingConfiguration$DashEncryptionProperty$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 |
(cfn-packaging-configuration-dash-manifest-property-builder id config)
Creates a CfnPackagingConfiguration$DashManifestProperty$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 |
Creates a `CfnPackagingConfiguration$DashManifestProperty$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 |
(cfn-packaging-configuration-dash-package-property-builder id config)
Creates a CfnPackagingConfiguration$DashPackageProperty$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 |
Creates a `CfnPackagingConfiguration$DashPackageProperty$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 |
(cfn-packaging-configuration-encryption-contract-configuration-property-builder
id
config)
Creates a CfnPackagingConfiguration$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 |
Creates a `CfnPackagingConfiguration$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 |
(cfn-packaging-configuration-hls-encryption-property-builder id config)
Creates a CfnPackagingConfiguration$HlsEncryptionProperty$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 |
Creates a `CfnPackagingConfiguration$HlsEncryptionProperty$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 |
(cfn-packaging-configuration-hls-manifest-property-builder id config)
Creates a CfnPackagingConfiguration$HlsManifestProperty$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 |
Creates a `CfnPackagingConfiguration$HlsManifestProperty$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 |
(cfn-packaging-configuration-hls-package-property-builder id config)
Creates a CfnPackagingConfiguration$HlsPackageProperty$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 |
Creates a `CfnPackagingConfiguration$HlsPackageProperty$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 |
(cfn-packaging-configuration-mss-encryption-property-builder id config)
Creates a CfnPackagingConfiguration$MssEncryptionProperty$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 |
Creates a `CfnPackagingConfiguration$MssEncryptionProperty$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 |
(cfn-packaging-configuration-mss-manifest-property-builder id config)
Creates a CfnPackagingConfiguration$MssManifestProperty$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 |
Creates a `CfnPackagingConfiguration$MssManifestProperty$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 |
(cfn-packaging-configuration-mss-package-property-builder id config)
Creates a CfnPackagingConfiguration$MssPackageProperty$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 |
Creates a `CfnPackagingConfiguration$MssPackageProperty$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 |
(cfn-packaging-configuration-props-builder id config)
Creates a CfnPackagingConfigurationProps$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 |
Creates a `CfnPackagingConfigurationProps$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 |
(cfn-packaging-configuration-speke-key-provider-property-builder id config)
Creates a CfnPackagingConfiguration$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 |
Creates a `CfnPackagingConfiguration$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 |
(cfn-packaging-configuration-stream-selection-property-builder id config)
Creates a CfnPackagingConfiguration$StreamSelectionProperty$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 |
Creates a `CfnPackagingConfiguration$StreamSelectionProperty$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 |
(cfn-packaging-group-authorization-property-builder id config)
Creates a CfnPackagingGroup$AuthorizationProperty$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 |
Creates a `CfnPackagingGroup$AuthorizationProperty$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 |
(cfn-packaging-group-builder scope id config)
Creates a CfnPackagingGroup$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 `CfnPackagingGroup$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 |
(cfn-packaging-group-log-configuration-property-builder id config)
Creates a CfnPackagingGroup$LogConfigurationProperty$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 |
Creates a `CfnPackagingGroup$LogConfigurationProperty$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 |
(cfn-packaging-group-props-builder id config)
Creates a CfnPackagingGroupProps$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 |
Creates a `CfnPackagingGroupProps$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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close