GetConnectorResult

data class GetConnectorResult(val accessRole: String, val arn: String, val as2Configs: List<GetConnectorAs2Config>, val id: String, val loggingRole: String, val securityPolicyName: String, val serviceManagedEgressIpAddresses: List<String>, val sftpConfigs: List<GetConnectorSftpConfig>, val tags: Map<String, String>, val url: String)

A collection of values returned by getConnector.

Constructors

Link copied to clipboard
constructor(accessRole: String, arn: String, as2Configs: List<GetConnectorAs2Config>, id: String, loggingRole: String, securityPolicyName: String, serviceManagedEgressIpAddresses: List<String>, sftpConfigs: List<GetConnectorSftpConfig>, tags: Map<String, String>, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the AWS Identity and Access Management role.

Link copied to clipboard
val arn: String

ARN of the Connector.

Link copied to clipboard

Structure containing the parameters for an AS2 connector object. Contains the following attributes:

Link copied to clipboard
val id: String
Link copied to clipboard

ARN of the IAM role that allows a connector to turn on CLoudwatch logging for Amazon S3 events.

Link copied to clipboard

Name of security policy.

Link copied to clipboard

List of egress Ip addresses.

Link copied to clipboard

Object containing the following attributes:

Link copied to clipboard

Object containing the following attributes:

Link copied to clipboard
val url: String

URL of the partner's AS2 or SFTP endpoint.