/AWS1/CL_MWANETWORKCONF¶
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see About networking on Amazon MWAA.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_SUBNETIDS
TYPE /AWS1/CL_MWASUBNETLIST_W=>TT_SUBNETLIST
TT_SUBNETLIST
¶
A list of subnet IDs. For more information, see About networking on Amazon MWAA.
IT_SECURITYGROUPIDS
TYPE /AWS1/CL_MWASECGROUPLIST_W=>TT_SECURITYGROUPLIST
TT_SECURITYGROUPLIST
¶
A list of security group IDs. For more information, see Security in your VPC on Amazon MWAA.
Queryable Attributes¶
SubnetIds¶
A list of subnet IDs. For more information, see About networking on Amazon MWAA.
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 |
SecurityGroupIds¶
A list of security group IDs. For more information, see Security in your VPC on Amazon MWAA.
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 |