Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codedeploy package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codedeploy package.
(auto-rollback-config-builder id config)
Creates a AutoRollbackConfig$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 `AutoRollbackConfig$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 |
(base-deployment-config-options-builder id config)
Creates a BaseDeploymentConfigOptions$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 `BaseDeploymentConfigOptions$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 |
(base-deployment-config-props-builder id config)
Creates a BaseDeploymentConfigProps$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 `BaseDeploymentConfigProps$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 |
(base-traffic-shifting-config-props-builder id config)
Creates a BaseTrafficShiftingConfigProps$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 `BaseTrafficShiftingConfigProps$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 |
(build-auto-rollback-config-builder builder id config)
The build-auto-rollback-config-builder function updates a AutoRollbackConfig$Builder instance using the provided configuration. The function takes the AutoRollbackConfig$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 |
---|---|---|---|
deploymentInAlarm | java.lang.Boolean | cdk.support/lookup-entry | :deployment-in-alarm |
failedDeployment | java.lang.Boolean | cdk.support/lookup-entry | :failed-deployment |
stoppedDeployment | java.lang.Boolean | cdk.support/lookup-entry | :stopped-deployment |
The build-auto-rollback-config-builder function updates a AutoRollbackConfig$Builder instance using the provided configuration. The function takes the AutoRollbackConfig$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 | |---|---|---|---| | `deploymentInAlarm` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deployment-in-alarm` | | `failedDeployment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:failed-deployment` | | `stoppedDeployment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stopped-deployment` |
(build-base-deployment-config-options-builder builder id config)
The build-base-deployment-config-options-builder function updates a BaseDeploymentConfigOptions$Builder instance using the provided configuration. The function takes the BaseDeploymentConfigOptions$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
The build-base-deployment-config-options-builder function updates a BaseDeploymentConfigOptions$Builder instance using the provided configuration. The function takes the BaseDeploymentConfigOptions$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` |
(build-base-deployment-config-props-builder builder id config)
The build-base-deployment-config-props-builder function updates a BaseDeploymentConfigProps$Builder instance using the provided configuration. The function takes the BaseDeploymentConfigProps$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 |
---|---|---|---|
computePlatform | software.amazon.awscdk.services.codedeploy.ComputePlatform | cdk.api.services.codedeploy/compute-platform | :compute-platform |
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
minimumHealthyHosts | software.amazon.awscdk.services.codedeploy.MinimumHealthyHosts | cdk.support/lookup-entry | :minimum-healthy-hosts |
trafficRouting | software.amazon.awscdk.services.codedeploy.TrafficRouting | cdk.support/lookup-entry | :traffic-routing |
The build-base-deployment-config-props-builder function updates a BaseDeploymentConfigProps$Builder instance using the provided configuration. The function takes the BaseDeploymentConfigProps$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 | |---|---|---|---| | `computePlatform` | software.amazon.awscdk.services.codedeploy.ComputePlatform | [[cdk.api.services.codedeploy/compute-platform]] | `:compute-platform` | | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `minimumHealthyHosts` | software.amazon.awscdk.services.codedeploy.MinimumHealthyHosts | [[cdk.support/lookup-entry]] | `:minimum-healthy-hosts` | | `trafficRouting` | software.amazon.awscdk.services.codedeploy.TrafficRouting | [[cdk.support/lookup-entry]] | `:traffic-routing` |
(build-base-traffic-shifting-config-props-builder builder id config)
The build-base-traffic-shifting-config-props-builder function updates a BaseTrafficShiftingConfigProps$Builder instance using the provided configuration. The function takes the BaseTrafficShiftingConfigProps$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 |
---|---|---|---|
interval | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :interval |
percentage | java.lang.Number | cdk.support/lookup-entry | :percentage |
The build-base-traffic-shifting-config-props-builder function updates a BaseTrafficShiftingConfigProps$Builder instance using the provided configuration. The function takes the BaseTrafficShiftingConfigProps$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 | |---|---|---|---| | `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` | | `percentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percentage` |
(build-canary-traffic-routing-config-builder builder id config)
The build-canary-traffic-routing-config-builder function updates a CanaryTrafficRoutingConfig$Builder instance using the provided configuration. The function takes the CanaryTrafficRoutingConfig$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 |
---|---|---|---|
canaryInterval | java.lang.Number | cdk.support/lookup-entry | :canary-interval |
canaryPercentage | java.lang.Number | cdk.support/lookup-entry | :canary-percentage |
The build-canary-traffic-routing-config-builder function updates a CanaryTrafficRoutingConfig$Builder instance using the provided configuration. The function takes the CanaryTrafficRoutingConfig$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 | |---|---|---|---| | `canaryInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:canary-interval` | | `canaryPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:canary-percentage` |
(build-cfn-application-builder builder id config)
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
computePlatform | java.lang.String | cdk.support/lookup-entry | :compute-platform |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` | | `computePlatform` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-platform` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-application-props-builder builder id config)
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
computePlatform | java.lang.String | cdk.support/lookup-entry | :compute-platform |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` | | `computePlatform` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-platform` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-deployment-config-builder builder id config)
The build-cfn-deployment-config-builder function updates a CfnDeploymentConfig$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$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 |
---|---|---|---|
computePlatform | java.lang.String | cdk.support/lookup-entry | :compute-platform |
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
minimumHealthyHosts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :minimum-healthy-hosts |
trafficRoutingConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :traffic-routing-config |
zonalConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :zonal-config |
The build-cfn-deployment-config-builder function updates a CfnDeploymentConfig$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$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 | |---|---|---|---| | `computePlatform` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-platform` | | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `minimumHealthyHosts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:minimum-healthy-hosts` | | `trafficRoutingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:traffic-routing-config` | | `zonalConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:zonal-config` |
(build-cfn-deployment-config-minimum-healthy-hosts-per-zone-property-builder
builder
id
config)
The build-cfn-deployment-config-minimum-healthy-hosts-per-zone-property-builder function updates a CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty$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 |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-deployment-config-minimum-healthy-hosts-per-zone-property-builder function updates a CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty$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 | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-deployment-config-minimum-healthy-hosts-property-builder builder
id
config)
The build-cfn-deployment-config-minimum-healthy-hosts-property-builder function updates a CfnDeploymentConfig$MinimumHealthyHostsProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$MinimumHealthyHostsProperty$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 |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-deployment-config-minimum-healthy-hosts-property-builder function updates a CfnDeploymentConfig$MinimumHealthyHostsProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$MinimumHealthyHostsProperty$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 | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-deployment-config-props-builder builder id config)
The build-cfn-deployment-config-props-builder function updates a CfnDeploymentConfigProps$Builder instance using the provided configuration. The function takes the CfnDeploymentConfigProps$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 |
---|---|---|---|
computePlatform | java.lang.String | cdk.support/lookup-entry | :compute-platform |
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
minimumHealthyHosts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :minimum-healthy-hosts |
trafficRoutingConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :traffic-routing-config |
zonalConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :zonal-config |
The build-cfn-deployment-config-props-builder function updates a CfnDeploymentConfigProps$Builder instance using the provided configuration. The function takes the CfnDeploymentConfigProps$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 | |---|---|---|---| | `computePlatform` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-platform` | | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `minimumHealthyHosts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:minimum-healthy-hosts` | | `trafficRoutingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:traffic-routing-config` | | `zonalConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:zonal-config` |
(build-cfn-deployment-config-time-based-canary-property-builder builder
id
config)
The build-cfn-deployment-config-time-based-canary-property-builder function updates a CfnDeploymentConfig$TimeBasedCanaryProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$TimeBasedCanaryProperty$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 |
---|---|---|---|
canaryInterval | java.lang.Number | cdk.support/lookup-entry | :canary-interval |
canaryPercentage | java.lang.Number | cdk.support/lookup-entry | :canary-percentage |
The build-cfn-deployment-config-time-based-canary-property-builder function updates a CfnDeploymentConfig$TimeBasedCanaryProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$TimeBasedCanaryProperty$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 | |---|---|---|---| | `canaryInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:canary-interval` | | `canaryPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:canary-percentage` |
(build-cfn-deployment-config-time-based-linear-property-builder builder
id
config)
The build-cfn-deployment-config-time-based-linear-property-builder function updates a CfnDeploymentConfig$TimeBasedLinearProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$TimeBasedLinearProperty$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 |
---|---|---|---|
linearInterval | java.lang.Number | cdk.support/lookup-entry | :linear-interval |
linearPercentage | java.lang.Number | cdk.support/lookup-entry | :linear-percentage |
The build-cfn-deployment-config-time-based-linear-property-builder function updates a CfnDeploymentConfig$TimeBasedLinearProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$TimeBasedLinearProperty$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 | |---|---|---|---| | `linearInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:linear-interval` | | `linearPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:linear-percentage` |
(build-cfn-deployment-config-traffic-routing-config-property-builder builder
id
config)
The build-cfn-deployment-config-traffic-routing-config-property-builder function updates a CfnDeploymentConfig$TrafficRoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$TrafficRoutingConfigProperty$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 |
---|---|---|---|
timeBasedCanary | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :time-based-canary |
timeBasedLinear | software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig$TimeBasedLinearProperty | cdk.support/lookup-entry | :time-based-linear |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-deployment-config-traffic-routing-config-property-builder function updates a CfnDeploymentConfig$TrafficRoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$TrafficRoutingConfigProperty$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 | |---|---|---|---| | `timeBasedCanary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:time-based-canary` | | `timeBasedLinear` | software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig$TimeBasedLinearProperty | [[cdk.support/lookup-entry]] | `:time-based-linear` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-deployment-config-zonal-config-property-builder builder id config)
The build-cfn-deployment-config-zonal-config-property-builder function updates a CfnDeploymentConfig$ZonalConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$ZonalConfigProperty$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 |
---|---|---|---|
firstZoneMonitorDurationInSeconds | java.lang.Number | cdk.support/lookup-entry | :first-zone-monitor-duration-in-seconds |
minimumHealthyHostsPerZone | software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty | cdk.support/lookup-entry | :minimum-healthy-hosts-per-zone |
monitorDurationInSeconds | java.lang.Number | cdk.support/lookup-entry | :monitor-duration-in-seconds |
The build-cfn-deployment-config-zonal-config-property-builder function updates a CfnDeploymentConfig$ZonalConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentConfig$ZonalConfigProperty$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 | |---|---|---|---| | `firstZoneMonitorDurationInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:first-zone-monitor-duration-in-seconds` | | `minimumHealthyHostsPerZone` | software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty | [[cdk.support/lookup-entry]] | `:minimum-healthy-hosts-per-zone` | | `monitorDurationInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:monitor-duration-in-seconds` |
(build-cfn-deployment-group-alarm-configuration-property-builder builder
id
config)
The build-cfn-deployment-group-alarm-configuration-property-builder function updates a CfnDeploymentGroup$AlarmConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$AlarmConfigurationProperty$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 |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
ignorePollAlarmFailure | java.lang.Boolean | cdk.support/lookup-entry | :ignore-poll-alarm-failure |
The build-cfn-deployment-group-alarm-configuration-property-builder function updates a CfnDeploymentGroup$AlarmConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$AlarmConfigurationProperty$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 | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `ignorePollAlarmFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-poll-alarm-failure` |
(build-cfn-deployment-group-alarm-property-builder builder id config)
The build-cfn-deployment-group-alarm-property-builder function updates a CfnDeploymentGroup$AlarmProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$AlarmProperty$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 |
The build-cfn-deployment-group-alarm-property-builder function updates a CfnDeploymentGroup$AlarmProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$AlarmProperty$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` |
(build-cfn-deployment-group-auto-rollback-configuration-property-builder builder
id
config)
The build-cfn-deployment-group-auto-rollback-configuration-property-builder function updates a CfnDeploymentGroup$AutoRollbackConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$AutoRollbackConfigurationProperty$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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
events | java.util.List | cdk.support/lookup-entry | :events |
The build-cfn-deployment-group-auto-rollback-configuration-property-builder function updates a CfnDeploymentGroup$AutoRollbackConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$AutoRollbackConfigurationProperty$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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
(build-cfn-deployment-group-blue-green-deployment-configuration-property-builder
builder
id
config)
The build-cfn-deployment-group-blue-green-deployment-configuration-property-builder function updates a CfnDeploymentGroup$BlueGreenDeploymentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$BlueGreenDeploymentConfigurationProperty$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 |
---|---|---|---|
deploymentReadyOption | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deployment-ready-option |
greenFleetProvisioningOption | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :green-fleet-provisioning-option |
terminateBlueInstancesOnDeploymentSuccess | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :terminate-blue-instances-on-deployment-success |
The build-cfn-deployment-group-blue-green-deployment-configuration-property-builder function updates a CfnDeploymentGroup$BlueGreenDeploymentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$BlueGreenDeploymentConfigurationProperty$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 | |---|---|---|---| | `deploymentReadyOption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-ready-option` | | `greenFleetProvisioningOption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:green-fleet-provisioning-option` | | `terminateBlueInstancesOnDeploymentSuccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:terminate-blue-instances-on-deployment-success` |
(build-cfn-deployment-group-blue-instance-termination-option-property-builder
builder
id
config)
The build-cfn-deployment-group-blue-instance-termination-option-property-builder function updates a CfnDeploymentGroup$BlueInstanceTerminationOptionProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$BlueInstanceTerminationOptionProperty$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
terminationWaitTimeInMinutes | java.lang.Number | cdk.support/lookup-entry | :termination-wait-time-in-minutes |
The build-cfn-deployment-group-blue-instance-termination-option-property-builder function updates a CfnDeploymentGroup$BlueInstanceTerminationOptionProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$BlueInstanceTerminationOptionProperty$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `terminationWaitTimeInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:termination-wait-time-in-minutes` |
(build-cfn-deployment-group-builder builder id config)
The build-cfn-deployment-group-builder function updates a CfnDeploymentGroup$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$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 |
---|---|---|---|
alarmConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :alarm-configuration |
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
autoRollbackConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-rollback-configuration |
autoScalingGroups | java.util.List | cdk.support/lookup-entry | :auto-scaling-groups |
blueGreenDeploymentConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :blue-green-deployment-configuration |
deployment | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deployment |
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
deploymentStyle | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$DeploymentStyleProperty | cdk.support/lookup-entry | :deployment-style |
ec2TagFilters | java.util.List | cdk.support/lookup-entry | :ec2-tag-filters |
ec2TagSet | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$EC2TagSetProperty | cdk.support/lookup-entry | :ec2-tag-set |
ecsServices | java.util.List | cdk.support/lookup-entry | :ecs-services |
loadBalancerInfo | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$LoadBalancerInfoProperty | cdk.support/lookup-entry | :load-balancer-info |
onPremisesInstanceTagFilters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :on-premises-instance-tag-filters |
onPremisesTagSet | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :on-premises-tag-set |
outdatedInstancesStrategy | java.lang.String | cdk.support/lookup-entry | :outdated-instances-strategy |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
terminationHookEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :termination-hook-enabled |
triggerConfigurations | java.util.List | cdk.support/lookup-entry | :trigger-configurations |
The build-cfn-deployment-group-builder function updates a CfnDeploymentGroup$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$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 | |---|---|---|---| | `alarmConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alarm-configuration` | | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` | | `autoRollbackConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-rollback-configuration` | | `autoScalingGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:auto-scaling-groups` | | `blueGreenDeploymentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:blue-green-deployment-configuration` | | `deployment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment` | | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `deploymentStyle` | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$DeploymentStyleProperty | [[cdk.support/lookup-entry]] | `:deployment-style` | | `ec2TagFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-tag-filters` | | `ec2TagSet` | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$EC2TagSetProperty | [[cdk.support/lookup-entry]] | `:ec2-tag-set` | | `ecsServices` | java.util.List | [[cdk.support/lookup-entry]] | `:ecs-services` | | `loadBalancerInfo` | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$LoadBalancerInfoProperty | [[cdk.support/lookup-entry]] | `:load-balancer-info` | | `onPremisesInstanceTagFilters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-premises-instance-tag-filters` | | `onPremisesTagSet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-premises-tag-set` | | `outdatedInstancesStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:outdated-instances-strategy` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `terminationHookEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:termination-hook-enabled` | | `triggerConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:trigger-configurations` |
(build-cfn-deployment-group-deployment-property-builder builder id config)
The build-cfn-deployment-group-deployment-property-builder function updates a CfnDeploymentGroup$DeploymentProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$DeploymentProperty$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 |
ignoreApplicationStopFailures | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ignore-application-stop-failures |
revision | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$RevisionLocationProperty | cdk.support/lookup-entry | :revision |
The build-cfn-deployment-group-deployment-property-builder function updates a CfnDeploymentGroup$DeploymentProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$DeploymentProperty$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` | | `ignoreApplicationStopFailures` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ignore-application-stop-failures` | | `revision` | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$RevisionLocationProperty | [[cdk.support/lookup-entry]] | `:revision` |
(build-cfn-deployment-group-deployment-ready-option-property-builder builder
id
config)
The build-cfn-deployment-group-deployment-ready-option-property-builder function updates a CfnDeploymentGroup$DeploymentReadyOptionProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$DeploymentReadyOptionProperty$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 |
---|---|---|---|
actionOnTimeout | java.lang.String | cdk.support/lookup-entry | :action-on-timeout |
waitTimeInMinutes | java.lang.Number | cdk.support/lookup-entry | :wait-time-in-minutes |
The build-cfn-deployment-group-deployment-ready-option-property-builder function updates a CfnDeploymentGroup$DeploymentReadyOptionProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$DeploymentReadyOptionProperty$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 | |---|---|---|---| | `actionOnTimeout` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-on-timeout` | | `waitTimeInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-time-in-minutes` |
(build-cfn-deployment-group-deployment-style-property-builder builder id config)
The build-cfn-deployment-group-deployment-style-property-builder function updates a CfnDeploymentGroup$DeploymentStyleProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$DeploymentStyleProperty$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 |
---|---|---|---|
deploymentOption | java.lang.String | cdk.support/lookup-entry | :deployment-option |
deploymentType | java.lang.String | cdk.support/lookup-entry | :deployment-type |
The build-cfn-deployment-group-deployment-style-property-builder function updates a CfnDeploymentGroup$DeploymentStyleProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$DeploymentStyleProperty$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 | |---|---|---|---| | `deploymentOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-option` | | `deploymentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-type` |
(build-cfn-deployment-group-ec2-tag-filter-property-builder builder id config)
The build-cfn-deployment-group-ec2-tag-filter-property-builder function updates a CfnDeploymentGroup$EC2TagFilterProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$EC2TagFilterProperty$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 |
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-deployment-group-ec2-tag-filter-property-builder function updates a CfnDeploymentGroup$EC2TagFilterProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$EC2TagFilterProperty$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` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-deployment-group-ec2-tag-set-list-object-property-builder builder
id
config)
The build-cfn-deployment-group-ec2-tag-set-list-object-property-builder function updates a CfnDeploymentGroup$EC2TagSetListObjectProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$EC2TagSetListObjectProperty$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 |
---|---|---|---|
ec2TagGroup | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ec2-tag-group |
The build-cfn-deployment-group-ec2-tag-set-list-object-property-builder function updates a CfnDeploymentGroup$EC2TagSetListObjectProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$EC2TagSetListObjectProperty$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 | |---|---|---|---| | `ec2TagGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ec2-tag-group` |
(build-cfn-deployment-group-ec2-tag-set-property-builder builder id config)
The build-cfn-deployment-group-ec2-tag-set-property-builder function updates a CfnDeploymentGroup$EC2TagSetProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$EC2TagSetProperty$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 |
---|---|---|---|
ec2TagSetList | java.util.List | cdk.support/lookup-entry | :ec2-tag-set-list |
The build-cfn-deployment-group-ec2-tag-set-property-builder function updates a CfnDeploymentGroup$EC2TagSetProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$EC2TagSetProperty$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 | |---|---|---|---| | `ec2TagSetList` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-tag-set-list` |
(build-cfn-deployment-group-ecs-service-property-builder builder id config)
The build-cfn-deployment-group-ecs-service-property-builder function updates a CfnDeploymentGroup$ECSServiceProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$ECSServiceProperty$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 |
---|---|---|---|
clusterName | java.lang.String | cdk.support/lookup-entry | :cluster-name |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
The build-cfn-deployment-group-ecs-service-property-builder function updates a CfnDeploymentGroup$ECSServiceProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$ECSServiceProperty$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 | |---|---|---|---| | `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
(build-cfn-deployment-group-elb-info-property-builder builder id config)
The build-cfn-deployment-group-elb-info-property-builder function updates a CfnDeploymentGroup$ELBInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$ELBInfoProperty$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 |
The build-cfn-deployment-group-elb-info-property-builder function updates a CfnDeploymentGroup$ELBInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$ELBInfoProperty$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` |
(build-cfn-deployment-group-git-hub-location-property-builder builder id config)
The build-cfn-deployment-group-git-hub-location-property-builder function updates a CfnDeploymentGroup$GitHubLocationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$GitHubLocationProperty$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 |
---|---|---|---|
commitId | java.lang.String | cdk.support/lookup-entry | :commit-id |
repository | java.lang.String | cdk.support/lookup-entry | :repository |
The build-cfn-deployment-group-git-hub-location-property-builder function updates a CfnDeploymentGroup$GitHubLocationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$GitHubLocationProperty$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 | |---|---|---|---| | `commitId` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-id` | | `repository` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository` |
(build-cfn-deployment-group-green-fleet-provisioning-option-property-builder
builder
id
config)
The build-cfn-deployment-group-green-fleet-provisioning-option-property-builder function updates a CfnDeploymentGroup$GreenFleetProvisioningOptionProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$GreenFleetProvisioningOptionProperty$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
The build-cfn-deployment-group-green-fleet-provisioning-option-property-builder function updates a CfnDeploymentGroup$GreenFleetProvisioningOptionProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$GreenFleetProvisioningOptionProperty$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
(build-cfn-deployment-group-load-balancer-info-property-builder builder
id
config)
The build-cfn-deployment-group-load-balancer-info-property-builder function updates a CfnDeploymentGroup$LoadBalancerInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$LoadBalancerInfoProperty$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 |
---|---|---|---|
elbInfoList | java.util.List | cdk.support/lookup-entry | :elb-info-list |
targetGroupInfoList | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-group-info-list |
targetGroupPairInfoList | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-group-pair-info-list |
The build-cfn-deployment-group-load-balancer-info-property-builder function updates a CfnDeploymentGroup$LoadBalancerInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$LoadBalancerInfoProperty$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 | |---|---|---|---| | `elbInfoList` | java.util.List | [[cdk.support/lookup-entry]] | `:elb-info-list` | | `targetGroupInfoList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-group-info-list` | | `targetGroupPairInfoList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-group-pair-info-list` |
(build-cfn-deployment-group-on-premises-tag-set-list-object-property-builder
builder
id
config)
The build-cfn-deployment-group-on-premises-tag-set-list-object-property-builder function updates a CfnDeploymentGroup$OnPremisesTagSetListObjectProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$OnPremisesTagSetListObjectProperty$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 |
---|---|---|---|
onPremisesTagGroup | java.util.List | cdk.support/lookup-entry | :on-premises-tag-group |
The build-cfn-deployment-group-on-premises-tag-set-list-object-property-builder function updates a CfnDeploymentGroup$OnPremisesTagSetListObjectProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$OnPremisesTagSetListObjectProperty$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 | |---|---|---|---| | `onPremisesTagGroup` | java.util.List | [[cdk.support/lookup-entry]] | `:on-premises-tag-group` |
(build-cfn-deployment-group-on-premises-tag-set-property-builder builder
id
config)
The build-cfn-deployment-group-on-premises-tag-set-property-builder function updates a CfnDeploymentGroup$OnPremisesTagSetProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$OnPremisesTagSetProperty$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 |
---|---|---|---|
onPremisesTagSetList | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :on-premises-tag-set-list |
The build-cfn-deployment-group-on-premises-tag-set-property-builder function updates a CfnDeploymentGroup$OnPremisesTagSetProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$OnPremisesTagSetProperty$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 | |---|---|---|---| | `onPremisesTagSetList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-premises-tag-set-list` |
(build-cfn-deployment-group-props-builder builder id config)
The build-cfn-deployment-group-props-builder function updates a CfnDeploymentGroupProps$Builder instance using the provided configuration. The function takes the CfnDeploymentGroupProps$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 |
---|---|---|---|
alarmConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :alarm-configuration |
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
autoRollbackConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-rollback-configuration |
autoScalingGroups | java.util.List | cdk.support/lookup-entry | :auto-scaling-groups |
blueGreenDeploymentConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :blue-green-deployment-configuration |
deployment | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deployment |
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
deploymentStyle | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$DeploymentStyleProperty | cdk.support/lookup-entry | :deployment-style |
ec2TagFilters | java.util.List | cdk.support/lookup-entry | :ec2-tag-filters |
ec2TagSet | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ec2-tag-set |
ecsServices | java.util.List | cdk.support/lookup-entry | :ecs-services |
loadBalancerInfo | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$LoadBalancerInfoProperty | cdk.support/lookup-entry | :load-balancer-info |
onPremisesInstanceTagFilters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :on-premises-instance-tag-filters |
onPremisesTagSet | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :on-premises-tag-set |
outdatedInstancesStrategy | java.lang.String | cdk.support/lookup-entry | :outdated-instances-strategy |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
terminationHookEnabled | java.lang.Boolean | cdk.support/lookup-entry | :termination-hook-enabled |
triggerConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :trigger-configurations |
The build-cfn-deployment-group-props-builder function updates a CfnDeploymentGroupProps$Builder instance using the provided configuration. The function takes the CfnDeploymentGroupProps$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 | |---|---|---|---| | `alarmConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alarm-configuration` | | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` | | `autoRollbackConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-rollback-configuration` | | `autoScalingGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:auto-scaling-groups` | | `blueGreenDeploymentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:blue-green-deployment-configuration` | | `deployment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment` | | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `deploymentStyle` | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$DeploymentStyleProperty | [[cdk.support/lookup-entry]] | `:deployment-style` | | `ec2TagFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-tag-filters` | | `ec2TagSet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ec2-tag-set` | | `ecsServices` | java.util.List | [[cdk.support/lookup-entry]] | `:ecs-services` | | `loadBalancerInfo` | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup$LoadBalancerInfoProperty | [[cdk.support/lookup-entry]] | `:load-balancer-info` | | `onPremisesInstanceTagFilters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-premises-instance-tag-filters` | | `onPremisesTagSet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-premises-tag-set` | | `outdatedInstancesStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:outdated-instances-strategy` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `terminationHookEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-hook-enabled` | | `triggerConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trigger-configurations` |
(build-cfn-deployment-group-revision-location-property-builder builder
id
config)
The build-cfn-deployment-group-revision-location-property-builder function updates a CfnDeploymentGroup$RevisionLocationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$RevisionLocationProperty$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 |
---|---|---|---|
gitHubLocation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :git-hub-location |
revisionType | java.lang.String | cdk.support/lookup-entry | :revision-type |
s3Location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-location |
The build-cfn-deployment-group-revision-location-property-builder function updates a CfnDeploymentGroup$RevisionLocationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$RevisionLocationProperty$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 | |---|---|---|---| | `gitHubLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:git-hub-location` | | `revisionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:revision-type` | | `s3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-location` |
(build-cfn-deployment-group-s3-location-property-builder builder id config)
The build-cfn-deployment-group-s3-location-property-builder function updates a CfnDeploymentGroup$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$S3LocationProperty$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 |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
bundleType | java.lang.String | cdk.support/lookup-entry | :bundle-type |
eTag | java.lang.String | cdk.support/lookup-entry | :e-tag |
key | java.lang.String | cdk.support/lookup-entry | :key |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-deployment-group-s3-location-property-builder function updates a CfnDeploymentGroup$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$S3LocationProperty$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 | |---|---|---|---| | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `bundleType` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-type` | | `eTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:e-tag` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-deployment-group-tag-filter-property-builder builder id config)
The build-cfn-deployment-group-tag-filter-property-builder function updates a CfnDeploymentGroup$TagFilterProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TagFilterProperty$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 |
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-deployment-group-tag-filter-property-builder function updates a CfnDeploymentGroup$TagFilterProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TagFilterProperty$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` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-deployment-group-target-group-info-property-builder builder
id
config)
The build-cfn-deployment-group-target-group-info-property-builder function updates a CfnDeploymentGroup$TargetGroupInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TargetGroupInfoProperty$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 |
The build-cfn-deployment-group-target-group-info-property-builder function updates a CfnDeploymentGroup$TargetGroupInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TargetGroupInfoProperty$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` |
(build-cfn-deployment-group-target-group-pair-info-property-builder builder
id
config)
The build-cfn-deployment-group-target-group-pair-info-property-builder function updates a CfnDeploymentGroup$TargetGroupPairInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TargetGroupPairInfoProperty$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 |
---|---|---|---|
prodTrafficRoute | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :prod-traffic-route |
targetGroups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-groups |
testTrafficRoute | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :test-traffic-route |
The build-cfn-deployment-group-target-group-pair-info-property-builder function updates a CfnDeploymentGroup$TargetGroupPairInfoProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TargetGroupPairInfoProperty$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 | |---|---|---|---| | `prodTrafficRoute` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:prod-traffic-route` | | `targetGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-groups` | | `testTrafficRoute` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:test-traffic-route` |
(build-cfn-deployment-group-traffic-route-property-builder builder id config)
The build-cfn-deployment-group-traffic-route-property-builder function updates a CfnDeploymentGroup$TrafficRouteProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TrafficRouteProperty$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 |
---|---|---|---|
listenerArns | java.util.List | cdk.support/lookup-entry | :listener-arns |
The build-cfn-deployment-group-traffic-route-property-builder function updates a CfnDeploymentGroup$TrafficRouteProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TrafficRouteProperty$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 | |---|---|---|---| | `listenerArns` | java.util.List | [[cdk.support/lookup-entry]] | `:listener-arns` |
(build-cfn-deployment-group-trigger-config-property-builder builder id config)
The build-cfn-deployment-group-trigger-config-property-builder function updates a CfnDeploymentGroup$TriggerConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TriggerConfigProperty$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 |
---|---|---|---|
triggerEvents | java.util.List | cdk.support/lookup-entry | :trigger-events |
triggerName | java.lang.String | cdk.support/lookup-entry | :trigger-name |
triggerTargetArn | java.lang.String | cdk.support/lookup-entry | :trigger-target-arn |
The build-cfn-deployment-group-trigger-config-property-builder function updates a CfnDeploymentGroup$TriggerConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeploymentGroup$TriggerConfigProperty$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 | |---|---|---|---| | `triggerEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:trigger-events` | | `triggerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:trigger-name` | | `triggerTargetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trigger-target-arn` |
(build-ecs-application-builder builder id config)
The build-ecs-application-builder function updates a EcsApplication$Builder instance using the provided configuration. The function takes the EcsApplication$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
The build-ecs-application-builder function updates a EcsApplication$Builder instance using the provided configuration. The function takes the EcsApplication$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
(build-ecs-application-props-builder builder id config)
The build-ecs-application-props-builder function updates a EcsApplicationProps$Builder instance using the provided configuration. The function takes the EcsApplicationProps$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
The build-ecs-application-props-builder function updates a EcsApplicationProps$Builder instance using the provided configuration. The function takes the EcsApplicationProps$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
(build-ecs-blue-green-deployment-config-builder builder id config)
The build-ecs-blue-green-deployment-config-builder function updates a EcsBlueGreenDeploymentConfig$Builder instance using the provided configuration. The function takes the EcsBlueGreenDeploymentConfig$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 |
---|---|---|---|
blueTargetGroup | software.amazon.awscdk.services.elasticloadbalancingv2.ITargetGroup | cdk.support/lookup-entry | :blue-target-group |
deploymentApprovalWaitTime | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :deployment-approval-wait-time |
greenTargetGroup | software.amazon.awscdk.services.elasticloadbalancingv2.ITargetGroup | cdk.support/lookup-entry | :green-target-group |
listener | software.amazon.awscdk.services.elasticloadbalancingv2.IListener | cdk.support/lookup-entry | :listener |
terminationWaitTime | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :termination-wait-time |
testListener | software.amazon.awscdk.services.elasticloadbalancingv2.IListener | cdk.support/lookup-entry | :test-listener |
The build-ecs-blue-green-deployment-config-builder function updates a EcsBlueGreenDeploymentConfig$Builder instance using the provided configuration. The function takes the EcsBlueGreenDeploymentConfig$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 | |---|---|---|---| | `blueTargetGroup` | software.amazon.awscdk.services.elasticloadbalancingv2.ITargetGroup | [[cdk.support/lookup-entry]] | `:blue-target-group` | | `deploymentApprovalWaitTime` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deployment-approval-wait-time` | | `greenTargetGroup` | software.amazon.awscdk.services.elasticloadbalancingv2.ITargetGroup | [[cdk.support/lookup-entry]] | `:green-target-group` | | `listener` | software.amazon.awscdk.services.elasticloadbalancingv2.IListener | [[cdk.support/lookup-entry]] | `:listener` | | `terminationWaitTime` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:termination-wait-time` | | `testListener` | software.amazon.awscdk.services.elasticloadbalancingv2.IListener | [[cdk.support/lookup-entry]] | `:test-listener` |
(build-ecs-deployment-config-builder builder id config)
The build-ecs-deployment-config-builder function updates a EcsDeploymentConfig$Builder instance using the provided configuration. The function takes the EcsDeploymentConfig$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
trafficRouting | software.amazon.awscdk.services.codedeploy.TrafficRouting | cdk.support/lookup-entry | :traffic-routing |
The build-ecs-deployment-config-builder function updates a EcsDeploymentConfig$Builder instance using the provided configuration. The function takes the EcsDeploymentConfig$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `trafficRouting` | software.amazon.awscdk.services.codedeploy.TrafficRouting | [[cdk.support/lookup-entry]] | `:traffic-routing` |
(build-ecs-deployment-config-props-builder builder id config)
The build-ecs-deployment-config-props-builder function updates a EcsDeploymentConfigProps$Builder instance using the provided configuration. The function takes the EcsDeploymentConfigProps$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
trafficRouting | software.amazon.awscdk.services.codedeploy.TrafficRouting | cdk.support/lookup-entry | :traffic-routing |
The build-ecs-deployment-config-props-builder function updates a EcsDeploymentConfigProps$Builder instance using the provided configuration. The function takes the EcsDeploymentConfigProps$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `trafficRouting` | software.amazon.awscdk.services.codedeploy.TrafficRouting | [[cdk.support/lookup-entry]] | `:traffic-routing` |
(build-ecs-deployment-group-attributes-builder builder id config)
The build-ecs-deployment-group-attributes-builder function updates a EcsDeploymentGroupAttributes$Builder instance using the provided configuration. The function takes the EcsDeploymentGroupAttributes$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 |
---|---|---|---|
application | software.amazon.awscdk.services.codedeploy.IEcsApplication | cdk.support/lookup-entry | :application |
deploymentConfig | software.amazon.awscdk.services.codedeploy.IEcsDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
The build-ecs-deployment-group-attributes-builder function updates a EcsDeploymentGroupAttributes$Builder instance using the provided configuration. The function takes the EcsDeploymentGroupAttributes$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 | |---|---|---|---| | `application` | software.amazon.awscdk.services.codedeploy.IEcsApplication | [[cdk.support/lookup-entry]] | `:application` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.IEcsDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` |
(build-ecs-deployment-group-builder builder id config)
The build-ecs-deployment-group-builder function updates a EcsDeploymentGroup$Builder instance using the provided configuration. The function takes the EcsDeploymentGroup$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 |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
application | software.amazon.awscdk.services.codedeploy.IEcsApplication | cdk.support/lookup-entry | :application |
autoRollback | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | cdk.support/lookup-entry | :auto-rollback |
blueGreenDeploymentConfig | software.amazon.awscdk.services.codedeploy.EcsBlueGreenDeploymentConfig | cdk.support/lookup-entry | :blue-green-deployment-config |
deploymentConfig | software.amazon.awscdk.services.codedeploy.IEcsDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
ignoreAlarmConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :ignore-alarm-configuration |
ignorePollAlarmsFailure | java.lang.Boolean | cdk.support/lookup-entry | :ignore-poll-alarms-failure |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
service | software.amazon.awscdk.services.ecs.IBaseService | cdk.support/lookup-entry | :service |
The build-ecs-deployment-group-builder function updates a EcsDeploymentGroup$Builder instance using the provided configuration. The function takes the EcsDeploymentGroup$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 | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `application` | software.amazon.awscdk.services.codedeploy.IEcsApplication | [[cdk.support/lookup-entry]] | `:application` | | `autoRollback` | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | [[cdk.support/lookup-entry]] | `:auto-rollback` | | `blueGreenDeploymentConfig` | software.amazon.awscdk.services.codedeploy.EcsBlueGreenDeploymentConfig | [[cdk.support/lookup-entry]] | `:blue-green-deployment-config` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.IEcsDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `ignoreAlarmConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-alarm-configuration` | | `ignorePollAlarmsFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-poll-alarms-failure` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `service` | software.amazon.awscdk.services.ecs.IBaseService | [[cdk.support/lookup-entry]] | `:service` |
(build-ecs-deployment-group-props-builder builder id config)
The build-ecs-deployment-group-props-builder function updates a EcsDeploymentGroupProps$Builder instance using the provided configuration. The function takes the EcsDeploymentGroupProps$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 |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
application | software.amazon.awscdk.services.codedeploy.IEcsApplication | cdk.support/lookup-entry | :application |
autoRollback | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | cdk.support/lookup-entry | :auto-rollback |
blueGreenDeploymentConfig | software.amazon.awscdk.services.codedeploy.EcsBlueGreenDeploymentConfig | cdk.support/lookup-entry | :blue-green-deployment-config |
deploymentConfig | software.amazon.awscdk.services.codedeploy.IEcsDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
ignoreAlarmConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :ignore-alarm-configuration |
ignorePollAlarmsFailure | java.lang.Boolean | cdk.support/lookup-entry | :ignore-poll-alarms-failure |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
service | software.amazon.awscdk.services.ecs.IBaseService | cdk.support/lookup-entry | :service |
The build-ecs-deployment-group-props-builder function updates a EcsDeploymentGroupProps$Builder instance using the provided configuration. The function takes the EcsDeploymentGroupProps$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 | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `application` | software.amazon.awscdk.services.codedeploy.IEcsApplication | [[cdk.support/lookup-entry]] | `:application` | | `autoRollback` | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | [[cdk.support/lookup-entry]] | `:auto-rollback` | | `blueGreenDeploymentConfig` | software.amazon.awscdk.services.codedeploy.EcsBlueGreenDeploymentConfig | [[cdk.support/lookup-entry]] | `:blue-green-deployment-config` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.IEcsDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `ignoreAlarmConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-alarm-configuration` | | `ignorePollAlarmsFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-poll-alarms-failure` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `service` | software.amazon.awscdk.services.ecs.IBaseService | [[cdk.support/lookup-entry]] | `:service` |
(build-lambda-application-builder builder id config)
The build-lambda-application-builder function updates a LambdaApplication$Builder instance using the provided configuration. The function takes the LambdaApplication$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
The build-lambda-application-builder function updates a LambdaApplication$Builder instance using the provided configuration. The function takes the LambdaApplication$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
(build-lambda-application-props-builder builder id config)
The build-lambda-application-props-builder function updates a LambdaApplicationProps$Builder instance using the provided configuration. The function takes the LambdaApplicationProps$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
The build-lambda-application-props-builder function updates a LambdaApplicationProps$Builder instance using the provided configuration. The function takes the LambdaApplicationProps$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
(build-lambda-deployment-config-builder builder id config)
The build-lambda-deployment-config-builder function updates a LambdaDeploymentConfig$Builder instance using the provided configuration. The function takes the LambdaDeploymentConfig$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
trafficRouting | software.amazon.awscdk.services.codedeploy.TrafficRouting | cdk.support/lookup-entry | :traffic-routing |
The build-lambda-deployment-config-builder function updates a LambdaDeploymentConfig$Builder instance using the provided configuration. The function takes the LambdaDeploymentConfig$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `trafficRouting` | software.amazon.awscdk.services.codedeploy.TrafficRouting | [[cdk.support/lookup-entry]] | `:traffic-routing` |
(build-lambda-deployment-config-import-props-builder builder id config)
The build-lambda-deployment-config-import-props-builder function updates a LambdaDeploymentConfigImportProps$Builder instance using the provided configuration. The function takes the LambdaDeploymentConfigImportProps$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
The build-lambda-deployment-config-import-props-builder function updates a LambdaDeploymentConfigImportProps$Builder instance using the provided configuration. The function takes the LambdaDeploymentConfigImportProps$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` |
(build-lambda-deployment-config-props-builder builder id config)
The build-lambda-deployment-config-props-builder function updates a LambdaDeploymentConfigProps$Builder instance using the provided configuration. The function takes the LambdaDeploymentConfigProps$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
trafficRouting | software.amazon.awscdk.services.codedeploy.TrafficRouting | cdk.support/lookup-entry | :traffic-routing |
The build-lambda-deployment-config-props-builder function updates a LambdaDeploymentConfigProps$Builder instance using the provided configuration. The function takes the LambdaDeploymentConfigProps$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `trafficRouting` | software.amazon.awscdk.services.codedeploy.TrafficRouting | [[cdk.support/lookup-entry]] | `:traffic-routing` |
(build-lambda-deployment-group-attributes-builder builder id config)
The build-lambda-deployment-group-attributes-builder function updates a LambdaDeploymentGroupAttributes$Builder instance using the provided configuration. The function takes the LambdaDeploymentGroupAttributes$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 |
---|---|---|---|
application | software.amazon.awscdk.services.codedeploy.ILambdaApplication | cdk.support/lookup-entry | :application |
deploymentConfig | software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
The build-lambda-deployment-group-attributes-builder function updates a LambdaDeploymentGroupAttributes$Builder instance using the provided configuration. The function takes the LambdaDeploymentGroupAttributes$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 | |---|---|---|---| | `application` | software.amazon.awscdk.services.codedeploy.ILambdaApplication | [[cdk.support/lookup-entry]] | `:application` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` |
(build-lambda-deployment-group-builder builder id config)
The build-lambda-deployment-group-builder function updates a LambdaDeploymentGroup$Builder instance using the provided configuration. The function takes the LambdaDeploymentGroup$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 |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
alias | software.amazon.awscdk.services.lambda.Alias | cdk.support/lookup-entry | :alias |
application | software.amazon.awscdk.services.codedeploy.ILambdaApplication | cdk.support/lookup-entry | :application |
autoRollback | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | cdk.support/lookup-entry | :auto-rollback |
deploymentConfig | software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
ignoreAlarmConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :ignore-alarm-configuration |
ignorePollAlarmsFailure | java.lang.Boolean | cdk.support/lookup-entry | :ignore-poll-alarms-failure |
postHook | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :post-hook |
preHook | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :pre-hook |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-lambda-deployment-group-builder function updates a LambdaDeploymentGroup$Builder instance using the provided configuration. The function takes the LambdaDeploymentGroup$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 | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `alias` | software.amazon.awscdk.services.lambda.Alias | [[cdk.support/lookup-entry]] | `:alias` | | `application` | software.amazon.awscdk.services.codedeploy.ILambdaApplication | [[cdk.support/lookup-entry]] | `:application` | | `autoRollback` | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | [[cdk.support/lookup-entry]] | `:auto-rollback` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `ignoreAlarmConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-alarm-configuration` | | `ignorePollAlarmsFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-poll-alarms-failure` | | `postHook` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:post-hook` | | `preHook` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:pre-hook` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-lambda-deployment-group-props-builder builder id config)
The build-lambda-deployment-group-props-builder function updates a LambdaDeploymentGroupProps$Builder instance using the provided configuration. The function takes the LambdaDeploymentGroupProps$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 |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
alias | software.amazon.awscdk.services.lambda.Alias | cdk.support/lookup-entry | :alias |
application | software.amazon.awscdk.services.codedeploy.ILambdaApplication | cdk.support/lookup-entry | :application |
autoRollback | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | cdk.support/lookup-entry | :auto-rollback |
deploymentConfig | software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
ignoreAlarmConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :ignore-alarm-configuration |
ignorePollAlarmsFailure | java.lang.Boolean | cdk.support/lookup-entry | :ignore-poll-alarms-failure |
postHook | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :post-hook |
preHook | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :pre-hook |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-lambda-deployment-group-props-builder function updates a LambdaDeploymentGroupProps$Builder instance using the provided configuration. The function takes the LambdaDeploymentGroupProps$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 | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `alias` | software.amazon.awscdk.services.lambda.Alias | [[cdk.support/lookup-entry]] | `:alias` | | `application` | software.amazon.awscdk.services.codedeploy.ILambdaApplication | [[cdk.support/lookup-entry]] | `:application` | | `autoRollback` | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | [[cdk.support/lookup-entry]] | `:auto-rollback` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.ILambdaDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `ignoreAlarmConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-alarm-configuration` | | `ignorePollAlarmsFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-poll-alarms-failure` | | `postHook` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:post-hook` | | `preHook` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:pre-hook` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-linear-traffic-routing-config-builder builder id config)
The build-linear-traffic-routing-config-builder function updates a LinearTrafficRoutingConfig$Builder instance using the provided configuration. The function takes the LinearTrafficRoutingConfig$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 |
---|---|---|---|
linearInterval | java.lang.Number | cdk.support/lookup-entry | :linear-interval |
linearPercentage | java.lang.Number | cdk.support/lookup-entry | :linear-percentage |
The build-linear-traffic-routing-config-builder function updates a LinearTrafficRoutingConfig$Builder instance using the provided configuration. The function takes the LinearTrafficRoutingConfig$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 | |---|---|---|---| | `linearInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:linear-interval` | | `linearPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:linear-percentage` |
(build-server-application-builder builder id config)
The build-server-application-builder function updates a ServerApplication$Builder instance using the provided configuration. The function takes the ServerApplication$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
The build-server-application-builder function updates a ServerApplication$Builder instance using the provided configuration. The function takes the ServerApplication$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
(build-server-application-props-builder builder id config)
The build-server-application-props-builder function updates a ServerApplicationProps$Builder instance using the provided configuration. The function takes the ServerApplicationProps$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 |
---|---|---|---|
applicationName | java.lang.String | cdk.support/lookup-entry | :application-name |
The build-server-application-props-builder function updates a ServerApplicationProps$Builder instance using the provided configuration. The function takes the ServerApplicationProps$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 | |---|---|---|---| | `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
(build-server-deployment-config-builder builder id config)
The build-server-deployment-config-builder function updates a ServerDeploymentConfig$Builder instance using the provided configuration. The function takes the ServerDeploymentConfig$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
minimumHealthyHosts | software.amazon.awscdk.services.codedeploy.MinimumHealthyHosts | cdk.support/lookup-entry | :minimum-healthy-hosts |
The build-server-deployment-config-builder function updates a ServerDeploymentConfig$Builder instance using the provided configuration. The function takes the ServerDeploymentConfig$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `minimumHealthyHosts` | software.amazon.awscdk.services.codedeploy.MinimumHealthyHosts | [[cdk.support/lookup-entry]] | `:minimum-healthy-hosts` |
(build-server-deployment-config-props-builder builder id config)
The build-server-deployment-config-props-builder function updates a ServerDeploymentConfigProps$Builder instance using the provided configuration. The function takes the ServerDeploymentConfigProps$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 |
---|---|---|---|
deploymentConfigName | java.lang.String | cdk.support/lookup-entry | :deployment-config-name |
minimumHealthyHosts | software.amazon.awscdk.services.codedeploy.MinimumHealthyHosts | cdk.support/lookup-entry | :minimum-healthy-hosts |
The build-server-deployment-config-props-builder function updates a ServerDeploymentConfigProps$Builder instance using the provided configuration. The function takes the ServerDeploymentConfigProps$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 | |---|---|---|---| | `deploymentConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-config-name` | | `minimumHealthyHosts` | software.amazon.awscdk.services.codedeploy.MinimumHealthyHosts | [[cdk.support/lookup-entry]] | `:minimum-healthy-hosts` |
(build-server-deployment-group-attributes-builder builder id config)
The build-server-deployment-group-attributes-builder function updates a ServerDeploymentGroupAttributes$Builder instance using the provided configuration. The function takes the ServerDeploymentGroupAttributes$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 |
---|---|---|---|
application | software.amazon.awscdk.services.codedeploy.IServerApplication | cdk.support/lookup-entry | :application |
deploymentConfig | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
The build-server-deployment-group-attributes-builder function updates a ServerDeploymentGroupAttributes$Builder instance using the provided configuration. The function takes the ServerDeploymentGroupAttributes$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 | |---|---|---|---| | `application` | software.amazon.awscdk.services.codedeploy.IServerApplication | [[cdk.support/lookup-entry]] | `:application` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` |
(build-server-deployment-group-builder builder id config)
The build-server-deployment-group-builder function updates a ServerDeploymentGroup$Builder instance using the provided configuration. The function takes the ServerDeploymentGroup$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 |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
application | software.amazon.awscdk.services.codedeploy.IServerApplication | cdk.support/lookup-entry | :application |
autoRollback | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | cdk.support/lookup-entry | :auto-rollback |
autoScalingGroups | java.util.List | cdk.support/lookup-entry | :auto-scaling-groups |
deploymentConfig | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
ec2InstanceTags | software.amazon.awscdk.services.codedeploy.InstanceTagSet | cdk.support/lookup-entry | :ec2-instance-tags |
ignoreAlarmConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :ignore-alarm-configuration |
ignorePollAlarmsFailure | java.lang.Boolean | cdk.support/lookup-entry | :ignore-poll-alarms-failure |
installAgent | java.lang.Boolean | cdk.support/lookup-entry | :install-agent |
loadBalancer | software.amazon.awscdk.services.codedeploy.LoadBalancer | cdk.support/lookup-entry | :load-balancer |
loadBalancers | java.util.List | cdk.support/lookup-entry | :load-balancers |
onPremiseInstanceTags | software.amazon.awscdk.services.codedeploy.InstanceTagSet | cdk.support/lookup-entry | :on-premise-instance-tags |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-server-deployment-group-builder function updates a ServerDeploymentGroup$Builder instance using the provided configuration. The function takes the ServerDeploymentGroup$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 | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `application` | software.amazon.awscdk.services.codedeploy.IServerApplication | [[cdk.support/lookup-entry]] | `:application` | | `autoRollback` | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | [[cdk.support/lookup-entry]] | `:auto-rollback` | | `autoScalingGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:auto-scaling-groups` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `ec2InstanceTags` | software.amazon.awscdk.services.codedeploy.InstanceTagSet | [[cdk.support/lookup-entry]] | `:ec2-instance-tags` | | `ignoreAlarmConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-alarm-configuration` | | `ignorePollAlarmsFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-poll-alarms-failure` | | `installAgent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:install-agent` | | `loadBalancer` | software.amazon.awscdk.services.codedeploy.LoadBalancer | [[cdk.support/lookup-entry]] | `:load-balancer` | | `loadBalancers` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancers` | | `onPremiseInstanceTags` | software.amazon.awscdk.services.codedeploy.InstanceTagSet | [[cdk.support/lookup-entry]] | `:on-premise-instance-tags` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-server-deployment-group-props-builder builder id config)
The build-server-deployment-group-props-builder function updates a ServerDeploymentGroupProps$Builder instance using the provided configuration. The function takes the ServerDeploymentGroupProps$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 |
---|---|---|---|
alarms | java.util.List | cdk.support/lookup-entry | :alarms |
application | software.amazon.awscdk.services.codedeploy.IServerApplication | cdk.support/lookup-entry | :application |
autoRollback | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | cdk.support/lookup-entry | :auto-rollback |
autoScalingGroups | java.util.List | cdk.support/lookup-entry | :auto-scaling-groups |
deploymentConfig | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig | cdk.support/lookup-entry | :deployment-config |
deploymentGroupName | java.lang.String | cdk.support/lookup-entry | :deployment-group-name |
ec2InstanceTags | software.amazon.awscdk.services.codedeploy.InstanceTagSet | cdk.support/lookup-entry | :ec2-instance-tags |
ignoreAlarmConfiguration | java.lang.Boolean | cdk.support/lookup-entry | :ignore-alarm-configuration |
ignorePollAlarmsFailure | java.lang.Boolean | cdk.support/lookup-entry | :ignore-poll-alarms-failure |
installAgent | java.lang.Boolean | cdk.support/lookup-entry | :install-agent |
loadBalancer | software.amazon.awscdk.services.codedeploy.LoadBalancer | cdk.support/lookup-entry | :load-balancer |
loadBalancers | java.util.List | cdk.support/lookup-entry | :load-balancers |
onPremiseInstanceTags | software.amazon.awscdk.services.codedeploy.InstanceTagSet | cdk.support/lookup-entry | :on-premise-instance-tags |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-server-deployment-group-props-builder function updates a ServerDeploymentGroupProps$Builder instance using the provided configuration. The function takes the ServerDeploymentGroupProps$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 | |---|---|---|---| | `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` | | `application` | software.amazon.awscdk.services.codedeploy.IServerApplication | [[cdk.support/lookup-entry]] | `:application` | | `autoRollback` | software.amazon.awscdk.services.codedeploy.AutoRollbackConfig | [[cdk.support/lookup-entry]] | `:auto-rollback` | | `autoScalingGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:auto-scaling-groups` | | `deploymentConfig` | software.amazon.awscdk.services.codedeploy.IServerDeploymentConfig | [[cdk.support/lookup-entry]] | `:deployment-config` | | `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` | | `ec2InstanceTags` | software.amazon.awscdk.services.codedeploy.InstanceTagSet | [[cdk.support/lookup-entry]] | `:ec2-instance-tags` | | `ignoreAlarmConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-alarm-configuration` | | `ignorePollAlarmsFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-poll-alarms-failure` | | `installAgent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:install-agent` | | `loadBalancer` | software.amazon.awscdk.services.codedeploy.LoadBalancer | [[cdk.support/lookup-entry]] | `:load-balancer` | | `loadBalancers` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancers` | | `onPremiseInstanceTags` | software.amazon.awscdk.services.codedeploy.InstanceTagSet | [[cdk.support/lookup-entry]] | `:on-premise-instance-tags` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-time-based-canary-traffic-routing-builder builder id config)
The build-time-based-canary-traffic-routing-builder function updates a TimeBasedCanaryTrafficRouting$Builder instance using the provided configuration. The function takes the TimeBasedCanaryTrafficRouting$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 |
---|---|---|---|
interval | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :interval |
percentage | java.lang.Number | cdk.support/lookup-entry | :percentage |
The build-time-based-canary-traffic-routing-builder function updates a TimeBasedCanaryTrafficRouting$Builder instance using the provided configuration. The function takes the TimeBasedCanaryTrafficRouting$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 | |---|---|---|---| | `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` | | `percentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percentage` |
(build-time-based-canary-traffic-routing-props-builder builder id config)
The build-time-based-canary-traffic-routing-props-builder function updates a TimeBasedCanaryTrafficRoutingProps$Builder instance using the provided configuration. The function takes the TimeBasedCanaryTrafficRoutingProps$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 |
---|---|---|---|
interval | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :interval |
percentage | java.lang.Number | cdk.support/lookup-entry | :percentage |
The build-time-based-canary-traffic-routing-props-builder function updates a TimeBasedCanaryTrafficRoutingProps$Builder instance using the provided configuration. The function takes the TimeBasedCanaryTrafficRoutingProps$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 | |---|---|---|---| | `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` | | `percentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percentage` |
(build-time-based-linear-traffic-routing-builder builder id config)
The build-time-based-linear-traffic-routing-builder function updates a TimeBasedLinearTrafficRouting$Builder instance using the provided configuration. The function takes the TimeBasedLinearTrafficRouting$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 |
---|---|---|---|
interval | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :interval |
percentage | java.lang.Number | cdk.support/lookup-entry | :percentage |
The build-time-based-linear-traffic-routing-builder function updates a TimeBasedLinearTrafficRouting$Builder instance using the provided configuration. The function takes the TimeBasedLinearTrafficRouting$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 | |---|---|---|---| | `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` | | `percentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percentage` |
(build-time-based-linear-traffic-routing-props-builder builder id config)
The build-time-based-linear-traffic-routing-props-builder function updates a TimeBasedLinearTrafficRoutingProps$Builder instance using the provided configuration. The function takes the TimeBasedLinearTrafficRoutingProps$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 |
---|---|---|---|
interval | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :interval |
percentage | java.lang.Number | cdk.support/lookup-entry | :percentage |
The build-time-based-linear-traffic-routing-props-builder function updates a TimeBasedLinearTrafficRoutingProps$Builder instance using the provided configuration. The function takes the TimeBasedLinearTrafficRoutingProps$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 | |---|---|---|---| | `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` | | `percentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percentage` |
(build-traffic-routing-config-builder builder id config)
The build-traffic-routing-config-builder function updates a TrafficRoutingConfig$Builder instance using the provided configuration. The function takes the TrafficRoutingConfig$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 |
---|---|---|---|
timeBasedCanary | software.amazon.awscdk.services.codedeploy.CanaryTrafficRoutingConfig | cdk.support/lookup-entry | :time-based-canary |
timeBasedLinear | software.amazon.awscdk.services.codedeploy.LinearTrafficRoutingConfig | cdk.support/lookup-entry | :time-based-linear |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-traffic-routing-config-builder function updates a TrafficRoutingConfig$Builder instance using the provided configuration. The function takes the TrafficRoutingConfig$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 | |---|---|---|---| | `timeBasedCanary` | software.amazon.awscdk.services.codedeploy.CanaryTrafficRoutingConfig | [[cdk.support/lookup-entry]] | `:time-based-canary` | | `timeBasedLinear` | software.amazon.awscdk.services.codedeploy.LinearTrafficRoutingConfig | [[cdk.support/lookup-entry]] | `:time-based-linear` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(canary-traffic-routing-config-builder id config)
Creates a CanaryTrafficRoutingConfig$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 `CanaryTrafficRoutingConfig$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-application-builder scope id config)
Creates a CfnApplication$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 `CfnApplication$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-application-props-builder id config)
Creates a CfnApplicationProps$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 `CfnApplicationProps$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-deployment-config-builder scope id config)
Creates a CfnDeploymentConfig$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 `CfnDeploymentConfig$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-deployment-config-minimum-healthy-hosts-per-zone-property-builder id
config)
Creates a CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty$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 `CfnDeploymentConfig$MinimumHealthyHostsPerZoneProperty$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-deployment-config-minimum-healthy-hosts-property-builder id config)
Creates a CfnDeploymentConfig$MinimumHealthyHostsProperty$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 `CfnDeploymentConfig$MinimumHealthyHostsProperty$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-deployment-config-props-builder id config)
Creates a CfnDeploymentConfigProps$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 `CfnDeploymentConfigProps$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-deployment-config-time-based-canary-property-builder id config)
Creates a CfnDeploymentConfig$TimeBasedCanaryProperty$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 `CfnDeploymentConfig$TimeBasedCanaryProperty$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-deployment-config-time-based-linear-property-builder id config)
Creates a CfnDeploymentConfig$TimeBasedLinearProperty$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 `CfnDeploymentConfig$TimeBasedLinearProperty$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-deployment-config-traffic-routing-config-property-builder id config)
Creates a CfnDeploymentConfig$TrafficRoutingConfigProperty$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 `CfnDeploymentConfig$TrafficRoutingConfigProperty$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-deployment-config-zonal-config-property-builder id config)
Creates a CfnDeploymentConfig$ZonalConfigProperty$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 `CfnDeploymentConfig$ZonalConfigProperty$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-deployment-group-alarm-configuration-property-builder id config)
Creates a CfnDeploymentGroup$AlarmConfigurationProperty$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 `CfnDeploymentGroup$AlarmConfigurationProperty$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-deployment-group-alarm-property-builder id config)
Creates a CfnDeploymentGroup$AlarmProperty$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 `CfnDeploymentGroup$AlarmProperty$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-deployment-group-auto-rollback-configuration-property-builder id config)
Creates a CfnDeploymentGroup$AutoRollbackConfigurationProperty$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 `CfnDeploymentGroup$AutoRollbackConfigurationProperty$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-deployment-group-blue-green-deployment-configuration-property-builder
id
config)
Creates a CfnDeploymentGroup$BlueGreenDeploymentConfigurationProperty$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 `CfnDeploymentGroup$BlueGreenDeploymentConfigurationProperty$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-deployment-group-blue-instance-termination-option-property-builder id
config)
Creates a CfnDeploymentGroup$BlueInstanceTerminationOptionProperty$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 `CfnDeploymentGroup$BlueInstanceTerminationOptionProperty$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-deployment-group-builder scope id config)
Creates a CfnDeploymentGroup$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 `CfnDeploymentGroup$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-deployment-group-deployment-property-builder id config)
Creates a CfnDeploymentGroup$DeploymentProperty$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 `CfnDeploymentGroup$DeploymentProperty$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-deployment-group-deployment-ready-option-property-builder id config)
Creates a CfnDeploymentGroup$DeploymentReadyOptionProperty$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 `CfnDeploymentGroup$DeploymentReadyOptionProperty$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-deployment-group-deployment-style-property-builder id config)
Creates a CfnDeploymentGroup$DeploymentStyleProperty$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 `CfnDeploymentGroup$DeploymentStyleProperty$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-deployment-group-ec2-tag-filter-property-builder id config)
Creates a CfnDeploymentGroup$EC2TagFilterProperty$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 `CfnDeploymentGroup$EC2TagFilterProperty$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-deployment-group-ec2-tag-set-list-object-property-builder id config)
Creates a CfnDeploymentGroup$EC2TagSetListObjectProperty$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 `CfnDeploymentGroup$EC2TagSetListObjectProperty$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-deployment-group-ec2-tag-set-property-builder id config)
Creates a CfnDeploymentGroup$EC2TagSetProperty$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 `CfnDeploymentGroup$EC2TagSetProperty$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-deployment-group-ecs-service-property-builder id config)
Creates a CfnDeploymentGroup$ECSServiceProperty$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 `CfnDeploymentGroup$ECSServiceProperty$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-deployment-group-elb-info-property-builder id config)
Creates a CfnDeploymentGroup$ELBInfoProperty$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 `CfnDeploymentGroup$ELBInfoProperty$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-deployment-group-git-hub-location-property-builder id config)
Creates a CfnDeploymentGroup$GitHubLocationProperty$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 `CfnDeploymentGroup$GitHubLocationProperty$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-deployment-group-green-fleet-provisioning-option-property-builder id
config)
Creates a CfnDeploymentGroup$GreenFleetProvisioningOptionProperty$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 `CfnDeploymentGroup$GreenFleetProvisioningOptionProperty$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-deployment-group-load-balancer-info-property-builder id config)
Creates a CfnDeploymentGroup$LoadBalancerInfoProperty$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 `CfnDeploymentGroup$LoadBalancerInfoProperty$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-deployment-group-on-premises-tag-set-list-object-property-builder id
config)
Creates a CfnDeploymentGroup$OnPremisesTagSetListObjectProperty$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 `CfnDeploymentGroup$OnPremisesTagSetListObjectProperty$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-deployment-group-on-premises-tag-set-property-builder id config)
Creates a CfnDeploymentGroup$OnPremisesTagSetProperty$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 `CfnDeploymentGroup$OnPremisesTagSetProperty$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-deployment-group-props-builder id config)
Creates a CfnDeploymentGroupProps$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 `CfnDeploymentGroupProps$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-deployment-group-revision-location-property-builder id config)
Creates a CfnDeploymentGroup$RevisionLocationProperty$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 `CfnDeploymentGroup$RevisionLocationProperty$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-deployment-group-s3-location-property-builder id config)
Creates a CfnDeploymentGroup$S3LocationProperty$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 `CfnDeploymentGroup$S3LocationProperty$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-deployment-group-tag-filter-property-builder id config)
Creates a CfnDeploymentGroup$TagFilterProperty$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 `CfnDeploymentGroup$TagFilterProperty$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-deployment-group-target-group-info-property-builder id config)
Creates a CfnDeploymentGroup$TargetGroupInfoProperty$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 `CfnDeploymentGroup$TargetGroupInfoProperty$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-deployment-group-target-group-pair-info-property-builder id config)
Creates a CfnDeploymentGroup$TargetGroupPairInfoProperty$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 `CfnDeploymentGroup$TargetGroupPairInfoProperty$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-deployment-group-traffic-route-property-builder id config)
Creates a CfnDeploymentGroup$TrafficRouteProperty$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 `CfnDeploymentGroup$TrafficRouteProperty$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-deployment-group-trigger-config-property-builder id config)
Creates a CfnDeploymentGroup$TriggerConfigProperty$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 `CfnDeploymentGroup$TriggerConfigProperty$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 |
(compute-platform config id item-key)
The compute-platform
function data interprets values in the provided config data into a
ComputePlatform
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ComputePlatform
- the value is returned.:lambda
- ComputePlatform/LAMBDA
is returned:server
- ComputePlatform/SERVER
is returned:ecs
- ComputePlatform/ECS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `compute-platform` function data interprets values in the provided config data into a `ComputePlatform` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ComputePlatform` - the value is returned. * is `:lambda` - `ComputePlatform/LAMBDA` is returned * is `:server` - `ComputePlatform/SERVER` is returned * is `:ecs` - `ComputePlatform/ECS` is returned If a value is not found or matches the above criteria, nil is returned.
(ecs-application-builder scope id config)
Creates a EcsApplication$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 `EcsApplication$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 |
(ecs-application-props-builder id config)
Creates a EcsApplicationProps$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 `EcsApplicationProps$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 |
(ecs-blue-green-deployment-config-builder id config)
Creates a EcsBlueGreenDeploymentConfig$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 `EcsBlueGreenDeploymentConfig$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 |
(ecs-deployment-config-builder scope id config)
Creates a EcsDeploymentConfig$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 `EcsDeploymentConfig$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 |
(ecs-deployment-config-props-builder id config)
Creates a EcsDeploymentConfigProps$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 `EcsDeploymentConfigProps$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 |
(ecs-deployment-group-attributes-builder id config)
Creates a EcsDeploymentGroupAttributes$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 `EcsDeploymentGroupAttributes$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 |
(ecs-deployment-group-builder scope id config)
Creates a EcsDeploymentGroup$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 `EcsDeploymentGroup$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 |
(ecs-deployment-group-props-builder id config)
Creates a EcsDeploymentGroupProps$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 `EcsDeploymentGroupProps$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 |
(lambda-application-builder scope id config)
Creates a LambdaApplication$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 `LambdaApplication$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 |
(lambda-application-props-builder id config)
Creates a LambdaApplicationProps$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 `LambdaApplicationProps$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 |
(lambda-deployment-config-builder scope id config)
Creates a LambdaDeploymentConfig$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 `LambdaDeploymentConfig$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 |
(lambda-deployment-config-import-props-builder id config)
Creates a LambdaDeploymentConfigImportProps$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 `LambdaDeploymentConfigImportProps$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 |
(lambda-deployment-config-props-builder id config)
Creates a LambdaDeploymentConfigProps$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 `LambdaDeploymentConfigProps$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 |
(lambda-deployment-group-attributes-builder id config)
Creates a LambdaDeploymentGroupAttributes$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 `LambdaDeploymentGroupAttributes$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 |
(lambda-deployment-group-builder scope id config)
Creates a LambdaDeploymentGroup$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 `LambdaDeploymentGroup$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 |
(lambda-deployment-group-props-builder id config)
Creates a LambdaDeploymentGroupProps$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 `LambdaDeploymentGroupProps$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 |
(linear-traffic-routing-config-builder id config)
Creates a LinearTrafficRoutingConfig$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 `LinearTrafficRoutingConfig$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 |
(load-balancer-generation config id item-key)
The load-balancer-generation
function data interprets values in the provided config data into a
LoadBalancerGeneration
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
LoadBalancerGeneration
- the value is returned.:second
- LoadBalancerGeneration/SECOND
is returned:first
- LoadBalancerGeneration/FIRST
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `load-balancer-generation` function data interprets values in the provided config data into a `LoadBalancerGeneration` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `LoadBalancerGeneration` - the value is returned. * is `:second` - `LoadBalancerGeneration/SECOND` is returned * is `:first` - `LoadBalancerGeneration/FIRST` is returned If a value is not found or matches the above criteria, nil is returned.
(server-application-builder scope id config)
Creates a ServerApplication$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 `ServerApplication$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 |
(server-application-props-builder id config)
Creates a ServerApplicationProps$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 `ServerApplicationProps$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 |
(server-deployment-config-builder scope id config)
Creates a ServerDeploymentConfig$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 `ServerDeploymentConfig$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 |
(server-deployment-config-props-builder id config)
Creates a ServerDeploymentConfigProps$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 `ServerDeploymentConfigProps$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 |
(server-deployment-group-attributes-builder id config)
Creates a ServerDeploymentGroupAttributes$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 `ServerDeploymentGroupAttributes$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 |
(server-deployment-group-builder scope id config)
Creates a ServerDeploymentGroup$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 `ServerDeploymentGroup$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 |
(server-deployment-group-props-builder id config)
Creates a ServerDeploymentGroupProps$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 `ServerDeploymentGroupProps$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 |
(time-based-canary-traffic-routing-builder id config)
Creates a TimeBasedCanaryTrafficRouting$Builder
instance using a no-argument create, 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 `TimeBasedCanaryTrafficRouting$Builder` instance using a no-argument create, 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 |
(time-based-canary-traffic-routing-props-builder id config)
Creates a TimeBasedCanaryTrafficRoutingProps$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 `TimeBasedCanaryTrafficRoutingProps$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 |
(time-based-linear-traffic-routing-builder id config)
Creates a TimeBasedLinearTrafficRouting$Builder
instance using a no-argument create, 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 `TimeBasedLinearTrafficRouting$Builder` instance using a no-argument create, 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 |
(time-based-linear-traffic-routing-props-builder id config)
Creates a TimeBasedLinearTrafficRoutingProps$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 `TimeBasedLinearTrafficRoutingProps$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 |
(traffic-routing-config-builder id config)
Creates a TrafficRoutingConfig$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 `TrafficRoutingConfig$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