Capability Args
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
Returns the type of the capability. Currently, only edi
is supported.