Class: Aws::MWAA::Types::NetworkConfiguration

Inherits:
Struct
  • Object
show all
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, see About networking on Amazon MWAA.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

A list of security group IDs. For more information, see Security in your VPC on Amazon MWAA.

Returns:

  • (Array<String>)


1155
1156
1157
1158
1159
1160
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1155

class NetworkConfiguration < Struct.new(
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of subnet IDs. For more information, see About networking on Amazon MWAA.

Returns:

  • (Array<String>)


1155
1156
1157
1158
1159
1160
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1155

class NetworkConfiguration < Struct.new(
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end