PartnershipArgs

data class PartnershipArgs(val capabilities: Output<List<String>>? = null, val capabilityOptions: Output<PartnershipCapabilityOptionsArgs>? = null, val email: Output<String>? = null, val name: Output<String>? = null, val phone: Output<String>? = null, val profileId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PartnershipArgs>

Definition of AWS::B2BI::Partnership Resource Type

Constructors

Link copied to clipboard
constructor(capabilities: Output<List<String>>? = null, capabilityOptions: Output<PartnershipCapabilityOptionsArgs>? = null, email: Output<String>? = null, name: Output<String>? = null, phone: Output<String>? = null, profileId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

Returns one or more capabilities associated with this partnership.

Link copied to clipboard

Contains the details for an Outbound EDI capability.

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

Returns the name of the partnership.

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

Returns the unique, system-generated identifier for the profile connected to this partnership.

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

A key-value pair for a specific partnership. Tags are metadata that you can use to search for and group capabilities for various purposes.

Functions

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