GetProfileResult

data class GetProfileResult(val arn: String? = null, val as2Id: String? = null, val certificateIds: List<String>? = null, val profileId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, as2Id: String? = null, certificateIds: List<String>? = null, profileId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val as2Id: String? = null

AS2 identifier agreed with a trading partner.

Link copied to clipboard
val certificateIds: List<String>? = null

List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.

Link copied to clipboard
val profileId: String? = null

A unique identifier for the profile

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

An array of key-value pairs to apply to this resource.