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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close