Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.rekognition package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.rekognition package.
(build-cfn-collection-builder builder id config)
The build-cfn-collection-builder function updates a CfnCollection$Builder instance using the provided configuration. The function takes the CfnCollection$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 |
---|---|---|---|
collectionId | java.lang.String | cdk.support/lookup-entry | :collection-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-collection-builder function updates a CfnCollection$Builder instance using the provided configuration. The function takes the CfnCollection$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 | |---|---|---|---| | `collectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:collection-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-collection-props-builder builder id config)
The build-cfn-collection-props-builder function updates a CfnCollectionProps$Builder instance using the provided configuration. The function takes the CfnCollectionProps$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 |
---|---|---|---|
collectionId | java.lang.String | cdk.support/lookup-entry | :collection-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-collection-props-builder function updates a CfnCollectionProps$Builder instance using the provided configuration. The function takes the CfnCollectionProps$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 | |---|---|---|---| | `collectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:collection-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(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 |
---|---|---|---|
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
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 | |---|---|---|---| | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
(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 |
---|---|---|---|
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
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 | |---|---|---|---| | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
(build-cfn-stream-processor-bounding-box-property-builder builder id config)
The build-cfn-stream-processor-bounding-box-property-builder function updates a CfnStreamProcessor$BoundingBoxProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$BoundingBoxProperty$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 |
---|---|---|---|
height | java.lang.Number | cdk.support/lookup-entry | :height |
left | java.lang.Number | cdk.support/lookup-entry | :left |
top | java.lang.Number | cdk.support/lookup-entry | :top |
width | java.lang.Number | cdk.support/lookup-entry | :width |
The build-cfn-stream-processor-bounding-box-property-builder function updates a CfnStreamProcessor$BoundingBoxProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$BoundingBoxProperty$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 | |---|---|---|---| | `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` | | `left` | java.lang.Number | [[cdk.support/lookup-entry]] | `:left` | | `top` | java.lang.Number | [[cdk.support/lookup-entry]] | `:top` | | `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
(build-cfn-stream-processor-builder builder id config)
The build-cfn-stream-processor-builder function updates a CfnStreamProcessor$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$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 |
---|---|---|---|
boundingBoxRegionsOfInterest | java.util.List | cdk.support/lookup-entry | :bounding-box-regions-of-interest |
connectedHomeSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :connected-home-settings |
dataSharingPreference | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$DataSharingPreferenceProperty | cdk.support/lookup-entry | :data-sharing-preference |
faceSearchSettings | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$FaceSearchSettingsProperty | cdk.support/lookup-entry | :face-search-settings |
kinesisDataStream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kinesis-data-stream |
kinesisVideoStream | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$KinesisVideoStreamProperty | cdk.support/lookup-entry | :kinesis-video-stream |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
notificationChannel | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$NotificationChannelProperty | cdk.support/lookup-entry | :notification-channel |
polygonRegionsOfInterest | java.lang.Object | cdk.support/lookup-entry | :polygon-regions-of-interest |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
s3Destination | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$S3DestinationProperty | cdk.support/lookup-entry | :s3-destination |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-stream-processor-builder function updates a CfnStreamProcessor$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$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 | |---|---|---|---| | `boundingBoxRegionsOfInterest` | java.util.List | [[cdk.support/lookup-entry]] | `:bounding-box-regions-of-interest` | | `connectedHomeSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connected-home-settings` | | `dataSharingPreference` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$DataSharingPreferenceProperty | [[cdk.support/lookup-entry]] | `:data-sharing-preference` | | `faceSearchSettings` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$FaceSearchSettingsProperty | [[cdk.support/lookup-entry]] | `:face-search-settings` | | `kinesisDataStream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-data-stream` | | `kinesisVideoStream` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$KinesisVideoStreamProperty | [[cdk.support/lookup-entry]] | `:kinesis-video-stream` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `notificationChannel` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$NotificationChannelProperty | [[cdk.support/lookup-entry]] | `:notification-channel` | | `polygonRegionsOfInterest` | java.lang.Object | [[cdk.support/lookup-entry]] | `:polygon-regions-of-interest` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `s3Destination` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$S3DestinationProperty | [[cdk.support/lookup-entry]] | `:s3-destination` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-stream-processor-connected-home-settings-property-builder builder
id
config)
The build-cfn-stream-processor-connected-home-settings-property-builder function updates a CfnStreamProcessor$ConnectedHomeSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$ConnectedHomeSettingsProperty$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 |
---|---|---|---|
labels | java.util.List | cdk.support/lookup-entry | :labels |
minConfidence | java.lang.Number | cdk.support/lookup-entry | :min-confidence |
The build-cfn-stream-processor-connected-home-settings-property-builder function updates a CfnStreamProcessor$ConnectedHomeSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$ConnectedHomeSettingsProperty$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 | |---|---|---|---| | `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` | | `minConfidence` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-confidence` |
(build-cfn-stream-processor-data-sharing-preference-property-builder builder
id
config)
The build-cfn-stream-processor-data-sharing-preference-property-builder function updates a CfnStreamProcessor$DataSharingPreferenceProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$DataSharingPreferenceProperty$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 |
---|---|---|---|
optIn | java.lang.Boolean | cdk.support/lookup-entry | :opt-in |
The build-cfn-stream-processor-data-sharing-preference-property-builder function updates a CfnStreamProcessor$DataSharingPreferenceProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$DataSharingPreferenceProperty$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 | |---|---|---|---| | `optIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:opt-in` |
(build-cfn-stream-processor-face-search-settings-property-builder builder
id
config)
The build-cfn-stream-processor-face-search-settings-property-builder function updates a CfnStreamProcessor$FaceSearchSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$FaceSearchSettingsProperty$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 |
---|---|---|---|
collectionId | java.lang.String | cdk.support/lookup-entry | :collection-id |
faceMatchThreshold | java.lang.Number | cdk.support/lookup-entry | :face-match-threshold |
The build-cfn-stream-processor-face-search-settings-property-builder function updates a CfnStreamProcessor$FaceSearchSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$FaceSearchSettingsProperty$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 | |---|---|---|---| | `collectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:collection-id` | | `faceMatchThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:face-match-threshold` |
(build-cfn-stream-processor-kinesis-data-stream-property-builder builder
id
config)
The build-cfn-stream-processor-kinesis-data-stream-property-builder function updates a CfnStreamProcessor$KinesisDataStreamProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$KinesisDataStreamProperty$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-stream-processor-kinesis-data-stream-property-builder function updates a CfnStreamProcessor$KinesisDataStreamProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$KinesisDataStreamProperty$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-stream-processor-kinesis-video-stream-property-builder builder
id
config)
The build-cfn-stream-processor-kinesis-video-stream-property-builder function updates a CfnStreamProcessor$KinesisVideoStreamProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$KinesisVideoStreamProperty$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-stream-processor-kinesis-video-stream-property-builder function updates a CfnStreamProcessor$KinesisVideoStreamProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$KinesisVideoStreamProperty$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-stream-processor-notification-channel-property-builder builder
id
config)
The build-cfn-stream-processor-notification-channel-property-builder function updates a CfnStreamProcessor$NotificationChannelProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$NotificationChannelProperty$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 |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-stream-processor-notification-channel-property-builder function updates a CfnStreamProcessor$NotificationChannelProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$NotificationChannelProperty$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 | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-stream-processor-point-property-builder builder id config)
The build-cfn-stream-processor-point-property-builder function updates a CfnStreamProcessor$PointProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$PointProperty$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 |
---|---|---|---|
x | java.lang.Number | cdk.support/lookup-entry | :x |
y | java.lang.Number | cdk.support/lookup-entry | :y |
The build-cfn-stream-processor-point-property-builder function updates a CfnStreamProcessor$PointProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$PointProperty$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 | |---|---|---|---| | `x` | java.lang.Number | [[cdk.support/lookup-entry]] | `:x` | | `y` | java.lang.Number | [[cdk.support/lookup-entry]] | `:y` |
(build-cfn-stream-processor-props-builder builder id config)
The build-cfn-stream-processor-props-builder function updates a CfnStreamProcessorProps$Builder instance using the provided configuration. The function takes the CfnStreamProcessorProps$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 |
---|---|---|---|
boundingBoxRegionsOfInterest | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :bounding-box-regions-of-interest |
connectedHomeSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :connected-home-settings |
dataSharingPreference | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$DataSharingPreferenceProperty | cdk.support/lookup-entry | :data-sharing-preference |
faceSearchSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :face-search-settings |
kinesisDataStream | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$KinesisDataStreamProperty | cdk.support/lookup-entry | :kinesis-data-stream |
kinesisVideoStream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kinesis-video-stream |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
notificationChannel | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$NotificationChannelProperty | cdk.support/lookup-entry | :notification-channel |
polygonRegionsOfInterest | java.lang.Object | cdk.support/lookup-entry | :polygon-regions-of-interest |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
s3Destination | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$S3DestinationProperty | cdk.support/lookup-entry | :s3-destination |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-stream-processor-props-builder function updates a CfnStreamProcessorProps$Builder instance using the provided configuration. The function takes the CfnStreamProcessorProps$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 | |---|---|---|---| | `boundingBoxRegionsOfInterest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:bounding-box-regions-of-interest` | | `connectedHomeSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connected-home-settings` | | `dataSharingPreference` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$DataSharingPreferenceProperty | [[cdk.support/lookup-entry]] | `:data-sharing-preference` | | `faceSearchSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:face-search-settings` | | `kinesisDataStream` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$KinesisDataStreamProperty | [[cdk.support/lookup-entry]] | `:kinesis-data-stream` | | `kinesisVideoStream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-video-stream` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `notificationChannel` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$NotificationChannelProperty | [[cdk.support/lookup-entry]] | `:notification-channel` | | `polygonRegionsOfInterest` | java.lang.Object | [[cdk.support/lookup-entry]] | `:polygon-regions-of-interest` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `s3Destination` | software.amazon.awscdk.services.rekognition.CfnStreamProcessor$S3DestinationProperty | [[cdk.support/lookup-entry]] | `:s3-destination` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-stream-processor-s3-destination-property-builder builder id config)
The build-cfn-stream-processor-s3-destination-property-builder function updates a CfnStreamProcessor$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$S3DestinationProperty$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 |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
objectKeyPrefix | java.lang.String | cdk.support/lookup-entry | :object-key-prefix |
The build-cfn-stream-processor-s3-destination-property-builder function updates a CfnStreamProcessor$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnStreamProcessor$S3DestinationProperty$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 | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `objectKeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key-prefix` |
(cfn-collection-builder scope id config)
Creates a CfnCollection$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 `CfnCollection$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-collection-props-builder id config)
Creates a CfnCollectionProps$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 `CfnCollectionProps$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-stream-processor-bounding-box-property-builder id config)
Creates a CfnStreamProcessor$BoundingBoxProperty$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 `CfnStreamProcessor$BoundingBoxProperty$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-stream-processor-builder scope id config)
Creates a CfnStreamProcessor$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 `CfnStreamProcessor$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-stream-processor-connected-home-settings-property-builder id config)
Creates a CfnStreamProcessor$ConnectedHomeSettingsProperty$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 `CfnStreamProcessor$ConnectedHomeSettingsProperty$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-stream-processor-data-sharing-preference-property-builder id config)
Creates a CfnStreamProcessor$DataSharingPreferenceProperty$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 `CfnStreamProcessor$DataSharingPreferenceProperty$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-stream-processor-face-search-settings-property-builder id config)
Creates a CfnStreamProcessor$FaceSearchSettingsProperty$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 `CfnStreamProcessor$FaceSearchSettingsProperty$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-stream-processor-kinesis-data-stream-property-builder id config)
Creates a CfnStreamProcessor$KinesisDataStreamProperty$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 `CfnStreamProcessor$KinesisDataStreamProperty$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-stream-processor-kinesis-video-stream-property-builder id config)
Creates a CfnStreamProcessor$KinesisVideoStreamProperty$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 `CfnStreamProcessor$KinesisVideoStreamProperty$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-stream-processor-notification-channel-property-builder id config)
Creates a CfnStreamProcessor$NotificationChannelProperty$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 `CfnStreamProcessor$NotificationChannelProperty$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-stream-processor-point-property-builder id config)
Creates a CfnStreamProcessor$PointProperty$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 `CfnStreamProcessor$PointProperty$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-stream-processor-props-builder id config)
Creates a CfnStreamProcessorProps$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 `CfnStreamProcessorProps$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-stream-processor-s3-destination-property-builder id config)
Creates a CfnStreamProcessor$S3DestinationProperty$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 `CfnStreamProcessor$S3DestinationProperty$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