ProfileArgs

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)