/AWS1/CL_MWSNETWORKCONF¶
Network configuration for workflow execution. Specifies VPC security groups and subnets for secure network access. When provided, Amazon Managed Workflows for Apache Airflow Serverless deploys ECS worker tasks in your specified VPC configuration, enabling secure access to VPC-only resources. The service uses a proxy API container architecture where one container handles external communication while the worker container connects to your VPC for task execution. This design provides both security isolation and connectivity flexibility.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_securitygroupids TYPE /AWS1/CL_MWSSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS¶
A list of VPC security group IDs to associate with the workflow execution environment.
it_subnetids TYPE /AWS1/CL_MWSSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS¶
A list of VPC subnet IDs where the workflow execution environment is deployed.
Queryable Attributes¶
SecurityGroupIds¶
A list of VPC security group IDs to associate with the workflow execution environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS, with configurable default |
ASK_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS w/ exceptions if field has no va |
HAS_SECURITYGROUPIDS() |
Determine if SECURITYGROUPIDS has a value |
SubnetIds¶
A list of VPC subnet IDs where the workflow execution environment is deployed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |