Class: Aws::Transfer::Types::DescribedConnectorVpcLatticeEgressConfig

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

Overview

VPC_LATTICE egress configuration details in the response, containing the Resource Configuration ARN and port number currently configured for the connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#port_numberInteger

Port number currently configured for SFTP connections through VPC_LATTICE. Shows the port on which the connector attempts to connect to the target SFTP server.

Returns:

  • (Integer)


2763
2764
2765
2766
2767
2768
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2763

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

#resource_configuration_arnString

ARN of the VPC_LATTICE Resource Configuration currently used by the connector. This Resource Configuration defines the network path to the SFTP server through the customer's VPC.

Returns:

  • (String)


2763
2764
2765
2766
2767
2768
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2763

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