Capability

class Capability : KotlinCustomResource

Definition of AWS::B2BI::Capability Resource Type

Properties

Link copied to clipboard
val capabilityArn: Output<String>

Returns an Amazon Resource Name (ARN) for a specific AWS resource, such as a capability, partnership, profile, or transformer.

Link copied to clipboard
val capabilityId: Output<String>

Returns a system-assigned unique identifier for the capability.

Link copied to clipboard

Specifies a structure that contains the details for a capability.

Link copied to clipboard
val createdAt: Output<String>

Returns a timestamp for creation date and time of the capability.

Link copied to clipboard
val id: Output<String>
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 modifiedAt: Output<String>

Returns a timestamp that identifies the most recent date and time that the capability was modified.

Link copied to clipboard
val name: Output<String>

The display name of the capability.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<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
val type: Output<CapabilityType>

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

Link copied to clipboard
val urn: Output<String>