Class: Aws::DirectConnect::Types::UpdateConnectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the dedicated connection.

You can use DescribeConnections to retrieve the connection ID.

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
# File 'lib/aws-sdk-directconnect/types.rb', line 3480

class UpdateConnectionRequest < Struct.new(
  :connection_id,
  :connection_name,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the connection.

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
# File 'lib/aws-sdk-directconnect/types.rb', line 3480

class UpdateConnectionRequest < Struct.new(
  :connection_id,
  :connection_name,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_modeString

The connection MAC Security (MACsec) encryption mode.

The valid values are ‘no_encrypt`, `should_encrypt`, and `must_encrypt`.

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
# File 'lib/aws-sdk-directconnect/types.rb', line 3480

class UpdateConnectionRequest < Struct.new(
  :connection_id,
  :connection_name,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end