Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.mediaconvert package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.mediaconvert package.
(build-cfn-job-template-acceleration-settings-property-builder builder
id
config)
The build-cfn-job-template-acceleration-settings-property-builder function updates a CfnJobTemplate$AccelerationSettingsProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$AccelerationSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
mode | java.lang.String | cdk.support/lookup-entry | :mode |
The build-cfn-job-template-acceleration-settings-property-builder function updates a CfnJobTemplate$AccelerationSettingsProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$AccelerationSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
(build-cfn-job-template-builder builder id config)
The build-cfn-job-template-builder function updates a CfnJobTemplate$Builder instance using the provided configuration. The function takes the CfnJobTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
accelerationSettings | software.amazon.awscdk.services.mediaconvert.CfnJobTemplate$AccelerationSettingsProperty | cdk.support/lookup-entry | :acceleration-settings |
category | java.lang.String | cdk.support/lookup-entry | :category |
description | java.lang.String | cdk.support/lookup-entry | :description |
hopDestinations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hop-destinations |
name | java.lang.String | cdk.support/lookup-entry | :name |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
queue | java.lang.String | cdk.support/lookup-entry | :queue |
settingsJson | java.lang.Object | cdk.support/lookup-entry | :settings-json |
statusUpdateInterval | java.lang.String | cdk.support/lookup-entry | :status-update-interval |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-job-template-builder function updates a CfnJobTemplate$Builder instance using the provided configuration. The function takes the CfnJobTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `accelerationSettings` | software.amazon.awscdk.services.mediaconvert.CfnJobTemplate$AccelerationSettingsProperty | [[cdk.support/lookup-entry]] | `:acceleration-settings` | | `category` | java.lang.String | [[cdk.support/lookup-entry]] | `:category` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `hopDestinations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hop-destinations` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `queue` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue` | | `settingsJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:settings-json` | | `statusUpdateInterval` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-update-interval` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-job-template-hop-destination-property-builder builder id config)
The build-cfn-job-template-hop-destination-property-builder function updates a CfnJobTemplate$HopDestinationProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$HopDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
queue | java.lang.String | cdk.support/lookup-entry | :queue |
waitMinutes | java.lang.Number | cdk.support/lookup-entry | :wait-minutes |
The build-cfn-job-template-hop-destination-property-builder function updates a CfnJobTemplate$HopDestinationProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$HopDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `queue` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue` | | `waitMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-minutes` |
(build-cfn-job-template-props-builder builder id config)
The build-cfn-job-template-props-builder function updates a CfnJobTemplateProps$Builder instance using the provided configuration. The function takes the CfnJobTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
accelerationSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :acceleration-settings |
category | java.lang.String | cdk.support/lookup-entry | :category |
description | java.lang.String | cdk.support/lookup-entry | :description |
hopDestinations | java.util.List | cdk.support/lookup-entry | :hop-destinations |
name | java.lang.String | cdk.support/lookup-entry | :name |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
queue | java.lang.String | cdk.support/lookup-entry | :queue |
settingsJson | java.lang.Object | cdk.support/lookup-entry | :settings-json |
statusUpdateInterval | java.lang.String | cdk.support/lookup-entry | :status-update-interval |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-job-template-props-builder function updates a CfnJobTemplateProps$Builder instance using the provided configuration. The function takes the CfnJobTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `accelerationSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:acceleration-settings` | | `category` | java.lang.String | [[cdk.support/lookup-entry]] | `:category` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `hopDestinations` | java.util.List | [[cdk.support/lookup-entry]] | `:hop-destinations` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `queue` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue` | | `settingsJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:settings-json` | | `statusUpdateInterval` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-update-interval` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-preset-builder builder id config)
The build-cfn-preset-builder function updates a CfnPreset$Builder instance using the provided configuration. The function takes the CfnPreset$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
category | java.lang.String | cdk.support/lookup-entry | :category |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
settingsJson | java.lang.Object | cdk.support/lookup-entry | :settings-json |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-preset-builder function updates a CfnPreset$Builder instance using the provided configuration. The function takes the CfnPreset$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `category` | java.lang.String | [[cdk.support/lookup-entry]] | `:category` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `settingsJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:settings-json` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-preset-props-builder builder id config)
The build-cfn-preset-props-builder function updates a CfnPresetProps$Builder instance using the provided configuration. The function takes the CfnPresetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
category | java.lang.String | cdk.support/lookup-entry | :category |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
settingsJson | java.lang.Object | cdk.support/lookup-entry | :settings-json |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-preset-props-builder function updates a CfnPresetProps$Builder instance using the provided configuration. The function takes the CfnPresetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `category` | java.lang.String | [[cdk.support/lookup-entry]] | `:category` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `settingsJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:settings-json` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-queue-builder builder id config)
The build-cfn-queue-builder function updates a CfnQueue$Builder instance using the provided configuration. The function takes the CfnQueue$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
name | java.lang.String | cdk.support/lookup-entry | :name |
pricingPlan | java.lang.String | cdk.support/lookup-entry | :pricing-plan |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-queue-builder function updates a CfnQueue$Builder instance using the provided configuration. The function takes the CfnQueue$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `pricingPlan` | java.lang.String | [[cdk.support/lookup-entry]] | `:pricing-plan` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-queue-props-builder builder id config)
The build-cfn-queue-props-builder function updates a CfnQueueProps$Builder instance using the provided configuration. The function takes the CfnQueueProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
name | java.lang.String | cdk.support/lookup-entry | :name |
pricingPlan | java.lang.String | cdk.support/lookup-entry | :pricing-plan |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-queue-props-builder function updates a CfnQueueProps$Builder instance using the provided configuration. The function takes the CfnQueueProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `pricingPlan` | java.lang.String | [[cdk.support/lookup-entry]] | `:pricing-plan` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-job-template-acceleration-settings-property-builder id config)
Creates a CfnJobTemplate$AccelerationSettingsProperty$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 `CfnJobTemplate$AccelerationSettingsProperty$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-job-template-builder scope id config)
Creates a CfnJobTemplate$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 `CfnJobTemplate$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-job-template-hop-destination-property-builder id config)
Creates a CfnJobTemplate$HopDestinationProperty$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 `CfnJobTemplate$HopDestinationProperty$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-job-template-props-builder id config)
Creates a CfnJobTemplateProps$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 `CfnJobTemplateProps$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-preset-builder scope id config)
Creates a CfnPreset$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 `CfnPreset$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-preset-props-builder id config)
Creates a CfnPresetProps$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 `CfnPresetProps$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-queue-builder scope id config)
Creates a CfnQueue$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 `CfnQueue$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-queue-props-builder id config)
Creates a CfnQueueProps$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 `CfnQueueProps$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