Partner App Args
constructor(applicationConfig: Output<PartnerAppConfigArgs>? = null, authType: Output<PartnerAppAuthType>? = null, clientToken: Output<String>? = null, enableIamSessionBasedIdentity: Output<Boolean>? = null, executionRoleArn: Output<String>? = null, kmsKeyId: Output<String>? = null, maintenanceConfig: Output<PartnerAppMaintenanceConfigArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, tier: Output<String>? = null, type: Output<PartnerAppType>? = null)