Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.oam package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.oam package.
(build-cfn-link-builder builder id config)
The build-cfn-link-builder function updates a CfnLink$Builder instance using the provided configuration. The function takes the CfnLink$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 |
---|---|---|---|
labelTemplate | java.lang.String | cdk.support/lookup-entry | :label-template |
linkConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :link-configuration |
resourceTypes | java.util.List | cdk.support/lookup-entry | :resource-types |
sinkIdentifier | java.lang.String | cdk.support/lookup-entry | :sink-identifier |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-link-builder function updates a CfnLink$Builder instance using the provided configuration. The function takes the CfnLink$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 | |---|---|---|---| | `labelTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:label-template` | | `linkConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:link-configuration` | | `resourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types` | | `sinkIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:sink-identifier` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-link-link-configuration-property-builder builder id config)
The build-cfn-link-link-configuration-property-builder function updates a CfnLink$LinkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLink$LinkConfigurationProperty$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 |
---|---|---|---|
logGroupConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :log-group-configuration |
metricConfiguration | software.amazon.awscdk.services.oam.CfnLink$LinkFilterProperty | cdk.support/lookup-entry | :metric-configuration |
The build-cfn-link-link-configuration-property-builder function updates a CfnLink$LinkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLink$LinkConfigurationProperty$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 | |---|---|---|---| | `logGroupConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-group-configuration` | | `metricConfiguration` | software.amazon.awscdk.services.oam.CfnLink$LinkFilterProperty | [[cdk.support/lookup-entry]] | `:metric-configuration` |
(build-cfn-link-link-filter-property-builder builder id config)
The build-cfn-link-link-filter-property-builder function updates a CfnLink$LinkFilterProperty$Builder instance using the provided configuration. The function takes the CfnLink$LinkFilterProperty$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 |
---|---|---|---|
filter | java.lang.String | cdk.support/lookup-entry | :filter |
The build-cfn-link-link-filter-property-builder function updates a CfnLink$LinkFilterProperty$Builder instance using the provided configuration. The function takes the CfnLink$LinkFilterProperty$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 | |---|---|---|---| | `filter` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter` |
(build-cfn-link-props-builder builder id config)
The build-cfn-link-props-builder function updates a CfnLinkProps$Builder instance using the provided configuration. The function takes the CfnLinkProps$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 |
---|---|---|---|
labelTemplate | java.lang.String | cdk.support/lookup-entry | :label-template |
linkConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :link-configuration |
resourceTypes | java.util.List | cdk.support/lookup-entry | :resource-types |
sinkIdentifier | java.lang.String | cdk.support/lookup-entry | :sink-identifier |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-link-props-builder function updates a CfnLinkProps$Builder instance using the provided configuration. The function takes the CfnLinkProps$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 | |---|---|---|---| | `labelTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:label-template` | | `linkConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:link-configuration` | | `resourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types` | | `sinkIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:sink-identifier` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-sink-builder builder id config)
The build-cfn-sink-builder function updates a CfnSink$Builder instance using the provided configuration. The function takes the CfnSink$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-sink-builder function updates a CfnSink$Builder instance using the provided configuration. The function takes the CfnSink$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-sink-props-builder builder id config)
The build-cfn-sink-props-builder function updates a CfnSinkProps$Builder instance using the provided configuration. The function takes the CfnSinkProps$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-sink-props-builder function updates a CfnSinkProps$Builder instance using the provided configuration. The function takes the CfnSinkProps$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-link-builder scope id config)
Creates a CfnLink$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 `CfnLink$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-link-link-configuration-property-builder id config)
Creates a CfnLink$LinkConfigurationProperty$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 `CfnLink$LinkConfigurationProperty$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-link-link-filter-property-builder id config)
Creates a CfnLink$LinkFilterProperty$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 `CfnLink$LinkFilterProperty$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-link-props-builder id config)
Creates a CfnLinkProps$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 `CfnLinkProps$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-sink-builder scope id config)
Creates a CfnSink$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 `CfnSink$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-sink-props-builder id config)
Creates a CfnSinkProps$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 `CfnSinkProps$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