/AWS1/CL_TRNCNCTORVPCLATTICE00¶
VPC_LATTICE egress configuration that specifies the Resource Configuration ARN and port for connecting to SFTP servers through customer VPCs. Requires a valid Resource Configuration with appropriate network access.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourceconfigurationarn TYPE /AWS1/TRNVPCLATTICERESCONFARN /AWS1/TRNVPCLATTICERESCONFARN¶
ARN of the VPC_LATTICE Resource Configuration that defines the target SFTP server location. Must point to a valid Resource Configuration in the customer's VPC with appropriate network connectivity to the SFTP server.
Optional arguments:¶
iv_portnumber TYPE /AWS1/TRNSFTPPORT /AWS1/TRNSFTPPORT¶
Port number for connecting to the SFTP server through VPC_LATTICE. Defaults to 22 if not specified. Must match the port on which the target SFTP server is listening.
Queryable Attributes¶
ResourceConfigurationArn¶
ARN of the VPC_LATTICE Resource Configuration that defines the target SFTP server location. Must point to a valid Resource Configuration in the customer's VPC with appropriate network connectivity to the SFTP server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECONFIGURATIONARN() |
Getter for RESOURCECONFIGURATIONARN, with configurable defau |
ASK_RESOURCECONFIGURATIONARN() |
Getter for RESOURCECONFIGURATIONARN w/ exceptions if field h |
HAS_RESOURCECONFIGURATIONARN() |
Determine if RESOURCECONFIGURATIONARN has a value |
PortNumber¶
Port number for connecting to the SFTP server through VPC_LATTICE. Defaults to 22 if not specified. Must match the port on which the target SFTP server is listening.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTNUMBER() |
Getter for PORTNUMBER, with configurable default |
ASK_PORTNUMBER() |
Getter for PORTNUMBER w/ exceptions if field has no value |
HAS_PORTNUMBER() |
Determine if PORTNUMBER has a value |