Liking cljdoc? Tell your friends :D

cdk.api.services.mwaa

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

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

build-cfn-environment-builderclj

(build-cfn-environment-builder builder id config)

The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration. The function takes the CfnEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
airflowConfigurationOptionsjava.lang.Objectcdk.support/lookup-entry:airflow-configuration-options
airflowVersionjava.lang.Stringcdk.support/lookup-entry:airflow-version
dagS3Pathjava.lang.Stringcdk.support/lookup-entry:dag-s3-path
endpointManagementjava.lang.Stringcdk.support/lookup-entry:endpoint-management
environmentClassjava.lang.Stringcdk.support/lookup-entry:environment-class
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
loggingConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-configuration
maxWebserversjava.lang.Numbercdk.support/lookup-entry:max-webservers
maxWorkersjava.lang.Numbercdk.support/lookup-entry:max-workers
minWebserversjava.lang.Numbercdk.support/lookup-entry:min-webservers
minWorkersjava.lang.Numbercdk.support/lookup-entry:min-workers
namejava.lang.Stringcdk.support/lookup-entry:name
networkConfigurationsoftware.amazon.awscdk.services.mwaa.CfnEnvironment$NetworkConfigurationPropertycdk.support/lookup-entry:network-configuration
pluginsS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:plugins-s3-object-version
pluginsS3Pathjava.lang.Stringcdk.support/lookup-entry:plugins-s3-path
requirementsS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:requirements-s3-object-version
requirementsS3Pathjava.lang.Stringcdk.support/lookup-entry:requirements-s3-path
schedulersjava.lang.Numbercdk.support/lookup-entry:schedulers
sourceBucketArnjava.lang.Stringcdk.support/lookup-entry:source-bucket-arn
startupScriptS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:startup-script-s3-object-version
startupScriptS3Pathjava.lang.Stringcdk.support/lookup-entry:startup-script-s3-path
tagsjava.lang.Objectcdk.support/lookup-entry:tags
webserverAccessModejava.lang.Stringcdk.support/lookup-entry:webserver-access-mode
weeklyMaintenanceWindowStartjava.lang.Stringcdk.support/lookup-entry:weekly-maintenance-window-start
The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration.
  The function takes the CfnEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `airflowConfigurationOptions` | java.lang.Object | [[cdk.support/lookup-entry]] | `:airflow-configuration-options` |
| `airflowVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:airflow-version` |
| `dagS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:dag-s3-path` |
| `endpointManagement` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-management` |
| `environmentClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-class` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
| `loggingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-configuration` |
| `maxWebservers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-webservers` |
| `maxWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-workers` |
| `minWebservers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-webservers` |
| `minWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-workers` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `networkConfiguration` | software.amazon.awscdk.services.mwaa.CfnEnvironment$NetworkConfigurationProperty | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `pluginsS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:plugins-s3-object-version` |
| `pluginsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:plugins-s3-path` |
| `requirementsS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:requirements-s3-object-version` |
| `requirementsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:requirements-s3-path` |
| `schedulers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedulers` |
| `sourceBucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-bucket-arn` |
| `startupScriptS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:startup-script-s3-object-version` |
| `startupScriptS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:startup-script-s3-path` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `webserverAccessMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:webserver-access-mode` |
| `weeklyMaintenanceWindowStart` | java.lang.String | [[cdk.support/lookup-entry]] | `:weekly-maintenance-window-start` |
sourceraw docstring

build-cfn-environment-logging-configuration-property-builderclj

(build-cfn-environment-logging-configuration-property-builder builder id config)

The build-cfn-environment-logging-configuration-property-builder function updates a CfnEnvironment$LoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$LoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dagProcessingLogssoftware.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationPropertycdk.support/lookup-entry:dag-processing-logs
schedulerLogssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scheduler-logs
taskLogssoftware.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationPropertycdk.support/lookup-entry:task-logs
webserverLogssoftware.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationPropertycdk.support/lookup-entry:webserver-logs
workerLogssoftware.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationPropertycdk.support/lookup-entry:worker-logs
The build-cfn-environment-logging-configuration-property-builder function updates a CfnEnvironment$LoggingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnEnvironment$LoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dagProcessingLogs` | software.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:dag-processing-logs` |
| `schedulerLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scheduler-logs` |
| `taskLogs` | software.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:task-logs` |
| `webserverLogs` | software.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:webserver-logs` |
| `workerLogs` | software.amazon.awscdk.services.mwaa.CfnEnvironment$ModuleLoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:worker-logs` |
sourceraw docstring

build-cfn-environment-module-logging-configuration-property-builderclj

(build-cfn-environment-module-logging-configuration-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-environment-module-logging-configuration-property-builder function updates a CfnEnvironment$ModuleLoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$ModuleLoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cloudWatchLogGroupArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-log-group-arn
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
logLeveljava.lang.Stringcdk.support/lookup-entry:log-level
The build-cfn-environment-module-logging-configuration-property-builder function updates a CfnEnvironment$ModuleLoggingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnEnvironment$ModuleLoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group-arn` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` |
sourceraw docstring

build-cfn-environment-network-configuration-property-builderclj

(build-cfn-environment-network-configuration-property-builder builder id config)

The build-cfn-environment-network-configuration-property-builder function updates a CfnEnvironment$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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-environment-network-configuration-property-builder function updates a CfnEnvironment$NetworkConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnEnvironment$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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-environment-props-builderclj

(build-cfn-environment-props-builder builder id config)

The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
airflowConfigurationOptionsjava.lang.Objectcdk.support/lookup-entry:airflow-configuration-options
airflowVersionjava.lang.Stringcdk.support/lookup-entry:airflow-version
dagS3Pathjava.lang.Stringcdk.support/lookup-entry:dag-s3-path
endpointManagementjava.lang.Stringcdk.support/lookup-entry:endpoint-management
environmentClassjava.lang.Stringcdk.support/lookup-entry:environment-class
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
loggingConfigurationsoftware.amazon.awscdk.services.mwaa.CfnEnvironment$LoggingConfigurationPropertycdk.support/lookup-entry:logging-configuration
maxWebserversjava.lang.Numbercdk.support/lookup-entry:max-webservers
maxWorkersjava.lang.Numbercdk.support/lookup-entry:max-workers
minWebserversjava.lang.Numbercdk.support/lookup-entry:min-webservers
minWorkersjava.lang.Numbercdk.support/lookup-entry:min-workers
namejava.lang.Stringcdk.support/lookup-entry:name
networkConfigurationsoftware.amazon.awscdk.services.mwaa.CfnEnvironment$NetworkConfigurationPropertycdk.support/lookup-entry:network-configuration
pluginsS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:plugins-s3-object-version
pluginsS3Pathjava.lang.Stringcdk.support/lookup-entry:plugins-s3-path
requirementsS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:requirements-s3-object-version
requirementsS3Pathjava.lang.Stringcdk.support/lookup-entry:requirements-s3-path
schedulersjava.lang.Numbercdk.support/lookup-entry:schedulers
sourceBucketArnjava.lang.Stringcdk.support/lookup-entry:source-bucket-arn
startupScriptS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:startup-script-s3-object-version
startupScriptS3Pathjava.lang.Stringcdk.support/lookup-entry:startup-script-s3-path
tagsjava.lang.Objectcdk.support/lookup-entry:tags
webserverAccessModejava.lang.Stringcdk.support/lookup-entry:webserver-access-mode
weeklyMaintenanceWindowStartjava.lang.Stringcdk.support/lookup-entry:weekly-maintenance-window-start
The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `airflowConfigurationOptions` | java.lang.Object | [[cdk.support/lookup-entry]] | `:airflow-configuration-options` |
| `airflowVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:airflow-version` |
| `dagS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:dag-s3-path` |
| `endpointManagement` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-management` |
| `environmentClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-class` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
| `loggingConfiguration` | software.amazon.awscdk.services.mwaa.CfnEnvironment$LoggingConfigurationProperty | [[cdk.support/lookup-entry]] | `:logging-configuration` |
| `maxWebservers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-webservers` |
| `maxWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-workers` |
| `minWebservers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-webservers` |
| `minWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-workers` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `networkConfiguration` | software.amazon.awscdk.services.mwaa.CfnEnvironment$NetworkConfigurationProperty | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `pluginsS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:plugins-s3-object-version` |
| `pluginsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:plugins-s3-path` |
| `requirementsS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:requirements-s3-object-version` |
| `requirementsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:requirements-s3-path` |
| `schedulers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedulers` |
| `sourceBucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-bucket-arn` |
| `startupScriptS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:startup-script-s3-object-version` |
| `startupScriptS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:startup-script-s3-path` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `webserverAccessMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:webserver-access-mode` |
| `weeklyMaintenanceWindowStart` | java.lang.String | [[cdk.support/lookup-entry]] | `:weekly-maintenance-window-start` |
sourceraw docstring

cfn-environment-builderclj

(cfn-environment-builder scope id config)

Creates a CfnEnvironment$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  `CfnEnvironment$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-environment-logging-configuration-property-builderclj

(cfn-environment-logging-configuration-property-builder id config)

Creates a CfnEnvironment$LoggingConfigurationProperty$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  `CfnEnvironment$LoggingConfigurationProperty$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-environment-module-logging-configuration-property-builderclj

(cfn-environment-module-logging-configuration-property-builder id config)

Creates a CfnEnvironment$ModuleLoggingConfigurationProperty$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  `CfnEnvironment$ModuleLoggingConfigurationProperty$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-environment-network-configuration-property-builderclj

(cfn-environment-network-configuration-property-builder id config)

Creates a CfnEnvironment$NetworkConfigurationProperty$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  `CfnEnvironment$NetworkConfigurationProperty$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-environment-props-builderclj

(cfn-environment-props-builder id config)

Creates a CfnEnvironmentProps$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  `CfnEnvironmentProps$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