Class: Aws::Transfer::Types::UpdateConnectorVpcLatticeEgressConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

VPC_LATTICE egress configuration updates for modifying how the connector routes traffic through customer VPCs. Changes to these settings may require connector restart to take effect.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#port_numberInteger

Updated port number for SFTP connections through VPC_LATTICE. Change this if the target SFTP server port has been modified or if connecting to a different server endpoint.

Returns:

  • (Integer)


7048
7049
7050
7051
7052
7053
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7048

class UpdateConnectorVpcLatticeEgressConfig < Struct.new(
  :resource_configuration_arn,
  :port_number)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_arnString

Updated ARN of the VPC_LATTICE Resource Configuration. Use this to change the target SFTP server location or modify the network path through the customer's VPC infrastructure.

Returns:

  • (String)


7048
7049
7050
7051
7052
7053
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7048

class UpdateConnectorVpcLatticeEgressConfig < Struct.new(
  :resource_configuration_arn,
  :port_number)
  SENSITIVE = []
  include Aws::Structure
end