Class: Aws::Transfer::Types::UpdateConnectorVpcLatticeEgressConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateConnectorVpcLatticeEgressConfig
- 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
-
#port_number ⇒ Integer
Updated port number for SFTP connections through VPC_LATTICE.
-
#resource_configuration_arn ⇒ String
Updated ARN of the VPC_LATTICE Resource Configuration.
Instance Attribute Details
#port_number ⇒ Integer
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.
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_arn ⇒ String
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.
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 |