DescribedProfile

The details for a local or partner AS2 profile.

Types

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

Properties

Link copied to clipboard
val arn: String

The unique Amazon Resource Name (ARN) for the profile.

Link copied to clipboard

The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API operation. This ID cannot include spaces.

Link copied to clipboard

An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

Link copied to clipboard

A unique identifier for the local or partner AS2 profile.

Link copied to clipboard

Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.

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

Key-value pairs that can be used to group and search for profiles.

Functions

Link copied to clipboard
inline fun copy(block: DescribedProfile.Builder.() -> Unit = {}): DescribedProfile
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