Class: Aws::MWAA::Types::NetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::NetworkConfiguration
- Defined in:
- gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb
Overview
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, refer to About networking on Amazon MWAA.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
A list of security group IDs.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
A list of security group IDs. For more information, refer to Security in your VPC on Amazon MWAA.
1294 1295 1296 1297 1298 1299 |
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1294 class NetworkConfiguration < Struct.new( :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs. For more information, refer to About networking on Amazon MWAA.
1294 1295 1296 1297 1298 1299 |
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1294 class NetworkConfiguration < Struct.new( :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |