CreateConnectorRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connectors are used to send files using either the AS2 or SFTP protocol. For the access role, provide the Amazon Resource Name (ARN) of the Identity and Access Management role to use.

Link copied to clipboard

A structure that contains the parameters for an AS2 connector object.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a connector to turn on CloudWatch logging for Amazon S3 events. When set, you can view connector activity in your CloudWatch logs.

Link copied to clipboard

A structure that contains the parameters for an SFTP connector object.

Link copied to clipboard
val tags: List<Tag>?

Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.

Link copied to clipboard
val url: String?

The URL of the partner's AS2 or SFTP endpoint.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String