Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Capability : KotlinCustomResource

Definition of AWS::B2BI::Capability Resource Type

Link copied to clipboard
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

Link copied to clipboard
Link copied to clipboard
object CapabilityMapper : ResourceMapper<Capability>
Link copied to clipboard
Link copied to clipboard
class Partnership : KotlinCustomResource

Definition of AWS::B2BI::Partnership Resource Type

Link copied to clipboard
data class PartnershipArgs(val capabilities: Output<List<String>>? = 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

Link copied to clipboard
Link copied to clipboard
object PartnershipMapper : ResourceMapper<Partnership>
Link copied to clipboard
Link copied to clipboard
class Profile : KotlinCustomResource

Definition of AWS::B2BI::Profile Resource Type

Link copied to clipboard
data class ProfileArgs(val businessName: Output<String>? = null, val email: Output<String>? = null, val logging: Output<ProfileLogging>? = null, val name: Output<String>? = null, val phone: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ProfileArgs>

Definition of AWS::B2BI::Profile Resource Type

Link copied to clipboard
Link copied to clipboard
object ProfileMapper : ResourceMapper<Profile>
Link copied to clipboard
Link copied to clipboard
class Transformer : KotlinCustomResource

Definition of AWS::B2BI::Transformer Resource Type

Link copied to clipboard
data class TransformerArgs(val ediType: Output<TransformerEdiTypePropertiesArgs>? = null, val fileFormat: Output<TransformerFileFormat>? = null, val mappingTemplate: Output<String>? = null, val name: Output<String>? = null, val sampleDocument: Output<String>? = null, val status: Output<TransformerStatus>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<TransformerArgs>

Definition of AWS::B2BI::Transformer Resource Type

Link copied to clipboard
Link copied to clipboard
object TransformerMapper : ResourceMapper<Transformer>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun capability(name: String, block: suspend CapabilityResourceBuilder.() -> Unit): Capability
Link copied to clipboard
suspend fun partnership(name: String, block: suspend PartnershipResourceBuilder.() -> Unit): Partnership
Link copied to clipboard
fun profile(name: String): Profile
suspend fun profile(name: String, block: suspend ProfileResourceBuilder.() -> Unit): Profile
Link copied to clipboard
suspend fun transformer(name: String, block: suspend TransformerResourceBuilder.() -> Unit): Transformer