We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.transfer.getConnector
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::Transfer::Connector
Using getConnector
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
def get_connector(connector_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectorResult
def get_connector_output(connector_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput
> Note: This function is named LookupConnector
in the Go SDK.
public static class GetConnector
{
public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:transfer:getConnector
arguments:
# arguments dictionary
The following arguments are supported:
- Connector
Id string - A unique identifier for the connector.
- Connector
Id string - A unique identifier for the connector.
- connector
Id String - A unique identifier for the connector.
- connector
Id string - A unique identifier for the connector.
- connector_
id str - A unique identifier for the connector.
- connector
Id String - A unique identifier for the connector.
getConnector Result
The following output properties are available:
- Access
Role string - Specifies the access role for the connector.
- Arn string
- Specifies the unique Amazon Resource Name (ARN) for the connector.
- As2Config
Pulumi.
Aws Native. Transfer. Outputs. As2Config Properties - Configuration for an AS2 connector.
- Connector
Id string - A unique identifier for the connector.
- Logging
Role string - Specifies the logging role for the connector.
- Security
Policy stringName - Security policy for SFTP Connector
- Service
Managed List<string>Egress Ip Addresses - The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
- Sftp
Config Pulumi.Aws Native. Transfer. Outputs. Sftp Config Properties - Configuration for an SFTP connector.
- List<Pulumi.
Aws Native. Outputs. Tag> - Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
- Url string
- URL for Connector
- Access
Role string - Specifies the access role for the connector.
- Arn string
- Specifies the unique Amazon Resource Name (ARN) for the connector.
- As2Config
As2Config
Properties - Configuration for an AS2 connector.
- Connector
Id string - A unique identifier for the connector.
- Logging
Role string - Specifies the logging role for the connector.
- Security
Policy stringName - Security policy for SFTP Connector
- Service
Managed []stringEgress Ip Addresses - The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
- Sftp
Config SftpConfig Properties - Configuration for an SFTP connector.
- Tag
- Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
- Url string
- URL for Connector
- access
Role String - Specifies the access role for the connector.
- arn String
- Specifies the unique Amazon Resource Name (ARN) for the connector.
- as2Config
As2Config
Properties - Configuration for an AS2 connector.
- connector
Id String - A unique identifier for the connector.
- logging
Role String - Specifies the logging role for the connector.
- security
Policy StringName - Security policy for SFTP Connector
- service
Managed List<String>Egress Ip Addresses - The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
- sftp
Config SftpConfig Properties - Configuration for an SFTP connector.
- List<Tag>
- Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
- url String
- URL for Connector
- access
Role string - Specifies the access role for the connector.
- arn string
- Specifies the unique Amazon Resource Name (ARN) for the connector.
- as2Config
As2Config
Properties - Configuration for an AS2 connector.
- connector
Id string - A unique identifier for the connector.
- logging
Role string - Specifies the logging role for the connector.
- security
Policy stringName - Security policy for SFTP Connector
- service
Managed string[]Egress Ip Addresses - The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
- sftp
Config SftpConfig Properties - Configuration for an SFTP connector.
- Tag[]
- Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
- url string
- URL for Connector
- access_
role str - Specifies the access role for the connector.
- arn str
- Specifies the unique Amazon Resource Name (ARN) for the connector.
- as2_
config As2ConfigProperties - Configuration for an AS2 connector.
- connector_
id str - A unique identifier for the connector.
- logging_
role str - Specifies the logging role for the connector.
- security_
policy_ strname - Security policy for SFTP Connector
- service_
managed_ Sequence[str]egress_ ip_ addresses - The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
- sftp_
config SftpConfig Properties - Configuration for an SFTP connector.
- Sequence[root_Tag]
- Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
- url str
- URL for Connector
- access
Role String - Specifies the access role for the connector.
- arn String
- Specifies the unique Amazon Resource Name (ARN) for the connector.
- as2Config Property Map
- Configuration for an AS2 connector.
- connector
Id String - A unique identifier for the connector.
- logging
Role String - Specifies the logging role for the connector.
- security
Policy StringName - Security policy for SFTP Connector
- service
Managed List<String>Egress Ip Addresses - The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
- sftp
Config Property Map - Configuration for an SFTP connector.
- List<Property Map>
- Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
- url String
- URL for Connector
Supporting Types
As2ConfigProperties
- Basic
Auth stringSecret Id - ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connector
- Compression
Pulumi.
Aws Native. Transfer. Connector As2Config Properties Compression - Compression setting for this AS2 connector configuration.
- Encryption
Algorithm Pulumi.Aws Native. Transfer. Connector As2Config Properties Encryption Algorithm - Encryption algorithm for this AS2 connector configuration.
- Local
Profile stringId - A unique identifier for the local profile.
- Mdn
Response Pulumi.Aws Native. Transfer. Connector As2Config Properties Mdn Response - MDN Response setting for this AS2 connector configuration.
- Mdn
Signing Pulumi.Algorithm Aws Native. Transfer. Connector As2Config Properties Mdn Signing Algorithm - MDN Signing algorithm for this AS2 connector configuration.
- Message
Subject string - The message subject for this AS2 connector configuration.
- Partner
Profile stringId - A unique identifier for the partner profile.
- Preserve
Content Pulumi.Type Aws Native. Transfer. Connector As2Config Properties Preserve Content Type - Specifies whether to use the AWS S3 object content-type as the content-type for the AS2 message.
- Signing
Algorithm Pulumi.Aws Native. Transfer. Connector As2Config Properties Signing Algorithm - Signing algorithm for this AS2 connector configuration.
- Basic
Auth stringSecret Id - ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connector
- Compression
Connector
As2Config Properties Compression - Compression setting for this AS2 connector configuration.
- Encryption
Algorithm ConnectorAs2Config Properties Encryption Algorithm - Encryption algorithm for this AS2 connector configuration.
- Local
Profile stringId - A unique identifier for the local profile.
- Mdn
Response ConnectorAs2Config Properties Mdn Response - MDN Response setting for this AS2 connector configuration.
- Mdn
Signing ConnectorAlgorithm As2Config Properties Mdn Signing Algorithm - MDN Signing algorithm for this AS2 connector configuration.
- Message
Subject string - The message subject for this AS2 connector configuration.
- Partner
Profile stringId - A unique identifier for the partner profile.
- Preserve
Content ConnectorType As2Config Properties Preserve Content Type - Specifies whether to use the AWS S3 object content-type as the content-type for the AS2 message.
- Signing
Algorithm ConnectorAs2Config Properties Signing Algorithm - Signing algorithm for this AS2 connector configuration.
- basic
Auth StringSecret Id - ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connector
- compression
Connector
As2Config Properties Compression - Compression setting for this AS2 connector configuration.
- encryption
Algorithm ConnectorAs2Config Properties Encryption Algorithm - Encryption algorithm for this AS2 connector configuration.
- local
Profile StringId - A unique identifier for the local profile.
- mdn
Response ConnectorAs2Config Properties Mdn Response - MDN Response setting for this AS2 connector configuration.
- mdn
Signing ConnectorAlgorithm As2Config Properties Mdn Signing Algorithm - MDN Signing algorithm for this AS2 connector configuration.
- message
Subject String - The message subject for this AS2 connector configuration.
- partner
Profile StringId - A unique identifier for the partner profile.
- preserve
Content ConnectorType As2Config Properties Preserve Content Type - Specifies whether to use the AWS S3 object content-type as the content-type for the AS2 message.
- signing
Algorithm ConnectorAs2Config Properties Signing Algorithm - Signing algorithm for this AS2 connector configuration.
- basic
Auth stringSecret Id - ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connector
- compression
Connector
As2Config Properties Compression - Compression setting for this AS2 connector configuration.
- encryption
Algorithm ConnectorAs2Config Properties Encryption Algorithm - Encryption algorithm for this AS2 connector configuration.
- local
Profile stringId - A unique identifier for the local profile.
- mdn
Response ConnectorAs2Config Properties Mdn Response - MDN Response setting for this AS2 connector configuration.
- mdn
Signing ConnectorAlgorithm As2Config Properties Mdn Signing Algorithm - MDN Signing algorithm for this AS2 connector configuration.
- message
Subject string - The message subject for this AS2 connector configuration.
- partner
Profile stringId - A unique identifier for the partner profile.
- preserve
Content ConnectorType As2Config Properties Preserve Content Type - Specifies whether to use the AWS S3 object content-type as the content-type for the AS2 message.
- signing
Algorithm ConnectorAs2Config Properties Signing Algorithm - Signing algorithm for this AS2 connector configuration.
- basic_
auth_ strsecret_ id - ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connector
- compression
Connector
As2Config Properties Compression - Compression setting for this AS2 connector configuration.
- encryption_
algorithm ConnectorAs2Config Properties Encryption Algorithm - Encryption algorithm for this AS2 connector configuration.
- local_
profile_ strid - A unique identifier for the local profile.
- mdn_
response ConnectorAs2Config Properties Mdn Response - MDN Response setting for this AS2 connector configuration.
- mdn_
signing_ Connectoralgorithm As2Config Properties Mdn Signing Algorithm - MDN Signing algorithm for this AS2 connector configuration.
- message_
subject str - The message subject for this AS2 connector configuration.
- partner_
profile_ strid - A unique identifier for the partner profile.
- preserve_
content_ Connectortype As2Config Properties Preserve Content Type - Specifies whether to use the AWS S3 object content-type as the content-type for the AS2 message.
- signing_
algorithm ConnectorAs2Config Properties Signing Algorithm - Signing algorithm for this AS2 connector configuration.
- basic
Auth StringSecret Id - ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connector
- compression "ZLIB" | "DISABLED"
- Compression setting for this AS2 connector configuration.
- encryption
Algorithm "AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "NONE" | "DES_EDE3_CBC" - Encryption algorithm for this AS2 connector configuration.
- local
Profile StringId - A unique identifier for the local profile.
- mdn
Response "SYNC" | "NONE" - MDN Response setting for this AS2 connector configuration.
- mdn
Signing "SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT"Algorithm - MDN Signing algorithm for this AS2 connector configuration.
- message
Subject String - The message subject for this AS2 connector configuration.
- partner
Profile StringId - A unique identifier for the partner profile.
- preserve
Content "ENABLED" | "DISABLED"Type - Specifies whether to use the AWS S3 object content-type as the content-type for the AS2 message.
- signing
Algorithm "SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" - Signing algorithm for this AS2 connector configuration.
ConnectorAs2ConfigPropertiesCompression
ConnectorAs2ConfigPropertiesEncryptionAlgorithm
ConnectorAs2ConfigPropertiesMdnResponse
ConnectorAs2ConfigPropertiesMdnSigningAlgorithm
ConnectorAs2ConfigPropertiesPreserveContentType
ConnectorAs2ConfigPropertiesSigningAlgorithm
SftpConfigProperties
- Max
Concurrent intConnections - Specifies the number of active connections that your connector can establish with the remote server at the same time.
- Trusted
Host List<string>Keys - List of public host keys, for the external server to which you are connecting.
- User
Secret stringId - ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.
- Max
Concurrent intConnections - Specifies the number of active connections that your connector can establish with the remote server at the same time.
- Trusted
Host []stringKeys - List of public host keys, for the external server to which you are connecting.
- User
Secret stringId - ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.
- max
Concurrent IntegerConnections - Specifies the number of active connections that your connector can establish with the remote server at the same time.
- trusted
Host List<String>Keys - List of public host keys, for the external server to which you are connecting.
- user
Secret StringId - ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.
- max
Concurrent numberConnections - Specifies the number of active connections that your connector can establish with the remote server at the same time.
- trusted
Host string[]Keys - List of public host keys, for the external server to which you are connecting.
- user
Secret stringId - ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.
- max_
concurrent_ intconnections - Specifies the number of active connections that your connector can establish with the remote server at the same time.
- trusted_
host_ Sequence[str]keys - List of public host keys, for the external server to which you are connecting.
- user_
secret_ strid - ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.
- max
Concurrent NumberConnections - Specifies the number of active connections that your connector can establish with the remote server at the same time.
- trusted
Host List<String>Keys - List of public host keys, for the external server to which you are connecting.
- user
Secret StringId - ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi