Class: Aws::MWAA::Types::UpdateNetworkConfigurationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mwaa/types.rb

Overview

Defines 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].

[1]: docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

A list of security group IDs. A security group must be attached to the same VPC as the subnets. For more information, see [Security in your VPC on Amazon MWAA].

[1]: docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html

Returns:

  • (Array<String>)


1776
1777
1778
1779
1780
# File 'lib/aws-sdk-mwaa/types.rb', line 1776

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