CreateCapabilityRequest

Types

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

Properties

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Specifies a structure that contains the details for a capability.

Link copied to clipboard

Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.

Link copied to clipboard
val name: String?

Specifies the name of the capability, used to identify it.

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

Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.

Link copied to clipboard

Specifies the type of the capability. Currently, only edi is supported.

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