ProfileArgs

data class ProfileArgs(val as2Id: Output<String>? = null, val certificateIds: Output<List<String>>? = null, val profileType: Output<ProfileType>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ProfileArgs>

Resource Type definition for AWS::Transfer::Profile

Constructors

Link copied to clipboard
constructor(as2Id: Output<String>? = null, certificateIds: Output<List<String>>? = null, profileType: Output<ProfileType>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val as2Id: Output<String>? = null

AS2 identifier agreed with a trading partner.

Link copied to clipboard
val certificateIds: Output<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 profileType: Output<ProfileType>? = null

Enum specifying whether the profile is local or associated with a trading partner.

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

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

Functions

Link copied to clipboard
open override fun toJava(): ProfileArgs