Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.datapipeline package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.datapipeline package.
(build-cfn-pipeline-builder builder id config)
The build-cfn-pipeline-builder function updates a CfnPipeline$Builder instance using the provided configuration. The function takes the CfnPipeline$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 |
---|---|---|---|
activate | java.lang.Boolean | cdk.support/lookup-entry | :activate |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
parameterObjects | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameter-objects |
parameterValues | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameter-values |
pipelineObjects | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :pipeline-objects |
pipelineTags | java.util.List | cdk.support/lookup-entry | :pipeline-tags |
The build-cfn-pipeline-builder function updates a CfnPipeline$Builder instance using the provided configuration. The function takes the CfnPipeline$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 | |---|---|---|---| | `activate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:activate` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameterObjects` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameter-objects` | | `parameterValues` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameter-values` | | `pipelineObjects` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pipeline-objects` | | `pipelineTags` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-tags` |
(build-cfn-pipeline-field-property-builder builder id config)
The build-cfn-pipeline-field-property-builder function updates a CfnPipeline$FieldProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$FieldProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
refValue | java.lang.String | cdk.support/lookup-entry | :ref-value |
stringValue | java.lang.String | cdk.support/lookup-entry | :string-value |
The build-cfn-pipeline-field-property-builder function updates a CfnPipeline$FieldProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$FieldProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `refValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:ref-value` | | `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
(build-cfn-pipeline-parameter-attribute-property-builder builder id config)
The build-cfn-pipeline-parameter-attribute-property-builder function updates a CfnPipeline$ParameterAttributeProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$ParameterAttributeProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
stringValue | java.lang.String | cdk.support/lookup-entry | :string-value |
The build-cfn-pipeline-parameter-attribute-property-builder function updates a CfnPipeline$ParameterAttributeProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$ParameterAttributeProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
(build-cfn-pipeline-parameter-object-property-builder builder id config)
The build-cfn-pipeline-parameter-object-property-builder function updates a CfnPipeline$ParameterObjectProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$ParameterObjectProperty$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 |
---|---|---|---|
attributes | java.util.List | cdk.support/lookup-entry | :attributes |
id | java.lang.String | cdk.support/lookup-entry | :id |
The build-cfn-pipeline-parameter-object-property-builder function updates a CfnPipeline$ParameterObjectProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$ParameterObjectProperty$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 | |---|---|---|---| | `attributes` | java.util.List | [[cdk.support/lookup-entry]] | `:attributes` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
(build-cfn-pipeline-parameter-value-property-builder builder id config)
The build-cfn-pipeline-parameter-value-property-builder function updates a CfnPipeline$ParameterValueProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$ParameterValueProperty$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 |
stringValue | java.lang.String | cdk.support/lookup-entry | :string-value |
The build-cfn-pipeline-parameter-value-property-builder function updates a CfnPipeline$ParameterValueProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$ParameterValueProperty$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` | | `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
(build-cfn-pipeline-pipeline-object-property-builder builder id config)
The build-cfn-pipeline-pipeline-object-property-builder function updates a CfnPipeline$PipelineObjectProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$PipelineObjectProperty$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 |
---|---|---|---|
fields | java.util.List | cdk.support/lookup-entry | :fields |
id | java.lang.String | cdk.support/lookup-entry | :id |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-pipeline-pipeline-object-property-builder function updates a CfnPipeline$PipelineObjectProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$PipelineObjectProperty$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 | |---|---|---|---| | `fields` | java.util.List | [[cdk.support/lookup-entry]] | `:fields` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-pipeline-pipeline-tag-property-builder builder id config)
The build-cfn-pipeline-pipeline-tag-property-builder function updates a CfnPipeline$PipelineTagProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$PipelineTagProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-pipeline-pipeline-tag-property-builder function updates a CfnPipeline$PipelineTagProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$PipelineTagProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-pipeline-props-builder builder id config)
The build-cfn-pipeline-props-builder function updates a CfnPipelineProps$Builder instance using the provided configuration. The function takes the CfnPipelineProps$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 |
---|---|---|---|
activate | java.lang.Boolean | cdk.support/lookup-entry | :activate |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
parameterObjects | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameter-objects |
parameterValues | java.util.List | cdk.support/lookup-entry | :parameter-values |
pipelineObjects | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :pipeline-objects |
pipelineTags | java.util.List | cdk.support/lookup-entry | :pipeline-tags |
The build-cfn-pipeline-props-builder function updates a CfnPipelineProps$Builder instance using the provided configuration. The function takes the CfnPipelineProps$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 | |---|---|---|---| | `activate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:activate` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameterObjects` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameter-objects` | | `parameterValues` | java.util.List | [[cdk.support/lookup-entry]] | `:parameter-values` | | `pipelineObjects` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pipeline-objects` | | `pipelineTags` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-tags` |
(cfn-pipeline-builder scope id config)
Creates a CfnPipeline$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 `CfnPipeline$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-pipeline-field-property-builder id config)
Creates a CfnPipeline$FieldProperty$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 `CfnPipeline$FieldProperty$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-pipeline-parameter-attribute-property-builder id config)
Creates a CfnPipeline$ParameterAttributeProperty$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 `CfnPipeline$ParameterAttributeProperty$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-pipeline-parameter-object-property-builder id config)
Creates a CfnPipeline$ParameterObjectProperty$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 `CfnPipeline$ParameterObjectProperty$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-pipeline-parameter-value-property-builder id config)
Creates a CfnPipeline$ParameterValueProperty$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 `CfnPipeline$ParameterValueProperty$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-pipeline-pipeline-object-property-builder id config)
Creates a CfnPipeline$PipelineObjectProperty$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 `CfnPipeline$PipelineObjectProperty$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-pipeline-pipeline-tag-property-builder id config)
Creates a CfnPipeline$PipelineTagProperty$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 `CfnPipeline$PipelineTagProperty$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-pipeline-props-builder id config)
Creates a CfnPipelineProps$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 `CfnPipelineProps$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