CapabilityArgs

data class CapabilityArgs(val configuration: Output<CapabilityConfigurationPropertiesArgs>? = null, val instructionsDocuments: Output<List<CapabilityS3LocationArgs>>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<CapabilityType>? = null) : ConvertibleToJava<CapabilityArgs>

Definition of AWS::B2BI::Capability Resource Type

Constructors

Link copied to clipboard
constructor(configuration: Output<CapabilityConfigurationPropertiesArgs>? = null, instructionsDocuments: Output<List<CapabilityS3LocationArgs>>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<CapabilityType>? = null)

Properties

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: Output<String>? = null

The display name of the capability.

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

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
val type: Output<CapabilityType>? = null

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

Functions

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