ProfileArgs

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

Constructors

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

Properties

Link copied to clipboard
val businessName: Output<String>? = null

Returns the name for the business associated with this profile.

Link copied to clipboard
val email: Output<String>? = null
Link copied to clipboard
val logging: Output<ProfileLogging>? = null

Specifies whether or not logging is enabled for this profile.

Link copied to clipboard
val name: Output<String>? = null

Returns the display name for profile.

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

A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.

Functions

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