Class: Aws::Transfer::Types::DescribedConnectorVpcLatticeEgressConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribedConnectorVpcLatticeEgressConfig
- 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
-
#port_number ⇒ Integer
Port number currently configured for SFTP connections through VPC_LATTICE.
-
#resource_configuration_arn ⇒ String
ARN of the VPC_LATTICE Resource Configuration currently used by the connector.
Instance Attribute Details
#port_number ⇒ Integer
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.
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_arn ⇒ String
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.
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 |