Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.kinesisanalyticsv2

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kinesisanalyticsv2 package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kinesisanalyticsv2 package. 
raw docstring

build-cfn-application-application-code-configuration-property-builderclj

(build-cfn-application-application-code-configuration-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-application-application-code-configuration-property-builder function updates a CfnApplication$ApplicationCodeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ApplicationCodeConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
codeContentsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$CodeContentPropertycdk.support/lookup-entry:code-content
codeContentTypejava.lang.Stringcdk.support/lookup-entry:code-content-type
The build-cfn-application-application-code-configuration-property-builder function updates a CfnApplication$ApplicationCodeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ApplicationCodeConfigurationProperty$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 |
|---|---|---|---|
| `codeContent` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$CodeContentProperty | [[cdk.support/lookup-entry]] | `:code-content` |
| `codeContentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-content-type` |
sourceraw docstring

build-cfn-application-application-configuration-property-builderclj

(build-cfn-application-application-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-application-application-configuration-property-builder function updates a CfnApplication$ApplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ApplicationConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
applicationCodeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:application-code-configuration
applicationSnapshotConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ApplicationSnapshotConfigurationPropertycdk.support/lookup-entry:application-snapshot-configuration
environmentPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment-properties
flinkApplicationConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$FlinkApplicationConfigurationPropertycdk.support/lookup-entry:flink-application-configuration
sqlApplicationConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$SqlApplicationConfigurationPropertycdk.support/lookup-entry:sql-application-configuration
vpcConfigurationsjava.util.Listcdk.support/lookup-entry:vpc-configurations
zeppelinApplicationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:zeppelin-application-configuration
The build-cfn-application-application-configuration-property-builder function updates a CfnApplication$ApplicationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ApplicationConfigurationProperty$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 |
|---|---|---|---|
| `applicationCodeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:application-code-configuration` |
| `applicationSnapshotConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ApplicationSnapshotConfigurationProperty | [[cdk.support/lookup-entry]] | `:application-snapshot-configuration` |
| `environmentProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment-properties` |
| `flinkApplicationConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$FlinkApplicationConfigurationProperty | [[cdk.support/lookup-entry]] | `:flink-application-configuration` |
| `sqlApplicationConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$SqlApplicationConfigurationProperty | [[cdk.support/lookup-entry]] | `:sql-application-configuration` |
| `vpcConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-configurations` |
| `zeppelinApplicationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:zeppelin-application-configuration` |
sourceraw docstring

build-cfn-application-application-maintenance-configuration-property-builderclj

(build-cfn-application-application-maintenance-configuration-property-builder
  builder
  id
  config)

The build-cfn-application-application-maintenance-configuration-property-builder function updates a CfnApplication$ApplicationMaintenanceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ApplicationMaintenanceConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
applicationMaintenanceWindowStartTimejava.lang.Stringcdk.support/lookup-entry:application-maintenance-window-start-time
The build-cfn-application-application-maintenance-configuration-property-builder function updates a CfnApplication$ApplicationMaintenanceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ApplicationMaintenanceConfigurationProperty$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 |
|---|---|---|---|
| `applicationMaintenanceWindowStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-maintenance-window-start-time` |
sourceraw docstring

build-cfn-application-application-restore-configuration-property-builderclj

(build-cfn-application-application-restore-configuration-property-builder
  builder
  id
  config)

The build-cfn-application-application-restore-configuration-property-builder function updates a CfnApplication$ApplicationRestoreConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ApplicationRestoreConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
applicationRestoreTypejava.lang.Stringcdk.support/lookup-entry:application-restore-type
snapshotNamejava.lang.Stringcdk.support/lookup-entry:snapshot-name
The build-cfn-application-application-restore-configuration-property-builder function updates a CfnApplication$ApplicationRestoreConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ApplicationRestoreConfigurationProperty$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 |
|---|---|---|---|
| `applicationRestoreType` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-restore-type` |
| `snapshotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-name` |
sourceraw docstring

build-cfn-application-application-snapshot-configuration-property-builderclj

(build-cfn-application-application-snapshot-configuration-property-builder
  builder
  id
  config)

The build-cfn-application-application-snapshot-configuration-property-builder function updates a CfnApplication$ApplicationSnapshotConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ApplicationSnapshotConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
snapshotsEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:snapshots-enabled
The build-cfn-application-application-snapshot-configuration-property-builder function updates a CfnApplication$ApplicationSnapshotConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ApplicationSnapshotConfigurationProperty$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 |
|---|---|---|---|
| `snapshotsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:snapshots-enabled` |
sourceraw docstring

build-cfn-application-builderclj

(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:

FieldDataTypeLookup FunctionData Key
applicationConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ApplicationConfigurationPropertycdk.support/lookup-entry:application-configuration
applicationDescriptionjava.lang.Stringcdk.support/lookup-entry:application-description
applicationMaintenanceConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:application-maintenance-configuration
applicationModejava.lang.Stringcdk.support/lookup-entry:application-mode
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
runConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$RunConfigurationPropertycdk.support/lookup-entry:run-configuration
runtimeEnvironmentjava.lang.Stringcdk.support/lookup-entry:runtime-environment
serviceExecutionRolejava.lang.Stringcdk.support/lookup-entry:service-execution-role
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `applicationConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ApplicationConfigurationProperty | [[cdk.support/lookup-entry]] | `:application-configuration` |
| `applicationDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-description` |
| `applicationMaintenanceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:application-maintenance-configuration` |
| `applicationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-mode` |
| `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
| `runConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$RunConfigurationProperty | [[cdk.support/lookup-entry]] | `:run-configuration` |
| `runtimeEnvironment` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-environment` |
| `serviceExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-execution-role` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-application-catalog-configuration-property-builderclj

(build-cfn-application-catalog-configuration-property-builder builder id config)

The build-cfn-application-catalog-configuration-property-builder function updates a CfnApplication$CatalogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CatalogConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
glueDataCatalogConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:glue-data-catalog-configuration
The build-cfn-application-catalog-configuration-property-builder function updates a CfnApplication$CatalogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$CatalogConfigurationProperty$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 |
|---|---|---|---|
| `glueDataCatalogConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:glue-data-catalog-configuration` |
sourceraw docstring

build-cfn-application-checkpoint-configuration-property-builderclj

(build-cfn-application-checkpoint-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-application-checkpoint-configuration-property-builder function updates a CfnApplication$CheckpointConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CheckpointConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
checkpointIntervaljava.lang.Numbercdk.support/lookup-entry:checkpoint-interval
checkpointingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:checkpointing-enabled
configurationTypejava.lang.Stringcdk.support/lookup-entry:configuration-type
minPauseBetweenCheckpointsjava.lang.Numbercdk.support/lookup-entry:min-pause-between-checkpoints
The build-cfn-application-checkpoint-configuration-property-builder function updates a CfnApplication$CheckpointConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$CheckpointConfigurationProperty$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 |
|---|---|---|---|
| `checkpointInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:checkpoint-interval` |
| `checkpointingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:checkpointing-enabled` |
| `configurationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-type` |
| `minPauseBetweenCheckpoints` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-pause-between-checkpoints` |
sourceraw docstring

build-cfn-application-cloud-watch-logging-option-builderclj

(build-cfn-application-cloud-watch-logging-option-builder builder id config)

The build-cfn-application-cloud-watch-logging-option-builder function updates a CfnApplicationCloudWatchLoggingOption$Builder instance using the provided configuration. The function takes the CfnApplicationCloudWatchLoggingOption$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:

FieldDataTypeLookup FunctionData Key
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
cloudWatchLoggingOptionsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionPropertycdk.support/lookup-entry:cloud-watch-logging-option
The build-cfn-application-cloud-watch-logging-option-builder function updates a CfnApplicationCloudWatchLoggingOption$Builder instance using the provided configuration.
  The function takes the CfnApplicationCloudWatchLoggingOption$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` |
| `cloudWatchLoggingOption` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logging-option` |
sourceraw docstring

build-cfn-application-cloud-watch-logging-option-cloud-watch-logging-option-property-builderclj

(build-cfn-application-cloud-watch-logging-option-cloud-watch-logging-option-property-builder
  builder
  id
  config)

The build-cfn-application-cloud-watch-logging-option-cloud-watch-logging-option-property-builder function updates a CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty$Builder instance using the provided configuration. The function takes the CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty$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:

FieldDataTypeLookup FunctionData Key
logStreamArnjava.lang.Stringcdk.support/lookup-entry:log-stream-arn
The build-cfn-application-cloud-watch-logging-option-cloud-watch-logging-option-property-builder function updates a CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty$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 |
|---|---|---|---|
| `logStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-arn` |
sourceraw docstring

build-cfn-application-cloud-watch-logging-option-props-builderclj

(build-cfn-application-cloud-watch-logging-option-props-builder builder
                                                                id
                                                                config)

The build-cfn-application-cloud-watch-logging-option-props-builder function updates a CfnApplicationCloudWatchLoggingOptionProps$Builder instance using the provided configuration. The function takes the CfnApplicationCloudWatchLoggingOptionProps$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:

FieldDataTypeLookup FunctionData Key
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
cloudWatchLoggingOptionsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionPropertycdk.support/lookup-entry:cloud-watch-logging-option
The build-cfn-application-cloud-watch-logging-option-props-builder function updates a CfnApplicationCloudWatchLoggingOptionProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationCloudWatchLoggingOptionProps$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` |
| `cloudWatchLoggingOption` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logging-option` |
sourceraw docstring

build-cfn-application-code-content-property-builderclj

(build-cfn-application-code-content-property-builder builder id config)

The build-cfn-application-code-content-property-builder function updates a CfnApplication$CodeContentProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CodeContentProperty$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:

FieldDataTypeLookup FunctionData Key
s3ContentLocationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$S3ContentLocationPropertycdk.support/lookup-entry:s3-content-location
textContentjava.lang.Stringcdk.support/lookup-entry:text-content
zipFileContentjava.lang.Stringcdk.support/lookup-entry:zip-file-content
The build-cfn-application-code-content-property-builder function updates a CfnApplication$CodeContentProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$CodeContentProperty$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 |
|---|---|---|---|
| `s3ContentLocation` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$S3ContentLocationProperty | [[cdk.support/lookup-entry]] | `:s3-content-location` |
| `textContent` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-content` |
| `zipFileContent` | java.lang.String | [[cdk.support/lookup-entry]] | `:zip-file-content` |
sourceraw docstring

build-cfn-application-csv-mapping-parameters-property-builderclj

(build-cfn-application-csv-mapping-parameters-property-builder builder
                                                               id
                                                               config)

The build-cfn-application-csv-mapping-parameters-property-builder function updates a CfnApplication$CSVMappingParametersProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CSVMappingParametersProperty$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:

FieldDataTypeLookup FunctionData Key
recordColumnDelimiterjava.lang.Stringcdk.support/lookup-entry:record-column-delimiter
recordRowDelimiterjava.lang.Stringcdk.support/lookup-entry:record-row-delimiter
The build-cfn-application-csv-mapping-parameters-property-builder function updates a CfnApplication$CSVMappingParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$CSVMappingParametersProperty$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 |
|---|---|---|---|
| `recordColumnDelimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-column-delimiter` |
| `recordRowDelimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-row-delimiter` |
sourceraw docstring

build-cfn-application-custom-artifact-configuration-property-builderclj

(build-cfn-application-custom-artifact-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-application-custom-artifact-configuration-property-builder function updates a CfnApplication$CustomArtifactConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CustomArtifactConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
artifactTypejava.lang.Stringcdk.support/lookup-entry:artifact-type
mavenReferencesoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$MavenReferencePropertycdk.support/lookup-entry:maven-reference
s3ContentLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-content-location
The build-cfn-application-custom-artifact-configuration-property-builder function updates a CfnApplication$CustomArtifactConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$CustomArtifactConfigurationProperty$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 |
|---|---|---|---|
| `artifactType` | java.lang.String | [[cdk.support/lookup-entry]] | `:artifact-type` |
| `mavenReference` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$MavenReferenceProperty | [[cdk.support/lookup-entry]] | `:maven-reference` |
| `s3ContentLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-content-location` |
sourceraw docstring

build-cfn-application-deploy-as-application-configuration-property-builderclj

(build-cfn-application-deploy-as-application-configuration-property-builder
  builder
  id
  config)

The build-cfn-application-deploy-as-application-configuration-property-builder function updates a CfnApplication$DeployAsApplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$DeployAsApplicationConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
s3ContentLocationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$S3ContentBaseLocationPropertycdk.support/lookup-entry:s3-content-location
The build-cfn-application-deploy-as-application-configuration-property-builder function updates a CfnApplication$DeployAsApplicationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$DeployAsApplicationConfigurationProperty$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 |
|---|---|---|---|
| `s3ContentLocation` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$S3ContentBaseLocationProperty | [[cdk.support/lookup-entry]] | `:s3-content-location` |
sourceraw docstring

build-cfn-application-environment-properties-property-builderclj

(build-cfn-application-environment-properties-property-builder builder
                                                               id
                                                               config)

The build-cfn-application-environment-properties-property-builder function updates a CfnApplication$EnvironmentPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnApplication$EnvironmentPropertiesProperty$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:

FieldDataTypeLookup FunctionData Key
propertyGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:property-groups
The build-cfn-application-environment-properties-property-builder function updates a CfnApplication$EnvironmentPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$EnvironmentPropertiesProperty$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 |
|---|---|---|---|
| `propertyGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:property-groups` |
sourceraw docstring

(build-cfn-application-flink-application-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-application-flink-application-configuration-property-builder function updates a CfnApplication$FlinkApplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$FlinkApplicationConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
checkpointConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:checkpoint-configuration
monitoringConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monitoring-configuration
parallelismConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ParallelismConfigurationPropertycdk.support/lookup-entry:parallelism-configuration
The build-cfn-application-flink-application-configuration-property-builder function updates a CfnApplication$FlinkApplicationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$FlinkApplicationConfigurationProperty$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 |
|---|---|---|---|
| `checkpointConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:checkpoint-configuration` |
| `monitoringConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring-configuration` |
| `parallelismConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ParallelismConfigurationProperty | [[cdk.support/lookup-entry]] | `:parallelism-configuration` |
sourceraw docstring

(build-cfn-application-flink-run-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-application-flink-run-configuration-property-builder function updates a CfnApplication$FlinkRunConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$FlinkRunConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
allowNonRestoredStatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-non-restored-state
The build-cfn-application-flink-run-configuration-property-builder function updates a CfnApplication$FlinkRunConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$FlinkRunConfigurationProperty$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 |
|---|---|---|---|
| `allowNonRestoredState` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-non-restored-state` |
sourceraw docstring

build-cfn-application-glue-data-catalog-configuration-property-builderclj

(build-cfn-application-glue-data-catalog-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-application-glue-data-catalog-configuration-property-builder function updates a CfnApplication$GlueDataCatalogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$GlueDataCatalogConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
databaseArnjava.lang.Stringcdk.support/lookup-entry:database-arn
The build-cfn-application-glue-data-catalog-configuration-property-builder function updates a CfnApplication$GlueDataCatalogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$GlueDataCatalogConfigurationProperty$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 |
|---|---|---|---|
| `databaseArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-arn` |
sourceraw docstring

build-cfn-application-input-lambda-processor-property-builderclj

(build-cfn-application-input-lambda-processor-property-builder builder
                                                               id
                                                               config)

The build-cfn-application-input-lambda-processor-property-builder function updates a CfnApplication$InputLambdaProcessorProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InputLambdaProcessorProperty$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:

FieldDataTypeLookup FunctionData Key
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-application-input-lambda-processor-property-builder function updates a CfnApplication$InputLambdaProcessorProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$InputLambdaProcessorProperty$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-application-input-parallelism-property-builderclj

(build-cfn-application-input-parallelism-property-builder builder id config)

The build-cfn-application-input-parallelism-property-builder function updates a CfnApplication$InputParallelismProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InputParallelismProperty$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:

FieldDataTypeLookup FunctionData Key
countjava.lang.Numbercdk.support/lookup-entry:count
The build-cfn-application-input-parallelism-property-builder function updates a CfnApplication$InputParallelismProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$InputParallelismProperty$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 |
|---|---|---|---|
| `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` |
sourceraw docstring

build-cfn-application-input-processing-configuration-property-builderclj

(build-cfn-application-input-processing-configuration-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-application-input-processing-configuration-property-builder function updates a CfnApplication$InputProcessingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InputProcessingConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
inputLambdaProcessorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:input-lambda-processor
The build-cfn-application-input-processing-configuration-property-builder function updates a CfnApplication$InputProcessingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$InputProcessingConfigurationProperty$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 |
|---|---|---|---|
| `inputLambdaProcessor` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input-lambda-processor` |
sourceraw docstring

build-cfn-application-input-property-builderclj

(build-cfn-application-input-property-builder builder id config)

The build-cfn-application-input-property-builder function updates a CfnApplication$InputProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InputProperty$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:

FieldDataTypeLookup FunctionData Key
inputParallelismsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$InputParallelismPropertycdk.support/lookup-entry:input-parallelism
inputProcessingConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$InputProcessingConfigurationPropertycdk.support/lookup-entry:input-processing-configuration
inputSchemasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$InputSchemaPropertycdk.support/lookup-entry:input-schema
kinesisFirehoseInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-firehose-input
kinesisStreamsInputsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$KinesisStreamsInputPropertycdk.support/lookup-entry:kinesis-streams-input
namePrefixjava.lang.Stringcdk.support/lookup-entry:name-prefix
The build-cfn-application-input-property-builder function updates a CfnApplication$InputProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$InputProperty$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 |
|---|---|---|---|
| `inputParallelism` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$InputParallelismProperty | [[cdk.support/lookup-entry]] | `:input-parallelism` |
| `inputProcessingConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$InputProcessingConfigurationProperty | [[cdk.support/lookup-entry]] | `:input-processing-configuration` |
| `inputSchema` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$InputSchemaProperty | [[cdk.support/lookup-entry]] | `:input-schema` |
| `kinesisFirehoseInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-firehose-input` |
| `kinesisStreamsInput` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$KinesisStreamsInputProperty | [[cdk.support/lookup-entry]] | `:kinesis-streams-input` |
| `namePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:name-prefix` |
sourceraw docstring

build-cfn-application-input-schema-property-builderclj

(build-cfn-application-input-schema-property-builder builder id config)

The build-cfn-application-input-schema-property-builder function updates a CfnApplication$InputSchemaProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InputSchemaProperty$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:

FieldDataTypeLookup FunctionData Key
recordColumnsjava.util.Listcdk.support/lookup-entry:record-columns
recordEncodingjava.lang.Stringcdk.support/lookup-entry:record-encoding
recordFormatsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:record-format
The build-cfn-application-input-schema-property-builder function updates a CfnApplication$InputSchemaProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$InputSchemaProperty$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 |
|---|---|---|---|
| `recordColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:record-columns` |
| `recordEncoding` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-encoding` |
| `recordFormat` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:record-format` |
sourceraw docstring

build-cfn-application-json-mapping-parameters-property-builderclj

(build-cfn-application-json-mapping-parameters-property-builder builder
                                                                id
                                                                config)

The build-cfn-application-json-mapping-parameters-property-builder function updates a CfnApplication$JSONMappingParametersProperty$Builder instance using the provided configuration. The function takes the CfnApplication$JSONMappingParametersProperty$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:

FieldDataTypeLookup FunctionData Key
recordRowPathjava.lang.Stringcdk.support/lookup-entry:record-row-path
The build-cfn-application-json-mapping-parameters-property-builder function updates a CfnApplication$JSONMappingParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$JSONMappingParametersProperty$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 |
|---|---|---|---|
| `recordRowPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-row-path` |
sourceraw docstring

build-cfn-application-kinesis-firehose-input-property-builderclj

(build-cfn-application-kinesis-firehose-input-property-builder builder
                                                               id
                                                               config)

The build-cfn-application-kinesis-firehose-input-property-builder function updates a CfnApplication$KinesisFirehoseInputProperty$Builder instance using the provided configuration. The function takes the CfnApplication$KinesisFirehoseInputProperty$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:

FieldDataTypeLookup FunctionData Key
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-application-kinesis-firehose-input-property-builder function updates a CfnApplication$KinesisFirehoseInputProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$KinesisFirehoseInputProperty$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-application-kinesis-streams-input-property-builderclj

(build-cfn-application-kinesis-streams-input-property-builder builder id config)

The build-cfn-application-kinesis-streams-input-property-builder function updates a CfnApplication$KinesisStreamsInputProperty$Builder instance using the provided configuration. The function takes the CfnApplication$KinesisStreamsInputProperty$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:

FieldDataTypeLookup FunctionData Key
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-application-kinesis-streams-input-property-builder function updates a CfnApplication$KinesisStreamsInputProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$KinesisStreamsInputProperty$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-application-mapping-parameters-property-builderclj

(build-cfn-application-mapping-parameters-property-builder builder id config)

The build-cfn-application-mapping-parameters-property-builder function updates a CfnApplication$MappingParametersProperty$Builder instance using the provided configuration. The function takes the CfnApplication$MappingParametersProperty$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:

FieldDataTypeLookup FunctionData Key
csvMappingParameterssoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$CSVMappingParametersPropertycdk.support/lookup-entry:csv-mapping-parameters
jsonMappingParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:json-mapping-parameters
The build-cfn-application-mapping-parameters-property-builder function updates a CfnApplication$MappingParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$MappingParametersProperty$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 |
|---|---|---|---|
| `csvMappingParameters` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$CSVMappingParametersProperty | [[cdk.support/lookup-entry]] | `:csv-mapping-parameters` |
| `jsonMappingParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json-mapping-parameters` |
sourceraw docstring

build-cfn-application-maven-reference-property-builderclj

(build-cfn-application-maven-reference-property-builder builder id config)

The build-cfn-application-maven-reference-property-builder function updates a CfnApplication$MavenReferenceProperty$Builder instance using the provided configuration. The function takes the CfnApplication$MavenReferenceProperty$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:

FieldDataTypeLookup FunctionData Key
artifactIdjava.lang.Stringcdk.support/lookup-entry:artifact-id
groupIdjava.lang.Stringcdk.support/lookup-entry:group-id
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-application-maven-reference-property-builder function updates a CfnApplication$MavenReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$MavenReferenceProperty$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 |
|---|---|---|---|
| `artifactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:artifact-id` |
| `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-application-monitoring-configuration-property-builderclj

(build-cfn-application-monitoring-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-application-monitoring-configuration-property-builder function updates a CfnApplication$MonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$MonitoringConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
configurationTypejava.lang.Stringcdk.support/lookup-entry:configuration-type
logLeveljava.lang.Stringcdk.support/lookup-entry:log-level
metricsLeveljava.lang.Stringcdk.support/lookup-entry:metrics-level
The build-cfn-application-monitoring-configuration-property-builder function updates a CfnApplication$MonitoringConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$MonitoringConfigurationProperty$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 |
|---|---|---|---|
| `configurationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-type` |
| `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` |
| `metricsLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:metrics-level` |
sourceraw docstring

build-cfn-application-output-builderclj

(build-cfn-application-output-builder builder id config)

The build-cfn-application-output-builder function updates a CfnApplicationOutput$Builder instance using the provided configuration. The function takes the CfnApplicationOutput$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:

FieldDataTypeLookup FunctionData Key
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
outputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:output
The build-cfn-application-output-builder function updates a CfnApplicationOutput$Builder instance using the provided configuration.
  The function takes the CfnApplicationOutput$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` |
| `output` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:output` |
sourceraw docstring

build-cfn-application-output-destination-schema-property-builderclj

(build-cfn-application-output-destination-schema-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-application-output-destination-schema-property-builder function updates a CfnApplicationOutput$DestinationSchemaProperty$Builder instance using the provided configuration. The function takes the CfnApplicationOutput$DestinationSchemaProperty$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:

FieldDataTypeLookup FunctionData Key
recordFormatTypejava.lang.Stringcdk.support/lookup-entry:record-format-type
The build-cfn-application-output-destination-schema-property-builder function updates a CfnApplicationOutput$DestinationSchemaProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationOutput$DestinationSchemaProperty$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 |
|---|---|---|---|
| `recordFormatType` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-format-type` |
sourceraw docstring

build-cfn-application-output-kinesis-firehose-output-property-builderclj

(build-cfn-application-output-kinesis-firehose-output-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-application-output-kinesis-firehose-output-property-builder function updates a CfnApplicationOutput$KinesisFirehoseOutputProperty$Builder instance using the provided configuration. The function takes the CfnApplicationOutput$KinesisFirehoseOutputProperty$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:

FieldDataTypeLookup FunctionData Key
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-application-output-kinesis-firehose-output-property-builder function updates a CfnApplicationOutput$KinesisFirehoseOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationOutput$KinesisFirehoseOutputProperty$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-application-output-kinesis-streams-output-property-builderclj

(build-cfn-application-output-kinesis-streams-output-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-application-output-kinesis-streams-output-property-builder function updates a CfnApplicationOutput$KinesisStreamsOutputProperty$Builder instance using the provided configuration. The function takes the CfnApplicationOutput$KinesisStreamsOutputProperty$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:

FieldDataTypeLookup FunctionData Key
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-application-output-kinesis-streams-output-property-builder function updates a CfnApplicationOutput$KinesisStreamsOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationOutput$KinesisStreamsOutputProperty$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-application-output-lambda-output-property-builderclj

(build-cfn-application-output-lambda-output-property-builder builder id config)

The build-cfn-application-output-lambda-output-property-builder function updates a CfnApplicationOutput$LambdaOutputProperty$Builder instance using the provided configuration. The function takes the CfnApplicationOutput$LambdaOutputProperty$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:

FieldDataTypeLookup FunctionData Key
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-application-output-lambda-output-property-builder function updates a CfnApplicationOutput$LambdaOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationOutput$LambdaOutputProperty$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 |
|---|---|---|---|
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-application-output-output-property-builderclj

(build-cfn-application-output-output-property-builder builder id config)

The build-cfn-application-output-output-property-builder function updates a CfnApplicationOutput$OutputProperty$Builder instance using the provided configuration. The function takes the CfnApplicationOutput$OutputProperty$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:

FieldDataTypeLookup FunctionData Key
destinationSchemasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput$DestinationSchemaPropertycdk.support/lookup-entry:destination-schema
kinesisFirehoseOutputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-firehose-output
kinesisStreamsOutputsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput$KinesisStreamsOutputPropertycdk.support/lookup-entry:kinesis-streams-output
lambdaOutputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lambda-output
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-application-output-output-property-builder function updates a CfnApplicationOutput$OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationOutput$OutputProperty$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 |
|---|---|---|---|
| `destinationSchema` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput$DestinationSchemaProperty | [[cdk.support/lookup-entry]] | `:destination-schema` |
| `kinesisFirehoseOutput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-firehose-output` |
| `kinesisStreamsOutput` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput$KinesisStreamsOutputProperty | [[cdk.support/lookup-entry]] | `:kinesis-streams-output` |
| `lambdaOutput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda-output` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-application-output-props-builderclj

(build-cfn-application-output-props-builder builder id config)

The build-cfn-application-output-props-builder function updates a CfnApplicationOutputProps$Builder instance using the provided configuration. The function takes the CfnApplicationOutputProps$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:

FieldDataTypeLookup FunctionData Key
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
outputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:output
The build-cfn-application-output-props-builder function updates a CfnApplicationOutputProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationOutputProps$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` |
| `output` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:output` |
sourceraw docstring

build-cfn-application-parallelism-configuration-property-builderclj

(build-cfn-application-parallelism-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-application-parallelism-configuration-property-builder function updates a CfnApplication$ParallelismConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ParallelismConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
autoScalingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-scaling-enabled
configurationTypejava.lang.Stringcdk.support/lookup-entry:configuration-type
parallelismjava.lang.Numbercdk.support/lookup-entry:parallelism
parallelismPerKpujava.lang.Numbercdk.support/lookup-entry:parallelism-per-kpu
The build-cfn-application-parallelism-configuration-property-builder function updates a CfnApplication$ParallelismConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ParallelismConfigurationProperty$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 |
|---|---|---|---|
| `autoScalingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-scaling-enabled` |
| `configurationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-type` |
| `parallelism` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelism` |
| `parallelismPerKpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelism-per-kpu` |
sourceraw docstring

build-cfn-application-property-group-property-builderclj

(build-cfn-application-property-group-property-builder builder id config)

The build-cfn-application-property-group-property-builder function updates a CfnApplication$PropertyGroupProperty$Builder instance using the provided configuration. The function takes the CfnApplication$PropertyGroupProperty$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:

FieldDataTypeLookup FunctionData Key
propertyGroupIdjava.lang.Stringcdk.support/lookup-entry:property-group-id
propertyMapjava.util.Mapcdk.support/lookup-entry:property-map
The build-cfn-application-property-group-property-builder function updates a CfnApplication$PropertyGroupProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$PropertyGroupProperty$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 |
|---|---|---|---|
| `propertyGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:property-group-id` |
| `propertyMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:property-map` |
sourceraw docstring

build-cfn-application-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
applicationConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ApplicationConfigurationPropertycdk.support/lookup-entry:application-configuration
applicationDescriptionjava.lang.Stringcdk.support/lookup-entry:application-description
applicationMaintenanceConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:application-maintenance-configuration
applicationModejava.lang.Stringcdk.support/lookup-entry:application-mode
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
runConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$RunConfigurationPropertycdk.support/lookup-entry:run-configuration
runtimeEnvironmentjava.lang.Stringcdk.support/lookup-entry:runtime-environment
serviceExecutionRolejava.lang.Stringcdk.support/lookup-entry:service-execution-role
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `applicationConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ApplicationConfigurationProperty | [[cdk.support/lookup-entry]] | `:application-configuration` |
| `applicationDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-description` |
| `applicationMaintenanceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:application-maintenance-configuration` |
| `applicationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-mode` |
| `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
| `runConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$RunConfigurationProperty | [[cdk.support/lookup-entry]] | `:run-configuration` |
| `runtimeEnvironment` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-environment` |
| `serviceExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-execution-role` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-application-record-column-property-builderclj

(build-cfn-application-record-column-property-builder builder id config)

The build-cfn-application-record-column-property-builder function updates a CfnApplication$RecordColumnProperty$Builder instance using the provided configuration. The function takes the CfnApplication$RecordColumnProperty$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:

FieldDataTypeLookup FunctionData Key
mappingjava.lang.Stringcdk.support/lookup-entry:mapping
namejava.lang.Stringcdk.support/lookup-entry:name
sqlTypejava.lang.Stringcdk.support/lookup-entry:sql-type
The build-cfn-application-record-column-property-builder function updates a CfnApplication$RecordColumnProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$RecordColumnProperty$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 |
|---|---|---|---|
| `mapping` | java.lang.String | [[cdk.support/lookup-entry]] | `:mapping` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `sqlType` | java.lang.String | [[cdk.support/lookup-entry]] | `:sql-type` |
sourceraw docstring

build-cfn-application-record-format-property-builderclj

(build-cfn-application-record-format-property-builder builder id config)

The build-cfn-application-record-format-property-builder function updates a CfnApplication$RecordFormatProperty$Builder instance using the provided configuration. The function takes the CfnApplication$RecordFormatProperty$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:

FieldDataTypeLookup FunctionData Key
mappingParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mapping-parameters
recordFormatTypejava.lang.Stringcdk.support/lookup-entry:record-format-type
The build-cfn-application-record-format-property-builder function updates a CfnApplication$RecordFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$RecordFormatProperty$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 |
|---|---|---|---|
| `mappingParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mapping-parameters` |
| `recordFormatType` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-format-type` |
sourceraw docstring

build-cfn-application-reference-data-source-builderclj

(build-cfn-application-reference-data-source-builder builder id config)

The build-cfn-application-reference-data-source-builder function updates a CfnApplicationReferenceDataSource$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$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:

FieldDataTypeLookup FunctionData Key
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
referenceDataSourcesoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$ReferenceDataSourcePropertycdk.support/lookup-entry:reference-data-source
The build-cfn-application-reference-data-source-builder function updates a CfnApplicationReferenceDataSource$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$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` |
| `referenceDataSource` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$ReferenceDataSourceProperty | [[cdk.support/lookup-entry]] | `:reference-data-source` |
sourceraw docstring

build-cfn-application-reference-data-source-csv-mapping-parameters-property-builderclj

(build-cfn-application-reference-data-source-csv-mapping-parameters-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-csv-mapping-parameters-property-builder function updates a CfnApplicationReferenceDataSource$CSVMappingParametersProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$CSVMappingParametersProperty$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:

FieldDataTypeLookup FunctionData Key
recordColumnDelimiterjava.lang.Stringcdk.support/lookup-entry:record-column-delimiter
recordRowDelimiterjava.lang.Stringcdk.support/lookup-entry:record-row-delimiter
The build-cfn-application-reference-data-source-csv-mapping-parameters-property-builder function updates a CfnApplicationReferenceDataSource$CSVMappingParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$CSVMappingParametersProperty$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 |
|---|---|---|---|
| `recordColumnDelimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-column-delimiter` |
| `recordRowDelimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-row-delimiter` |
sourceraw docstring

build-cfn-application-reference-data-source-json-mapping-parameters-property-builderclj

(build-cfn-application-reference-data-source-json-mapping-parameters-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-json-mapping-parameters-property-builder function updates a CfnApplicationReferenceDataSource$JSONMappingParametersProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$JSONMappingParametersProperty$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:

FieldDataTypeLookup FunctionData Key
recordRowPathjava.lang.Stringcdk.support/lookup-entry:record-row-path
The build-cfn-application-reference-data-source-json-mapping-parameters-property-builder function updates a CfnApplicationReferenceDataSource$JSONMappingParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$JSONMappingParametersProperty$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 |
|---|---|---|---|
| `recordRowPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-row-path` |
sourceraw docstring

build-cfn-application-reference-data-source-mapping-parameters-property-builderclj

(build-cfn-application-reference-data-source-mapping-parameters-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-mapping-parameters-property-builder function updates a CfnApplicationReferenceDataSource$MappingParametersProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$MappingParametersProperty$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:

FieldDataTypeLookup FunctionData Key
csvMappingParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:csv-mapping-parameters
jsonMappingParameterssoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$JSONMappingParametersPropertycdk.support/lookup-entry:json-mapping-parameters
The build-cfn-application-reference-data-source-mapping-parameters-property-builder function updates a CfnApplicationReferenceDataSource$MappingParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$MappingParametersProperty$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 |
|---|---|---|---|
| `csvMappingParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:csv-mapping-parameters` |
| `jsonMappingParameters` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$JSONMappingParametersProperty | [[cdk.support/lookup-entry]] | `:json-mapping-parameters` |
sourceraw docstring

build-cfn-application-reference-data-source-props-builderclj

(build-cfn-application-reference-data-source-props-builder builder id config)

The build-cfn-application-reference-data-source-props-builder function updates a CfnApplicationReferenceDataSourceProps$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSourceProps$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:

FieldDataTypeLookup FunctionData Key
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
referenceDataSourcesoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$ReferenceDataSourcePropertycdk.support/lookup-entry:reference-data-source
The build-cfn-application-reference-data-source-props-builder function updates a CfnApplicationReferenceDataSourceProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSourceProps$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` |
| `referenceDataSource` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$ReferenceDataSourceProperty | [[cdk.support/lookup-entry]] | `:reference-data-source` |
sourceraw docstring

build-cfn-application-reference-data-source-record-column-property-builderclj

(build-cfn-application-reference-data-source-record-column-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-record-column-property-builder function updates a CfnApplicationReferenceDataSource$RecordColumnProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$RecordColumnProperty$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:

FieldDataTypeLookup FunctionData Key
mappingjava.lang.Stringcdk.support/lookup-entry:mapping
namejava.lang.Stringcdk.support/lookup-entry:name
sqlTypejava.lang.Stringcdk.support/lookup-entry:sql-type
The build-cfn-application-reference-data-source-record-column-property-builder function updates a CfnApplicationReferenceDataSource$RecordColumnProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$RecordColumnProperty$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 |
|---|---|---|---|
| `mapping` | java.lang.String | [[cdk.support/lookup-entry]] | `:mapping` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `sqlType` | java.lang.String | [[cdk.support/lookup-entry]] | `:sql-type` |
sourceraw docstring

build-cfn-application-reference-data-source-record-format-property-builderclj

(build-cfn-application-reference-data-source-record-format-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-record-format-property-builder function updates a CfnApplicationReferenceDataSource$RecordFormatProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$RecordFormatProperty$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:

FieldDataTypeLookup FunctionData Key
mappingParameterssoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$MappingParametersPropertycdk.support/lookup-entry:mapping-parameters
recordFormatTypejava.lang.Stringcdk.support/lookup-entry:record-format-type
The build-cfn-application-reference-data-source-record-format-property-builder function updates a CfnApplicationReferenceDataSource$RecordFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$RecordFormatProperty$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 |
|---|---|---|---|
| `mappingParameters` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource$MappingParametersProperty | [[cdk.support/lookup-entry]] | `:mapping-parameters` |
| `recordFormatType` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-format-type` |
sourceraw docstring

build-cfn-application-reference-data-source-reference-data-source-property-builderclj

(build-cfn-application-reference-data-source-reference-data-source-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-reference-data-source-property-builder function updates a CfnApplicationReferenceDataSource$ReferenceDataSourceProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$ReferenceDataSourceProperty$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:

FieldDataTypeLookup FunctionData Key
referenceSchemasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:reference-schema
s3ReferenceDataSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-reference-data-source
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-application-reference-data-source-reference-data-source-property-builder function updates a CfnApplicationReferenceDataSource$ReferenceDataSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$ReferenceDataSourceProperty$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 |
|---|---|---|---|
| `referenceSchema` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:reference-schema` |
| `s3ReferenceDataSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-reference-data-source` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-application-reference-data-source-reference-schema-property-builderclj

(build-cfn-application-reference-data-source-reference-schema-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-reference-schema-property-builder function updates a CfnApplicationReferenceDataSource$ReferenceSchemaProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$ReferenceSchemaProperty$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:

FieldDataTypeLookup FunctionData Key
recordColumnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:record-columns
recordEncodingjava.lang.Stringcdk.support/lookup-entry:record-encoding
recordFormatsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:record-format
The build-cfn-application-reference-data-source-reference-schema-property-builder function updates a CfnApplicationReferenceDataSource$ReferenceSchemaProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$ReferenceSchemaProperty$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 |
|---|---|---|---|
| `recordColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:record-columns` |
| `recordEncoding` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-encoding` |
| `recordFormat` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:record-format` |
sourceraw docstring

build-cfn-application-reference-data-source-s3-reference-data-source-property-builderclj

(build-cfn-application-reference-data-source-s3-reference-data-source-property-builder
  builder
  id
  config)

The build-cfn-application-reference-data-source-s3-reference-data-source-property-builder function updates a CfnApplicationReferenceDataSource$S3ReferenceDataSourceProperty$Builder instance using the provided configuration. The function takes the CfnApplicationReferenceDataSource$S3ReferenceDataSourceProperty$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:

FieldDataTypeLookup FunctionData Key
bucketArnjava.lang.Stringcdk.support/lookup-entry:bucket-arn
fileKeyjava.lang.Stringcdk.support/lookup-entry:file-key
The build-cfn-application-reference-data-source-s3-reference-data-source-property-builder function updates a CfnApplicationReferenceDataSource$S3ReferenceDataSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnApplicationReferenceDataSource$S3ReferenceDataSourceProperty$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 |
|---|---|---|---|
| `bucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-arn` |
| `fileKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-key` |
sourceraw docstring

build-cfn-application-run-configuration-property-builderclj

(build-cfn-application-run-configuration-property-builder builder id config)

The build-cfn-application-run-configuration-property-builder function updates a CfnApplication$RunConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$RunConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
applicationRestoreConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:application-restore-configuration
flinkRunConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:flink-run-configuration
The build-cfn-application-run-configuration-property-builder function updates a CfnApplication$RunConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$RunConfigurationProperty$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 |
|---|---|---|---|
| `applicationRestoreConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:application-restore-configuration` |
| `flinkRunConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:flink-run-configuration` |
sourceraw docstring

build-cfn-application-s3-content-base-location-property-builderclj

(build-cfn-application-s3-content-base-location-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-application-s3-content-base-location-property-builder function updates a CfnApplication$S3ContentBaseLocationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$S3ContentBaseLocationProperty$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:

FieldDataTypeLookup FunctionData Key
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
bucketArnjava.lang.Stringcdk.support/lookup-entry:bucket-arn
The build-cfn-application-s3-content-base-location-property-builder function updates a CfnApplication$S3ContentBaseLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$S3ContentBaseLocationProperty$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 |
|---|---|---|---|
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `bucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-arn` |
sourceraw docstring

build-cfn-application-s3-content-location-property-builderclj

(build-cfn-application-s3-content-location-property-builder builder id config)

The build-cfn-application-s3-content-location-property-builder function updates a CfnApplication$S3ContentLocationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$S3ContentLocationProperty$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:

FieldDataTypeLookup FunctionData Key
bucketArnjava.lang.Stringcdk.support/lookup-entry:bucket-arn
fileKeyjava.lang.Stringcdk.support/lookup-entry:file-key
objectVersionjava.lang.Stringcdk.support/lookup-entry:object-version
The build-cfn-application-s3-content-location-property-builder function updates a CfnApplication$S3ContentLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$S3ContentLocationProperty$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 |
|---|---|---|---|
| `bucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-arn` |
| `fileKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-key` |
| `objectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-version` |
sourceraw docstring

build-cfn-application-sql-application-configuration-property-builderclj

(build-cfn-application-sql-application-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-application-sql-application-configuration-property-builder function updates a CfnApplication$SqlApplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$SqlApplicationConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
inputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inputs
The build-cfn-application-sql-application-configuration-property-builder function updates a CfnApplication$SqlApplicationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$SqlApplicationConfigurationProperty$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 |
|---|---|---|---|
| `inputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inputs` |
sourceraw docstring

build-cfn-application-vpc-configuration-property-builderclj

(build-cfn-application-vpc-configuration-property-builder builder id config)

The build-cfn-application-vpc-configuration-property-builder function updates a CfnApplication$VpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$VpcConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-application-vpc-configuration-property-builder function updates a CfnApplication$VpcConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$VpcConfigurationProperty$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` |
sourceraw docstring

build-cfn-application-zeppelin-application-configuration-property-builderclj

(build-cfn-application-zeppelin-application-configuration-property-builder
  builder
  id
  config)

The build-cfn-application-zeppelin-application-configuration-property-builder function updates a CfnApplication$ZeppelinApplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ZeppelinApplicationConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
catalogConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:catalog-configuration
customArtifactsConfigurationjava.util.Listcdk.support/lookup-entry:custom-artifacts-configuration
deployAsApplicationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deploy-as-application-configuration
monitoringConfigurationsoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ZeppelinMonitoringConfigurationPropertycdk.support/lookup-entry:monitoring-configuration
The build-cfn-application-zeppelin-application-configuration-property-builder function updates a CfnApplication$ZeppelinApplicationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ZeppelinApplicationConfigurationProperty$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 |
|---|---|---|---|
| `catalogConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:catalog-configuration` |
| `customArtifactsConfiguration` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-artifacts-configuration` |
| `deployAsApplicationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deploy-as-application-configuration` |
| `monitoringConfiguration` | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication$ZeppelinMonitoringConfigurationProperty | [[cdk.support/lookup-entry]] | `:monitoring-configuration` |
sourceraw docstring

build-cfn-application-zeppelin-monitoring-configuration-property-builderclj

(build-cfn-application-zeppelin-monitoring-configuration-property-builder
  builder
  id
  config)

The build-cfn-application-zeppelin-monitoring-configuration-property-builder function updates a CfnApplication$ZeppelinMonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ZeppelinMonitoringConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
logLeveljava.lang.Stringcdk.support/lookup-entry:log-level
The build-cfn-application-zeppelin-monitoring-configuration-property-builder function updates a CfnApplication$ZeppelinMonitoringConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ZeppelinMonitoringConfigurationProperty$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 |
|---|---|---|---|
| `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` |
sourceraw docstring

cfn-application-application-code-configuration-property-builderclj

(cfn-application-application-code-configuration-property-builder id config)

Creates a CfnApplication$ApplicationCodeConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ApplicationCodeConfigurationProperty$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 |
sourceraw docstring

cfn-application-application-configuration-property-builderclj

(cfn-application-application-configuration-property-builder id config)

Creates a CfnApplication$ApplicationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ApplicationConfigurationProperty$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 |
sourceraw docstring

cfn-application-application-maintenance-configuration-property-builderclj

(cfn-application-application-maintenance-configuration-property-builder id
                                                                        config)

Creates a CfnApplication$ApplicationMaintenanceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ApplicationMaintenanceConfigurationProperty$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 |
sourceraw docstring

cfn-application-application-restore-configuration-property-builderclj

(cfn-application-application-restore-configuration-property-builder id config)

Creates a CfnApplication$ApplicationRestoreConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ApplicationRestoreConfigurationProperty$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 |
sourceraw docstring

cfn-application-application-snapshot-configuration-property-builderclj

(cfn-application-application-snapshot-configuration-property-builder id config)

Creates a CfnApplication$ApplicationSnapshotConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ApplicationSnapshotConfigurationProperty$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 |
sourceraw docstring

cfn-application-builderclj

(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 |
sourceraw docstring

cfn-application-catalog-configuration-property-builderclj

(cfn-application-catalog-configuration-property-builder id config)

Creates a CfnApplication$CatalogConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$CatalogConfigurationProperty$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 |
sourceraw docstring

cfn-application-checkpoint-configuration-property-builderclj

(cfn-application-checkpoint-configuration-property-builder id config)

Creates a CfnApplication$CheckpointConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$CheckpointConfigurationProperty$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 |
sourceraw docstring

cfn-application-cloud-watch-logging-option-builderclj

(cfn-application-cloud-watch-logging-option-builder scope id config)

Creates a CfnApplicationCloudWatchLoggingOption$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  `CfnApplicationCloudWatchLoggingOption$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 |
sourceraw docstring

cfn-application-cloud-watch-logging-option-cloud-watch-logging-option-property-builderclj

(cfn-application-cloud-watch-logging-option-cloud-watch-logging-option-property-builder
  id
  config)

Creates a CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationCloudWatchLoggingOption$CloudWatchLoggingOptionProperty$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 |
sourceraw docstring

cfn-application-cloud-watch-logging-option-props-builderclj

(cfn-application-cloud-watch-logging-option-props-builder id config)

Creates a CfnApplicationCloudWatchLoggingOptionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationCloudWatchLoggingOptionProps$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 |
sourceraw docstring

cfn-application-code-content-property-builderclj

(cfn-application-code-content-property-builder id config)

Creates a CfnApplication$CodeContentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$CodeContentProperty$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 |
sourceraw docstring

cfn-application-csv-mapping-parameters-property-builderclj

(cfn-application-csv-mapping-parameters-property-builder id config)

Creates a CfnApplication$CSVMappingParametersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$CSVMappingParametersProperty$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 |
sourceraw docstring

cfn-application-custom-artifact-configuration-property-builderclj

(cfn-application-custom-artifact-configuration-property-builder id config)

Creates a CfnApplication$CustomArtifactConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$CustomArtifactConfigurationProperty$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 |
sourceraw docstring

cfn-application-deploy-as-application-configuration-property-builderclj

(cfn-application-deploy-as-application-configuration-property-builder id config)

Creates a CfnApplication$DeployAsApplicationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$DeployAsApplicationConfigurationProperty$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 |
sourceraw docstring

cfn-application-environment-properties-property-builderclj

(cfn-application-environment-properties-property-builder id config)

Creates a CfnApplication$EnvironmentPropertiesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$EnvironmentPropertiesProperty$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 |
sourceraw docstring

(cfn-application-flink-application-configuration-property-builder id config)

Creates a CfnApplication$FlinkApplicationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$FlinkApplicationConfigurationProperty$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 |
sourceraw docstring

(cfn-application-flink-run-configuration-property-builder id config)

Creates a CfnApplication$FlinkRunConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$FlinkRunConfigurationProperty$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 |
sourceraw docstring

cfn-application-glue-data-catalog-configuration-property-builderclj

(cfn-application-glue-data-catalog-configuration-property-builder id config)

Creates a CfnApplication$GlueDataCatalogConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$GlueDataCatalogConfigurationProperty$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 |
sourceraw docstring

cfn-application-input-lambda-processor-property-builderclj

(cfn-application-input-lambda-processor-property-builder id config)

Creates a CfnApplication$InputLambdaProcessorProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$InputLambdaProcessorProperty$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 |
sourceraw docstring

cfn-application-input-parallelism-property-builderclj

(cfn-application-input-parallelism-property-builder id config)

Creates a CfnApplication$InputParallelismProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$InputParallelismProperty$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 |
sourceraw docstring

cfn-application-input-processing-configuration-property-builderclj

(cfn-application-input-processing-configuration-property-builder id config)

Creates a CfnApplication$InputProcessingConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$InputProcessingConfigurationProperty$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 |
sourceraw docstring

cfn-application-input-property-builderclj

(cfn-application-input-property-builder id config)

Creates a CfnApplication$InputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$InputProperty$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 |
sourceraw docstring

cfn-application-input-schema-property-builderclj

(cfn-application-input-schema-property-builder id config)

Creates a CfnApplication$InputSchemaProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$InputSchemaProperty$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 |
sourceraw docstring

cfn-application-json-mapping-parameters-property-builderclj

(cfn-application-json-mapping-parameters-property-builder id config)

Creates a CfnApplication$JSONMappingParametersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$JSONMappingParametersProperty$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 |
sourceraw docstring

cfn-application-kinesis-firehose-input-property-builderclj

(cfn-application-kinesis-firehose-input-property-builder id config)

Creates a CfnApplication$KinesisFirehoseInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$KinesisFirehoseInputProperty$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 |
sourceraw docstring

cfn-application-kinesis-streams-input-property-builderclj

(cfn-application-kinesis-streams-input-property-builder id config)

Creates a CfnApplication$KinesisStreamsInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$KinesisStreamsInputProperty$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 |
sourceraw docstring

cfn-application-mapping-parameters-property-builderclj

(cfn-application-mapping-parameters-property-builder id config)

Creates a CfnApplication$MappingParametersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$MappingParametersProperty$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 |
sourceraw docstring

cfn-application-maven-reference-property-builderclj

(cfn-application-maven-reference-property-builder id config)

Creates a CfnApplication$MavenReferenceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$MavenReferenceProperty$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 |
sourceraw docstring

cfn-application-monitoring-configuration-property-builderclj

(cfn-application-monitoring-configuration-property-builder id config)

Creates a CfnApplication$MonitoringConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$MonitoringConfigurationProperty$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 |
sourceraw docstring

cfn-application-output-builderclj

(cfn-application-output-builder scope id config)

Creates a CfnApplicationOutput$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  `CfnApplicationOutput$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 |
sourceraw docstring

cfn-application-output-destination-schema-property-builderclj

(cfn-application-output-destination-schema-property-builder id config)

Creates a CfnApplicationOutput$DestinationSchemaProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationOutput$DestinationSchemaProperty$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 |
sourceraw docstring

cfn-application-output-kinesis-firehose-output-property-builderclj

(cfn-application-output-kinesis-firehose-output-property-builder id config)

Creates a CfnApplicationOutput$KinesisFirehoseOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationOutput$KinesisFirehoseOutputProperty$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 |
sourceraw docstring

cfn-application-output-kinesis-streams-output-property-builderclj

(cfn-application-output-kinesis-streams-output-property-builder id config)

Creates a CfnApplicationOutput$KinesisStreamsOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationOutput$KinesisStreamsOutputProperty$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 |
sourceraw docstring

cfn-application-output-lambda-output-property-builderclj

(cfn-application-output-lambda-output-property-builder id config)

Creates a CfnApplicationOutput$LambdaOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationOutput$LambdaOutputProperty$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 |
sourceraw docstring

cfn-application-output-output-property-builderclj

(cfn-application-output-output-property-builder id config)

Creates a CfnApplicationOutput$OutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationOutput$OutputProperty$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 |
sourceraw docstring

cfn-application-output-props-builderclj

(cfn-application-output-props-builder id config)

Creates a CfnApplicationOutputProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationOutputProps$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 |
sourceraw docstring

cfn-application-parallelism-configuration-property-builderclj

(cfn-application-parallelism-configuration-property-builder id config)

Creates a CfnApplication$ParallelismConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ParallelismConfigurationProperty$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 |
sourceraw docstring

cfn-application-property-group-property-builderclj

(cfn-application-property-group-property-builder id config)

Creates a CfnApplication$PropertyGroupProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$PropertyGroupProperty$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 |
sourceraw docstring

cfn-application-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-application-record-column-property-builderclj

(cfn-application-record-column-property-builder id config)

Creates a CfnApplication$RecordColumnProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$RecordColumnProperty$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 |
sourceraw docstring

cfn-application-record-format-property-builderclj

(cfn-application-record-format-property-builder id config)

Creates a CfnApplication$RecordFormatProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$RecordFormatProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-builderclj

(cfn-application-reference-data-source-builder scope id config)

Creates a CfnApplicationReferenceDataSource$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  `CfnApplicationReferenceDataSource$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 |
sourceraw docstring

cfn-application-reference-data-source-csv-mapping-parameters-property-builderclj

(cfn-application-reference-data-source-csv-mapping-parameters-property-builder
  id
  config)

Creates a CfnApplicationReferenceDataSource$CSVMappingParametersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$CSVMappingParametersProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-json-mapping-parameters-property-builderclj

(cfn-application-reference-data-source-json-mapping-parameters-property-builder
  id
  config)

Creates a CfnApplicationReferenceDataSource$JSONMappingParametersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$JSONMappingParametersProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-mapping-parameters-property-builderclj

(cfn-application-reference-data-source-mapping-parameters-property-builder
  id
  config)

Creates a CfnApplicationReferenceDataSource$MappingParametersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$MappingParametersProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-props-builderclj

(cfn-application-reference-data-source-props-builder id config)

Creates a CfnApplicationReferenceDataSourceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSourceProps$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 |
sourceraw docstring

cfn-application-reference-data-source-record-column-property-builderclj

(cfn-application-reference-data-source-record-column-property-builder id config)

Creates a CfnApplicationReferenceDataSource$RecordColumnProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$RecordColumnProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-record-format-property-builderclj

(cfn-application-reference-data-source-record-format-property-builder id config)

Creates a CfnApplicationReferenceDataSource$RecordFormatProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$RecordFormatProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-reference-data-source-property-builderclj

(cfn-application-reference-data-source-reference-data-source-property-builder
  id
  config)

Creates a CfnApplicationReferenceDataSource$ReferenceDataSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$ReferenceDataSourceProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-reference-schema-property-builderclj

(cfn-application-reference-data-source-reference-schema-property-builder id
                                                                         config)

Creates a CfnApplicationReferenceDataSource$ReferenceSchemaProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$ReferenceSchemaProperty$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 |
sourceraw docstring

cfn-application-reference-data-source-s3-reference-data-source-property-builderclj

(cfn-application-reference-data-source-s3-reference-data-source-property-builder
  id
  config)

Creates a CfnApplicationReferenceDataSource$S3ReferenceDataSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationReferenceDataSource$S3ReferenceDataSourceProperty$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 |
sourceraw docstring

cfn-application-run-configuration-property-builderclj

(cfn-application-run-configuration-property-builder id config)

Creates a CfnApplication$RunConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$RunConfigurationProperty$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 |
sourceraw docstring

cfn-application-s3-content-base-location-property-builderclj

(cfn-application-s3-content-base-location-property-builder id config)

Creates a CfnApplication$S3ContentBaseLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$S3ContentBaseLocationProperty$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 |
sourceraw docstring

cfn-application-s3-content-location-property-builderclj

(cfn-application-s3-content-location-property-builder id config)

Creates a CfnApplication$S3ContentLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$S3ContentLocationProperty$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 |
sourceraw docstring

cfn-application-sql-application-configuration-property-builderclj

(cfn-application-sql-application-configuration-property-builder id config)

Creates a CfnApplication$SqlApplicationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$SqlApplicationConfigurationProperty$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 |
sourceraw docstring

cfn-application-vpc-configuration-property-builderclj

(cfn-application-vpc-configuration-property-builder id config)

Creates a CfnApplication$VpcConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$VpcConfigurationProperty$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 |
sourceraw docstring

cfn-application-zeppelin-application-configuration-property-builderclj

(cfn-application-zeppelin-application-configuration-property-builder id config)

Creates a CfnApplication$ZeppelinApplicationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ZeppelinApplicationConfigurationProperty$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 |
sourceraw docstring

cfn-application-zeppelin-monitoring-configuration-property-builderclj

(cfn-application-zeppelin-monitoring-configuration-property-builder id config)

Creates a CfnApplication$ZeppelinMonitoringConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ZeppelinMonitoringConfigurationProperty$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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close