Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.devicefarm package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.devicefarm package.
(build-cfn-device-pool-builder builder id config)
The build-cfn-device-pool-builder function updates a CfnDevicePool$Builder instance using the provided configuration. The function takes the CfnDevicePool$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
maxDevices | java.lang.Number | cdk.support/lookup-entry | :max-devices |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectArn | java.lang.String | cdk.support/lookup-entry | :project-arn |
rules | java.util.List | cdk.support/lookup-entry | :rules |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-device-pool-builder function updates a CfnDevicePool$Builder instance using the provided configuration. The function takes the CfnDevicePool$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `maxDevices` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-devices` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-arn` | | `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-device-pool-props-builder builder id config)
The build-cfn-device-pool-props-builder function updates a CfnDevicePoolProps$Builder instance using the provided configuration. The function takes the CfnDevicePoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
maxDevices | java.lang.Number | cdk.support/lookup-entry | :max-devices |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectArn | java.lang.String | cdk.support/lookup-entry | :project-arn |
rules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :rules |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-device-pool-props-builder function updates a CfnDevicePoolProps$Builder instance using the provided configuration. The function takes the CfnDevicePoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `maxDevices` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-devices` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-arn` | | `rules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rules` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-device-pool-rule-property-builder builder id config)
The build-cfn-device-pool-rule-property-builder function updates a CfnDevicePool$RuleProperty$Builder instance using the provided configuration. The function takes the CfnDevicePool$RuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attribute | java.lang.String | cdk.support/lookup-entry | :attribute |
operator | java.lang.String | cdk.support/lookup-entry | :operator |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-device-pool-rule-property-builder function updates a CfnDevicePool$RuleProperty$Builder instance using the provided configuration. The function takes the CfnDevicePool$RuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute` | | `operator` | java.lang.String | [[cdk.support/lookup-entry]] | `:operator` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-instance-profile-builder builder id config)
The build-cfn-instance-profile-builder function updates a CfnInstanceProfile$Builder instance using the provided configuration. The function takes the CfnInstanceProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
excludeAppPackagesFromCleanup | java.util.List | cdk.support/lookup-entry | :exclude-app-packages-from-cleanup |
name | java.lang.String | cdk.support/lookup-entry | :name |
packageCleanup | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :package-cleanup |
rebootAfterUse | java.lang.Boolean | cdk.support/lookup-entry | :reboot-after-use |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-instance-profile-builder function updates a CfnInstanceProfile$Builder instance using the provided configuration. The function takes the CfnInstanceProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `excludeAppPackagesFromCleanup` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-app-packages-from-cleanup` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `packageCleanup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:package-cleanup` | | `rebootAfterUse` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:reboot-after-use` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-instance-profile-props-builder builder id config)
The build-cfn-instance-profile-props-builder function updates a CfnInstanceProfileProps$Builder instance using the provided configuration. The function takes the CfnInstanceProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
excludeAppPackagesFromCleanup | java.util.List | cdk.support/lookup-entry | :exclude-app-packages-from-cleanup |
name | java.lang.String | cdk.support/lookup-entry | :name |
packageCleanup | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :package-cleanup |
rebootAfterUse | java.lang.Boolean | cdk.support/lookup-entry | :reboot-after-use |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-instance-profile-props-builder function updates a CfnInstanceProfileProps$Builder instance using the provided configuration. The function takes the CfnInstanceProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `excludeAppPackagesFromCleanup` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-app-packages-from-cleanup` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `packageCleanup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:package-cleanup` | | `rebootAfterUse` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:reboot-after-use` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-profile-builder builder id config)
The build-cfn-network-profile-builder function updates a CfnNetworkProfile$Builder instance using the provided configuration. The function takes the CfnNetworkProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
downlinkBandwidthBits | java.lang.Number | cdk.support/lookup-entry | :downlink-bandwidth-bits |
downlinkDelayMs | java.lang.Number | cdk.support/lookup-entry | :downlink-delay-ms |
downlinkJitterMs | java.lang.Number | cdk.support/lookup-entry | :downlink-jitter-ms |
downlinkLossPercent | java.lang.Number | cdk.support/lookup-entry | :downlink-loss-percent |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectArn | java.lang.String | cdk.support/lookup-entry | :project-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
uplinkBandwidthBits | java.lang.Number | cdk.support/lookup-entry | :uplink-bandwidth-bits |
uplinkDelayMs | java.lang.Number | cdk.support/lookup-entry | :uplink-delay-ms |
uplinkJitterMs | java.lang.Number | cdk.support/lookup-entry | :uplink-jitter-ms |
uplinkLossPercent | java.lang.Number | cdk.support/lookup-entry | :uplink-loss-percent |
The build-cfn-network-profile-builder function updates a CfnNetworkProfile$Builder instance using the provided configuration. The function takes the CfnNetworkProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `downlinkBandwidthBits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-bandwidth-bits` | | `downlinkDelayMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-delay-ms` | | `downlinkJitterMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-jitter-ms` | | `downlinkLossPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-loss-percent` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `uplinkBandwidthBits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-bandwidth-bits` | | `uplinkDelayMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-delay-ms` | | `uplinkJitterMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-jitter-ms` | | `uplinkLossPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-loss-percent` |
(build-cfn-network-profile-props-builder builder id config)
The build-cfn-network-profile-props-builder function updates a CfnNetworkProfileProps$Builder instance using the provided configuration. The function takes the CfnNetworkProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
downlinkBandwidthBits | java.lang.Number | cdk.support/lookup-entry | :downlink-bandwidth-bits |
downlinkDelayMs | java.lang.Number | cdk.support/lookup-entry | :downlink-delay-ms |
downlinkJitterMs | java.lang.Number | cdk.support/lookup-entry | :downlink-jitter-ms |
downlinkLossPercent | java.lang.Number | cdk.support/lookup-entry | :downlink-loss-percent |
name | java.lang.String | cdk.support/lookup-entry | :name |
projectArn | java.lang.String | cdk.support/lookup-entry | :project-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
uplinkBandwidthBits | java.lang.Number | cdk.support/lookup-entry | :uplink-bandwidth-bits |
uplinkDelayMs | java.lang.Number | cdk.support/lookup-entry | :uplink-delay-ms |
uplinkJitterMs | java.lang.Number | cdk.support/lookup-entry | :uplink-jitter-ms |
uplinkLossPercent | java.lang.Number | cdk.support/lookup-entry | :uplink-loss-percent |
The build-cfn-network-profile-props-builder function updates a CfnNetworkProfileProps$Builder instance using the provided configuration. The function takes the CfnNetworkProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `downlinkBandwidthBits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-bandwidth-bits` | | `downlinkDelayMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-delay-ms` | | `downlinkJitterMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-jitter-ms` | | `downlinkLossPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:downlink-loss-percent` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `projectArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `uplinkBandwidthBits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-bandwidth-bits` | | `uplinkDelayMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-delay-ms` | | `uplinkJitterMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-jitter-ms` | | `uplinkLossPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uplink-loss-percent` |
(build-cfn-project-builder builder id config)
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultJobTimeoutMinutes | java.lang.Number | cdk.support/lookup-entry | :default-job-timeout-minutes |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcConfig | software.amazon.awscdk.services.devicefarm.CfnProject$VpcConfigProperty | cdk.support/lookup-entry | :vpc-config |
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultJobTimeoutMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-job-timeout-minutes` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcConfig` | software.amazon.awscdk.services.devicefarm.CfnProject$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
(build-cfn-project-props-builder builder id config)
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultJobTimeoutMinutes | java.lang.Number | cdk.support/lookup-entry | :default-job-timeout-minutes |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpc-config |
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultJobTimeoutMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-job-timeout-minutes` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
(build-cfn-project-vpc-config-property-builder builder id config)
The build-cfn-project-vpc-config-property-builder function updates a CfnProject$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-project-vpc-config-property-builder function updates a CfnProject$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnProject$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-test-grid-project-builder builder id config)
The build-cfn-test-grid-project-builder function updates a CfnTestGridProject$Builder instance using the provided configuration. The function takes the CfnTestGridProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcConfig | software.amazon.awscdk.services.devicefarm.CfnTestGridProject$VpcConfigProperty | cdk.support/lookup-entry | :vpc-config |
The build-cfn-test-grid-project-builder function updates a CfnTestGridProject$Builder instance using the provided configuration. The function takes the CfnTestGridProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcConfig` | software.amazon.awscdk.services.devicefarm.CfnTestGridProject$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
(build-cfn-test-grid-project-props-builder builder id config)
The build-cfn-test-grid-project-props-builder function updates a CfnTestGridProjectProps$Builder instance using the provided configuration. The function takes the CfnTestGridProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpc-config |
The build-cfn-test-grid-project-props-builder function updates a CfnTestGridProjectProps$Builder instance using the provided configuration. The function takes the CfnTestGridProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
(build-cfn-test-grid-project-vpc-config-property-builder builder id config)
The build-cfn-test-grid-project-vpc-config-property-builder function updates a CfnTestGridProject$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnTestGridProject$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-test-grid-project-vpc-config-property-builder function updates a CfnTestGridProject$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnTestGridProject$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpce-configuration-builder builder id config)
The build-cfn-vpce-configuration-builder function updates a CfnVPCEConfiguration$Builder instance using the provided configuration. The function takes the CfnVPCEConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serviceDnsName | java.lang.String | cdk.support/lookup-entry | :service-dns-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpceConfigurationDescription | java.lang.String | cdk.support/lookup-entry | :vpce-configuration-description |
vpceConfigurationName | java.lang.String | cdk.support/lookup-entry | :vpce-configuration-name |
vpceServiceName | java.lang.String | cdk.support/lookup-entry | :vpce-service-name |
The build-cfn-vpce-configuration-builder function updates a CfnVPCEConfiguration$Builder instance using the provided configuration. The function takes the CfnVPCEConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `serviceDnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-dns-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpceConfigurationDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-configuration-description` | | `vpceConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-configuration-name` | | `vpceServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-service-name` |
(build-cfn-vpce-configuration-props-builder builder id config)
The build-cfn-vpce-configuration-props-builder function updates a CfnVPCEConfigurationProps$Builder instance using the provided configuration. The function takes the CfnVPCEConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serviceDnsName | java.lang.String | cdk.support/lookup-entry | :service-dns-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpceConfigurationDescription | java.lang.String | cdk.support/lookup-entry | :vpce-configuration-description |
vpceConfigurationName | java.lang.String | cdk.support/lookup-entry | :vpce-configuration-name |
vpceServiceName | java.lang.String | cdk.support/lookup-entry | :vpce-service-name |
The build-cfn-vpce-configuration-props-builder function updates a CfnVPCEConfigurationProps$Builder instance using the provided configuration. The function takes the CfnVPCEConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `serviceDnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-dns-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpceConfigurationDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-configuration-description` | | `vpceConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-configuration-name` | | `vpceServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-service-name` |
(cfn-device-pool-builder scope id config)
Creates a CfnDevicePool$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 `CfnDevicePool$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-device-pool-props-builder id config)
Creates a CfnDevicePoolProps$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 `CfnDevicePoolProps$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-device-pool-rule-property-builder id config)
Creates a CfnDevicePool$RuleProperty$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 `CfnDevicePool$RuleProperty$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-instance-profile-builder scope id config)
Creates a CfnInstanceProfile$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 `CfnInstanceProfile$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-instance-profile-props-builder id config)
Creates a CfnInstanceProfileProps$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 `CfnInstanceProfileProps$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-network-profile-builder scope id config)
Creates a CfnNetworkProfile$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 `CfnNetworkProfile$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-network-profile-props-builder id config)
Creates a CfnNetworkProfileProps$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 `CfnNetworkProfileProps$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-project-builder scope id config)
Creates a CfnProject$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 `CfnProject$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-project-props-builder id config)
Creates a CfnProjectProps$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 `CfnProjectProps$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-project-vpc-config-property-builder id config)
Creates a CfnProject$VpcConfigProperty$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 `CfnProject$VpcConfigProperty$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-test-grid-project-builder scope id config)
Creates a CfnTestGridProject$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 `CfnTestGridProject$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-test-grid-project-props-builder id config)
Creates a CfnTestGridProjectProps$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 `CfnTestGridProjectProps$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-test-grid-project-vpc-config-property-builder id config)
Creates a CfnTestGridProject$VpcConfigProperty$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 `CfnTestGridProject$VpcConfigProperty$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-vpce-configuration-builder scope id config)
Creates a CfnVPCEConfiguration$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 `CfnVPCEConfiguration$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-vpce-configuration-props-builder id config)
Creates a CfnVPCEConfigurationProps$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 `CfnVPCEConfigurationProps$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